From 1a4b1af699c50baf8f04592fb12094cd9c651de8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E9=9D=96?= <2217640373@qq.com>
Date: Mon, 11 Sep 2023 15:53:40 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=80=E5=94=AE=E5=87=BA?=
=?UTF-8?q?=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/wms/product/SaleOutWH/index.vue | 232 +++++++++++++++-------
src/pages/wms/product/SaleOutWH/model.ts | 62 +++---
src/utils/url.ts | 15 ++
3 files changed, 212 insertions(+), 97 deletions(-)
diff --git a/src/pages/wms/product/SaleOutWH/index.vue b/src/pages/wms/product/SaleOutWH/index.vue
index 9c4ae27..8360f00 100644
--- a/src/pages/wms/product/SaleOutWH/index.vue
+++ b/src/pages/wms/product/SaleOutWH/index.vue
@@ -16,7 +16,7 @@
- 提单
+ 提单
@@ -31,30 +31,30 @@
产品编码:
- 40000006954
+ {{ orderNoItemList && orderNoItemList.productCode }}
产品名称:
- 纸箱
+ {{ orderNoItemList && orderNoItemList.productName }}
订单数量:
- 100/0
+ {{ orderNoItemList && orderNoItemList.planQuantity }}
单位:
- 件
+ {{ orderNoItemList && orderNoItemList.unitOfMeasure }}
捡货数量:
- 3
+ {{ outnumber }}
-
+
@@ -67,17 +67,17 @@
批次号:
- 100/0
+ {{ item.lotNumber }}
箱码:
- 件
+ {{ item.barcode }}件
库位码:
- 100/0
+ {{ item.wlCode }}