From 47fd6adca8aa38253c1460a9e143f2c13fbaac9d Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 25 Nov 2025 10:32:47 +0800 Subject: [PATCH] =?UTF-8?q?2025-11-25=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=A2=9E=E5=8A=A0=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../searchProductionDispatchList.vue | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue b/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue index fcfa7ea..eaa225d 100644 --- a/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue +++ b/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue @@ -484,7 +484,25 @@ export default { { userId: this.$store.state.user.name, functionId: 6023, - serialNumber: '6023TableQtyRequiredOriginal', + serialNumber: '6023TableOrderQty', + tableId: "6023Table", + tableName: "查询生产派工单表", + columnProp: "orderQty", + headerAlign: "center", + align: "right", + columnLabel: "订单数量", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 100 + }, + { + userId: this.$store.state.user.name, + functionId: 6023, + serialNumber: '6023TableLotSize', tableId: "6023Table", tableName: "查询生产派工单表", columnProp: "lotSize",