From 0c4dbc440dbc1f7908e22d98449fa2960f9fa880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Thu, 7 Aug 2025 14:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E8=AE=A2=E5=8D=95=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E8=B7=9F=E8=B8=AA=E8=A1=A8=E4=B8=AD=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=8D=E8=89=AF=E5=93=81=E7=B4=AF=E8=AE=A1=E6=95=B0?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../production/shopOrderProductView.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/views/modules/production/shopOrderProductView.vue b/src/views/modules/production/shopOrderProductView.vue index a2f0d4c..d36de26 100644 --- a/src/views/modules/production/shopOrderProductView.vue +++ b/src/views/modules/production/shopOrderProductView.vue @@ -357,6 +357,24 @@ columnType: null, align: 'right' } + ,{ + tableId: "orderView", + tableName: this.$route.meta.title, + columnProp: "defectQty", + columnLabel: "不良品累计数", + columnHidden: false, + columnImage: false, + columnSortable: false, + columnWidth: 60, + format: null, + functionId: this.$route.meta.menuId, + sortLv: 0, + status: true, + fixed: '', + serialNumber: null, + columnType: null, + align: 'right' + } ], visible:false, // 导出 end