|
|
|
@ -12,16 +12,15 @@ export default { |
|
|
|
firstReportDate2Flag:'Y', |
|
|
|
}, |
|
|
|
columnList: [ |
|
|
|
{tableId: "vulcanizationTable", tableName: this.$route.meta.title, columnProp: "site", columnLabel: "工厂", columnHidden: false, columnImage: false, columnSortable: false, columnWidth: 40, format: null, functionId: this.$route.meta.menuId, sortLv: 0, status: true, fixed: '', serialNumber: null, columnType: null, align: 'left'}, |
|
|
|
{ |
|
|
|
tableId: "vulcanizationTable", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
columnProp: "seqNo", |
|
|
|
columnLabel: "派工单", |
|
|
|
columnProp: "site", |
|
|
|
columnLabel: "工厂", |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
columnWidth: 60, |
|
|
|
columnWidth: 38, |
|
|
|
format: null, |
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
sortLv: 0, |
|
|
|
@ -34,12 +33,12 @@ export default { |
|
|
|
{ |
|
|
|
tableId: "vulcanizationTable", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
columnProp: "orderNo", |
|
|
|
columnLabel: "生产订单", |
|
|
|
columnProp: "seqNo", |
|
|
|
columnLabel: "派工单", |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
columnWidth: 100, |
|
|
|
columnWidth: 55, |
|
|
|
format: null, |
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
sortLv: 0, |
|
|
|
@ -48,15 +47,16 @@ export default { |
|
|
|
serialNumber: null, |
|
|
|
columnType: null, |
|
|
|
align: 'left' |
|
|
|
}, { |
|
|
|
}, |
|
|
|
{ |
|
|
|
tableId: "vulcanizationTable", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
columnProp: "partNo", |
|
|
|
columnLabel: "物料编码", |
|
|
|
columnProp: "orderNo", |
|
|
|
columnLabel: "生产订单", |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
columnWidth: 60, |
|
|
|
columnWidth: 100, |
|
|
|
format: null, |
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
sortLv: 0, |
|
|
|
@ -84,42 +84,6 @@ export default { |
|
|
|
columnType: null, |
|
|
|
align: 'left' |
|
|
|
}, |
|
|
|
{ |
|
|
|
tableId: "vulcanizationTable", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
columnProp: "qtyReported", |
|
|
|
columnLabel: "派工数量", |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
columnWidth: 60, |
|
|
|
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: "qtyRequired", |
|
|
|
columnLabel: "需求数量", |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
columnWidth: 60, |
|
|
|
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, |
|
|
|
@ -146,7 +110,7 @@ export default { |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
columnWidth: 120, |
|
|
|
columnWidth: 130, |
|
|
|
format: null, |
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
sortLv: 0, |
|
|
|
@ -164,7 +128,7 @@ export default { |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
columnWidth: 75, |
|
|
|
columnWidth: 70, |
|
|
|
format: null, |
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
sortLv: 0, |
|
|
|
@ -182,7 +146,7 @@ export default { |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
columnWidth: 120, |
|
|
|
columnWidth: 80, |
|
|
|
format: null, |
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
sortLv: 0, |
|
|
|
|