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 = "";