From 866e69e97d05e0902a489211f703f620e84548f7 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 21 Oct 2025 16:58:39 +0800 Subject: [PATCH] =?UTF-8?q?2025-10-21=20=E9=A2=86=E6=96=99=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E5=8D=95=E7=AE=A1=E7=90=86=20=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E5=8D=95=E6=98=8E=E7=BB=86=E5=A2=9E=E5=8A=A0=E5=B7=B2=E6=8E=92?= =?UTF-8?q?=E4=BA=A7=E6=9C=BA=E5=8F=B0=E6=80=BB=E6=95=B0=E3=80=81=20?= =?UTF-8?q?=E5=B7=B2=E6=8E=92=E4=BA=A7=E6=9C=AA=E5=BC=80=E5=B7=A5=E6=9C=BA?= =?UTF-8?q?=E5=8F=B0=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../soIssueNotify/searchIssureNotify.vue | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue index cfbd7b2..e020ded 100644 --- a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue +++ b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue @@ -932,17 +932,16 @@ - - + + - - + + - 保存 @@ -1491,13 +1490,13 @@ { userId: this.$store.state.user.name, functionId: 701002, - serialNumber: '701002Table2ApsResourceTotal', + serialNumber: '701002Table2NotYetStartedResourceTotal', tableId: "701002Table2", tableName: "申请单工单信息明细表", - columnProp: 'apsResourceTotal', + columnProp: 'notYetStartedResourceTotal', headerAlign: "center", align: "right", - columnLabel: '已排产机台总数', + columnLabel: '已排产未开工机台数', columnHidden: false, columnImage: false, columnSortable: false, @@ -1509,13 +1508,13 @@ { userId: this.$store.state.user.name, functionId: 701002, - serialNumber: '701002Table2NotYetStartedResourceTotal', + serialNumber: '701002Table2ApsResourceTotal', tableId: "701002Table2", tableName: "申请单工单信息明细表", - columnProp: 'notYetStartedResourceTotal', + columnProp: 'apsResourceTotal', headerAlign: "center", align: "right", - columnLabel: '已排产未开工机台数', + columnLabel: '已排产机台总数', columnHidden: false, columnImage: false, columnSortable: false,