From 922c52dcb7ec0bb1c0dc0aa77113cbe26da07cf3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?=
<8702040+cai-ling@user.noreply.gitee.com>
Date: Tue, 3 Dec 2024 18:36:55 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E6=8D=AE=E5=87=BA=E5=BA=93=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/outbound/bill-list.vue | 74 ++++++++++++++-----
pages/outbound/bill-out-store.vue | 34 +++------
utils/getData2.js | 66 ++---------------
utils/mork2.js | 115 ++++++++++++++++++++++++++++++
4 files changed, 188 insertions(+), 101 deletions(-)
diff --git a/pages/outbound/bill-list.vue b/pages/outbound/bill-list.vue
index 75933bc..fc9dd46 100644
--- a/pages/outbound/bill-list.vue
+++ b/pages/outbound/bill-list.vue
@@ -3,6 +3,19 @@
+
+
+
+ 单据编码
+
+
+
+
+
+
@@ -17,8 +30,8 @@
| 申请数量 |
计划数量 |
已分配数量 |
- 单位 |
批次号 |
+ 单位 |
@@ -32,20 +45,18 @@
{{e.qty}} |
{{e.plan_qty}} |
{{e.assign_qty}} |
- {{e.unit_id}} |
{{e.pcsn}} |
+ {{e.unit_name}} |
-
-
-
-
+
+
@@ -53,7 +64,7 @@