From 0dfbffca356e9e51a3e586a6364b5df502b98aed Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 24 Dec 2025 14:20:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E7=AE=B1=E5=B0=BA=E5=AF=B8?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/ecss/codelnotify.vue | 18 +++++++++++++ src/views/modules/ecss/codelnotifyConfirm.vue | 27 +++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/src/views/modules/ecss/codelnotify.vue b/src/views/modules/ecss/codelnotify.vue index b093de5..339e9d4 100644 --- a/src/views/modules/ecss/codelnotify.vue +++ b/src/views/modules/ecss/codelnotify.vue @@ -1076,6 +1076,24 @@ fixed: '', columnWidth: 100 }, + { + userId: this.$store.state.user.name, + functionId: 801001, + serialNumber: '801001Table1ErpDelNo', + tableId: "801001Table1", + tableName: "关务系统发货通知单", + columnProp: "boxSizeFlag", + headerAlign: "center", + align: "left", + columnLabel: "维护箱尺寸", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 100 + }, { userId: this.$store.state.user.name, functionId: 801001, diff --git a/src/views/modules/ecss/codelnotifyConfirm.vue b/src/views/modules/ecss/codelnotifyConfirm.vue index da777f7..edf4a63 100644 --- a/src/views/modules/ecss/codelnotifyConfirm.vue +++ b/src/views/modules/ecss/codelnotifyConfirm.vue @@ -57,6 +57,15 @@ + + + + + + + + + {{'查询'}} @@ -1182,6 +1191,24 @@ fixed: '', columnWidth: 100 }, + { + userId: this.$store.state.user.name, + functionId: 801002, + serialNumber: '801002Table1ErpDelNo', + tableId: "801002Table1", + tableName: "关务系统发货通知单", + columnProp: "boxSizeFlag", + headerAlign: "center", + align: "left", + columnLabel: "维护箱尺寸", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 100 + }, { userId: this.$store.state.user.name, functionId: 801002,