From 20460ffa7e68caaa2263ecbd02b6a33f47170519 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E9=9D=96?= <2217640373@qq.com>
Date: Thu, 7 Sep 2023 17:57:17 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E7=BA=BF=E5=85=A5=E5=BA=93=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E5=AF=B9=E6=8E=A5=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/mes/ProductionQtyInsp/index.vue | 3 -
.../wms/product/OfflineStorage/index.vue | 77 +++++++++----------
src/pages/wms/product/OfflineStorage/model.ts | 29 ++++---
src/utils/url.ts | 26 +++++--
4 files changed, 74 insertions(+), 61 deletions(-)
diff --git a/src/pages/mes/ProductionQtyInsp/index.vue b/src/pages/mes/ProductionQtyInsp/index.vue
index cae2a6d..c1888f4 100644
--- a/src/pages/mes/ProductionQtyInsp/index.vue
+++ b/src/pages/mes/ProductionQtyInsp/index.vue
@@ -354,9 +354,6 @@ export default class productCheckReceipt extends BasePage {
padding: 20rpx;
}
- .button-bar {
- }
-
.photoList {
display: flex;
padding-top: 12rpx;
diff --git a/src/pages/wms/product/OfflineStorage/index.vue b/src/pages/wms/product/OfflineStorage/index.vue
index aa41890..32f495e 100644
--- a/src/pages/wms/product/OfflineStorage/index.vue
+++ b/src/pages/wms/product/OfflineStorage/index.vue
@@ -30,33 +30,33 @@
生产订单:
- {{ orderNodetail.aa }}
+ {{ model.orderNoItemList.productOrder }}
产品编码:
- {{ orderNodetail.aa }}
+ {{ model.orderNoItemList.productCode }}
产品名称:
- {{ orderNodetail.aa }}
+ {{ model.orderNoItemList.productName }}
订单数量:
- {{ orderNodetail.aa }}
+ {{ model.orderNoItemList.planQuantity }}
单位:
- {{ orderNodetail.aa }}
+ {{ model.orderNoItemList.unitOfMeasure }}
入库数量:
- {{ orderNodetail.aa }}
+ {{ model.orderNoItemList.putQuantity }}
-
+
入库
@@ -115,15 +115,15 @@
托盘号:
-
+
入库库位:
-
+
箱数:
-
+
@@ -141,6 +141,7 @@
+