From 30deab4b2ae54cc43d5d83c36832268ac6b28996 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 13 Jun 2025 17:32:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=A8=A1=E5=9D=97=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=BA=93=E5=8C=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/entry/bill-to-store.vue | 42 ++++++++++++++++- pages/entry/check-to-store.vue | 42 ++++++++++++++++- pages/entry/empty-tray-to-store.vue | 47 ++++++++++++++++++- pages/entry/mater-group-to-store.vue | 67 +++++++++++++++++++++++----- pages/entry/qualified-to-store.vue | 42 ++++++++++++++++- utils/getData2.js | 7 +++ utils/mork2.js | 10 ++++- 7 files changed, 236 insertions(+), 21 deletions(-) diff --git a/pages/entry/bill-to-store.vue b/pages/entry/bill-to-store.vue index cc4bafa..4fb91fd 100644 --- a/pages/entry/bill-to-store.vue +++ b/pages/entry/bill-to-store.vue @@ -79,6 +79,29 @@ + 当前库位可用数: + + + + 高库位 + + + {{kwData.g}}个 + + + 中库位 + + + {{kwData.z}}个 + + + 低库位 + + + {{kwData.d}}个 + + + @@ -130,7 +153,7 @@