From 439eea9a7038082013e5340c0bfb04f6a3744e16 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Sat, 15 Feb 2025 11:17:42 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=A5=BC=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/outbound/produce-out-store-2nd.vue | 6 +--
pages/outbound/shelf-bind-2nd.vue | 48 ++++++++++++++++++++----
utils/getData2.js | 6 ++-
utils/mork2.js | 4 ++
4 files changed, 52 insertions(+), 12 deletions(-)
diff --git a/pages/outbound/produce-out-store-2nd.vue b/pages/outbound/produce-out-store-2nd.vue
index e8bf820..96eba34 100644
--- a/pages/outbound/produce-out-store-2nd.vue
+++ b/pages/outbound/produce-out-store-2nd.vue
@@ -16,7 +16,7 @@
- 单据编码
+ 用料清单编号
物料名称
| 物料编码 |
数量 |
- 批次号 |
单位 |
+ 批次号 |
@@ -44,8 +44,8 @@
{{e.material_name}} |
{{e.material_code}} |
{{e.qty}} |
+ {{e.unit_name}} |
{{e.pcsn}} |
- {{e.unit_id}} |
diff --git a/pages/outbound/shelf-bind-2nd.vue b/pages/outbound/shelf-bind-2nd.vue
index 67ba300..3ccb145 100644
--- a/pages/outbound/shelf-bind-2nd.vue
+++ b/pages/outbound/shelf-bind-2nd.vue
@@ -11,6 +11,7 @@
@@ -25,11 +26,34 @@
+
+
+
+
+
+ | 站点编码 |
+ 站点名称 |
+ 绑定状态 |
+ 绑定货架号 |
+
+
+
+
+ | {{e.code}} |
+ {{e.name}} |
+ {{e.remark}} |
+ {{e.vehicle_code}} |
+
+
+
+
+
-
-
-
+
+
+
+
@@ -37,7 +61,7 @@