From 8c5546edda2b48b61a1b2b44869449e8057fd84c Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 17 Nov 2025 15:16:33 +0800 Subject: [PATCH] =?UTF-8?q?2025-11-17=20=E8=AE=A2=E5=8D=95=E4=BA=A7?= =?UTF-8?q?=E5=87=BA=E6=A0=87=E7=AD=BE=E6=8A=A5=E8=A1=A8=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../searchSfdcRollsReport.vue | 114 +++++++++++++++++- 1 file changed, 111 insertions(+), 3 deletions(-) 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",