From 814c510da1873fa24a02b58a87a1aea2284dc1f8 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 20 Mar 2026 15:56:43 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-20=20=E7=94=9F=E4=BA=A7=E6=B4=BE?= =?UTF-8?q?=E5=B7=A5=E5=8D=95=E5=88=97=E8=A1=A8=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../searchProductionDispatchList.vue | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue b/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue index d3954b7..25af10d 100644 --- a/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue +++ b/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue @@ -634,6 +634,42 @@ export default { fixed: '', columnWidth: 80 }, + { + userId: this.$store.state.user.name, + functionId: 6023, + serialNumber: '6023TableTotalRoll', + tableId: "6023Table", + tableName: "查询生产派工单表", + columnProp: "rowCount", + 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: 6023, + serialNumber: '6023TableTotalRoll', + tableId: "6023Table", + tableName: "查询生产派工单表", + columnProp: "rollCount", + 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: 6023,