diff --git a/src/views/modules/reportForm/searchSOScheduleRoutingForm.vue b/src/views/modules/reportForm/searchSOScheduleRoutingForm.vue index 1a127bb..84193c3 100644 --- a/src/views/modules/reportForm/searchSOScheduleRoutingForm.vue +++ b/src/views/modules/reportForm/searchSOScheduleRoutingForm.vue @@ -215,6 +215,23 @@ serialNumber: null, columnType: null, align: 'right' + },{ + tableId: "SOSRoutingList", + tableName: this.$route.meta.title, + columnProp: "qtyReported", + columnLabel: "报工数量", + columnHidden: false, + columnImage: false, + columnSortable: false, + columnWidth: 80, + format: null, + functionId: this.$route.meta.menuId, + sortLv: 0, + status: true, + fixed: '', + serialNumber: null, + columnType: null, + align: 'right' },{ tableId: "SOSRoutingList", tableName: this.$route.meta.title, @@ -232,6 +249,40 @@ serialNumber: null, columnType: null, align: 'right' + },{ + tableId: "SOSRoutingList", + tableName: this.$route.meta.title, + columnProp: "timeRequired", + columnLabel: "需求时间", + columnHidden: false, + columnImage: false, + columnSortable: false, + columnWidth: 80, + format: null, + functionId: this.$route.meta.menuId, + sortLv: 0, + status: true, + fixed: '', + serialNumber: null, + columnType: null, + align: 'right' + },{ + tableId: "SOSRoutingList", + tableName: this.$route.meta.title, + columnProp: "timeReported", + columnLabel: "报工时间", + columnHidden: false, + columnImage: false, + columnSortable: false, + columnWidth: 80, + format: null, + functionId: this.$route.meta.menuId, + sortLv: 0, + status: true, + fixed: '', + serialNumber: null, + columnType: null, + align: 'right' },{ tableId: "SOSRoutingList", tableName: this.$route.meta.title, diff --git a/src/views/modules/schedule/sOScheduleRoutingChange.vue b/src/views/modules/schedule/sOScheduleRoutingChange.vue index 72ce7e2..c56399e 100644 --- a/src/views/modules/schedule/sOScheduleRoutingChange.vue +++ b/src/views/modules/schedule/sOScheduleRoutingChange.vue @@ -339,6 +339,23 @@ serialNumber: null, columnType: null, align: 'right' + },{ + tableId: "SOSRoutingList", + tableName: this.$route.meta.title, + columnProp: "qtyReported", + columnLabel: "报工数量", + columnHidden: false, + columnImage: false, + columnSortable: false, + columnWidth: 80, + format: null, + functionId: this.$route.meta.menuId, + sortLv: 0, + status: true, + fixed: '', + serialNumber: null, + columnType: null, + align: 'right' },{ tableId: "SOSRoutingList", tableName: this.$route.meta.title, @@ -356,6 +373,40 @@ serialNumber: null, columnType: null, align: 'right' + },{ + tableId: "SOSRoutingList", + tableName: this.$route.meta.title, + columnProp: "timeRequired", + columnLabel: "需求时间", + columnHidden: false, + columnImage: false, + columnSortable: false, + columnWidth: 80, + format: null, + functionId: this.$route.meta.menuId, + sortLv: 0, + status: true, + fixed: '', + serialNumber: null, + columnType: null, + align: 'right' + },{ + tableId: "SOSRoutingList", + tableName: this.$route.meta.title, + columnProp: "timeReported", + columnLabel: "报工时间", + columnHidden: false, + columnImage: false, + columnSortable: false, + columnWidth: 80, + format: null, + functionId: this.$route.meta.menuId, + sortLv: 0, + status: true, + fixed: '', + serialNumber: null, + columnType: null, + align: 'right' },{ tableId: "SOSRoutingList", tableName: this.$route.meta.title, diff --git a/src/views/modules/schedule/searchSOScheduleRouting.vue b/src/views/modules/schedule/searchSOScheduleRouting.vue index 6b2c276..af57274 100644 --- a/src/views/modules/schedule/searchSOScheduleRouting.vue +++ b/src/views/modules/schedule/searchSOScheduleRouting.vue @@ -228,6 +228,23 @@ serialNumber: null, columnType: null, align: 'right' + },{ + tableId: "SOSRoutingList", + tableName: this.$route.meta.title, + columnProp: "qtyReported", + columnLabel: "报工数量", + columnHidden: false, + columnImage: false, + columnSortable: false, + columnWidth: 80, + format: null, + functionId: this.$route.meta.menuId, + sortLv: 0, + status: true, + fixed: '', + serialNumber: null, + columnType: null, + align: 'right' },{ tableId: "SOSRoutingList", tableName: this.$route.meta.title, @@ -245,6 +262,40 @@ serialNumber: null, columnType: null, align: 'right' + },{ + tableId: "SOSRoutingList", + tableName: this.$route.meta.title, + columnProp: "timeRequired", + columnLabel: "需求时间", + columnHidden: false, + columnImage: false, + columnSortable: false, + columnWidth: 80, + format: null, + functionId: this.$route.meta.menuId, + sortLv: 0, + status: true, + fixed: '', + serialNumber: null, + columnType: null, + align: 'right' + },{ + tableId: "SOSRoutingList", + tableName: this.$route.meta.title, + columnProp: "timeReported", + columnLabel: "报工时间", + columnHidden: false, + columnImage: false, + columnSortable: false, + columnWidth: 80, + format: null, + functionId: this.$route.meta.menuId, + sortLv: 0, + status: true, + fixed: '', + serialNumber: null, + columnType: null, + align: 'right' },{ tableId: "SOSRoutingList", tableName: this.$route.meta.title, @@ -502,7 +553,6 @@ toPrint(row){ let array=[]; - array.push(row) printSeqNoLabel(array) },