|
|
|
@ -5,7 +5,7 @@ export default { |
|
|
|
name: 'vulcanizationDispatchOrder', |
|
|
|
data(){ |
|
|
|
return{ |
|
|
|
setTimeoutDelay: 60*1000*60, |
|
|
|
setTimeoutDelay: 30*1000, |
|
|
|
refreshTool: null, |
|
|
|
dataList:[], |
|
|
|
queryParams:{ |
|
|
|
@ -47,7 +47,8 @@ export default { |
|
|
|
serialNumber: null, |
|
|
|
columnType: null, |
|
|
|
align: 'left' |
|
|
|
}, { |
|
|
|
}, |
|
|
|
{ |
|
|
|
tableId: "vulcanizationTable", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
columnProp: "orderNo", |
|
|
|
@ -81,7 +82,8 @@ export default { |
|
|
|
serialNumber: null, |
|
|
|
columnType: null, |
|
|
|
align: 'left' |
|
|
|
},{ |
|
|
|
}, |
|
|
|
{ |
|
|
|
tableId: "vulcanizationTable", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
columnProp: "partSpec", |
|
|
|
@ -116,7 +118,26 @@ export default { |
|
|
|
serialNumber: null, |
|
|
|
columnType: null, |
|
|
|
align: 'right' |
|
|
|
},{ |
|
|
|
}, |
|
|
|
{ |
|
|
|
tableId: "vulcanizationTable", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
columnProp: "qtyRequired", |
|
|
|
columnLabel: "需求数量", |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
columnWidth: 70, |
|
|
|
format: null, |
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
serialNumber: null, |
|
|
|
columnType: null, |
|
|
|
align: 'right' |
|
|
|
}, |
|
|
|
{ |
|
|
|
tableId: "vulcanizationTable", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
columnProp: "qtyApprove", |
|
|
|
@ -188,6 +209,24 @@ export default { |
|
|
|
columnType: null, |
|
|
|
align: 'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
tableId: "vulcanizationTable", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
columnProp: "lastReportTimeDepartment", |
|
|
|
columnLabel: "最后报工工序", |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
columnWidth: 130, |
|
|
|
format: null, |
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
serialNumber: null, |
|
|
|
columnType: null, |
|
|
|
align: 'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
tableId: "vulcanizationTable", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
|