From fa5976676d6d2eaf1c41f214423dfef9947be39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E9=A3=9E?= Date: Fri, 13 Jun 2025 15:48:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages/material/features/ProductStockIn/index.vue | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4cd151e..7d9de13 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "ziWms", "appid" : "__UNI__3FD43E0", "description" : "WMS系统", - "versionName" : "1.1.6", + "versionName" : "1.1.8", "versionCode" : 125, "transformPx" : false, /* 5+App特有相关 */ diff --git a/pages/material/features/ProductStockIn/index.vue b/pages/material/features/ProductStockIn/index.vue index ed3077c..9d72ffe 100644 --- a/pages/material/features/ProductStockIn/index.vue +++ b/pages/material/features/ProductStockIn/index.vue @@ -123,6 +123,9 @@          实际规格: {{ item.SDK_ID }} --> +
+ 品名: {{ item.DESC_CN }} +
计划数量: {{ item.TOTALQTY }} {{ item.UNIT }}          @@ -821,6 +824,7 @@ this.opCode = ""; this.MATERIALPACKINGNAME = ""; this.BoxListInfo = []; + this.sumList = []; this.RECEIVEACTNO = ""; this.MATERIALSPECNAME = ""; this.PHASE = "";