计划订单工艺路线内容修改

dev-scheduling
jinna 2 weeks ago
parent 0ae94f4113
commit 827ba6b737
  1. 4
      src/views/orderManagement/components/lookProcess.vue
  2. 4
      src/views/orderManagement/plannedOrder.vue
  3. 4
      src/views/orderManagement/sinTerPlanOrder.vue

@ -234,7 +234,7 @@ export default {
column: [ column: [
{ {
label: '工序号', label: '工序号',
prop: 'craftNo', prop: 'processNo',
search: false, search: false,
// width: 150, // width: 150,
}, },
@ -334,6 +334,7 @@ export default {
const partRes = await getProcess({ const partRes = await getProcess({
partCode:this.checkPart partCode:this.checkPart
}) })
this.data = partRes.data.data
console.log('partRes',partRes) console.log('partRes',partRes)
} }
if (this.sourceId === 'sinTerOrder') { if (this.sourceId === 'sinTerOrder') {
@ -346,6 +347,7 @@ export default {
const partRes = await getProcess({ const partRes = await getProcess({
partCode:this.checkPart partCode:this.checkPart
}) })
this.data = partRes.data.data
console.log('partRes',partRes) console.log('partRes',partRes)
} }
}, },

@ -252,7 +252,7 @@ export default {
}, },
{ {
label: '产品名称', label: '产品名称',
prop: 'productName', prop: 'partName',
search: false, search: false,
sortable: true, sortable: true,
disabled: true, disabled: true,
@ -322,7 +322,7 @@ export default {
}, },
{ {
label: '使用部门', label: '使用部门',
prop: 'useDept', prop: 'useDeptName',
search: false, search: false,
sortable: true, sortable: true,
disabled: true, disabled: true,

@ -254,7 +254,7 @@ export default {
}, },
{ {
label: '产品名称', label: '产品名称',
prop: 'productName', prop: 'partName',
search: false, search: false,
sortable: true, sortable: true,
disabled: true, disabled: true,
@ -289,7 +289,7 @@ export default {
}, },
{ {
label: '使用部门', label: '使用部门',
prop: 'useDept', prop: 'useDeptName',
search: false, search: false,
sortable: true, sortable: true,
disabled: true, disabled: true,

Loading…
Cancel
Save