diff --git a/src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue b/src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue index 7dc4c52..02593cd 100644 --- a/src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue +++ b/src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue @@ -440,7 +440,115 @@ import labelPrintTemplates from '@/mixins/labelPrintTemplates.js'; { userId: this.$store.state.user.name, functionId: 104003007, - serialNumber: '104003007TablePartNo', + serialNumber: '104003007TableSfdcRollsGoodQty', + tableId: "104003007Table", + tableName: "订单产出标签报表", + columnProp: "goodQty", + headerAlign: "center", + align: "right", + columnLabel: "良品数", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 + }, + { + userId: this.$store.state.user.name, + functionId: 104003007, + serialNumber: '104003007TableSfdcRollsSurfaceLossQty', + tableId: "104003007Table", + tableName: "订单产出标签报表", + columnProp: "surfaceLossQty", + headerAlign: "center", + align: "right", + columnLabel: "面损", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 + }, + { + userId: this.$store.state.user.name, + functionId: 104003007, + serialNumber: '104003007TableSfdcRollsPoorPerformanceQty', + tableId: "104003007Table", + tableName: "订单产出标签报表", + columnProp: "poorPerformanceQty", + headerAlign: "center", + align: "right", + columnLabel: "性能不良", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 + }, + { + userId: this.$store.state.user.name, + functionId: 104003007, + serialNumber: '104003007TableSfdcRollsDefectQty', + tableId: "104003007Table", + tableName: "订单产出标签报表", + columnProp: "defectQty", + headerAlign: "center", + align: "right", + columnLabel: "不良数", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 + }, + { + userId: this.$store.state.user.name, + functionId: 104003007, + serialNumber: '104003007TableSfdcRollsYieldRate', + tableId: "104003007Table", + tableName: "订单产出标签报表", + columnProp: "yieldRate", + headerAlign: "center", + align: "right", + columnLabel: "良率", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 + }, + { + userId: this.$store.state.user.name, + functionId: 104003007, + serialNumber: '104003007TableSfdcRollsTotalQty', + tableId: "104003007Table", + tableName: "订单产出标签报表", + columnProp: "totalQty", + headerAlign: "center", + align: "right", + columnLabel: "总数", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 + }, + { + userId: this.$store.state.user.name, + functionId: 104003007, + serialNumber: '104003007TableSfdcRollsPartNo', tableId: "104003007Table", tableName: "订单产出标签报表", columnProp: "partNo", @@ -458,7 +566,7 @@ import labelPrintTemplates from '@/mixins/labelPrintTemplates.js'; { userId: this.$store.state.user.name, functionId: 104003007, - serialNumber: '104003007TablePartDesc', + serialNumber: '104003007TableSfdcRollsPartDesc', tableId: "104003007Table", tableName: "订单产出标签报表", columnProp: "partDesc", @@ -476,7 +584,7 @@ import labelPrintTemplates from '@/mixins/labelPrintTemplates.js'; { userId: this.$store.state.user.name, functionId: 104003007, - serialNumber: '104003007TablePartDesc', + serialNumber: '104003007TableSfdcRollsSpec', tableId: "104003007Table", tableName: "订单产出标签报表", columnProp: "spec",