From 622a46a1bbae652575737620aa2ebcbcc15cb6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?yinjinlu-pc=5C=E5=B0=B9=E9=87=91=E8=B7=AF?= <411641505@qq.com> Date: Sun, 8 Sep 2024 16:25:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E5=BA=93=E5=8C=BA=E5=BA=93=E4=BD=8D?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=8C=E7=BB=B4=E7=A0=81=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/md/vendor/index.vue | 1 + src/views/mes/wm/area/index.vue | 107 +++++++++++++++------------ src/views/mes/wm/location/index.vue | 64 ++++++++++------ src/views/mes/wm/warehouse/index.vue | 95 ++++++++++++++++-------- 4 files changed, 165 insertions(+), 102 deletions(-) diff --git a/src/views/mes/md/vendor/index.vue b/src/views/mes/md/vendor/index.vue index 3b2e280..8e52ccf 100644 --- a/src/views/mes/md/vendor/index.vue +++ b/src/views/mes/md/vendor/index.vue @@ -571,6 +571,7 @@ export default { }, // 查询明细按钮操作 handleView(row){ + debugger; this.reset(); const vendorId = row.vendorId || this.ids getVendor(vendorId).then(response => { diff --git a/src/views/mes/wm/area/index.vue b/src/views/mes/wm/area/index.vue index 6240223..e54a774 100644 --- a/src/views/mes/wm/area/index.vue +++ b/src/views/mes/wm/area/index.vue @@ -172,54 +172,65 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{dict.label}} + + + {{dict.label}} + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - {{dict.label}} - - - {{dict.label}} - - + + @@ -259,9 +270,11 @@