diff --git a/manifest.json b/manifest.json index 41a2f9e..4cd151e 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "ziWms", "appid" : "__UNI__3FD43E0", "description" : "WMS系统", - "versionName" : "1.1.2", + "versionName" : "1.1.6", "versionCode" : 125, "transformPx" : false, /* 5+App特有相关 */ diff --git a/pages/material/features/ProduceReturnPage/index.vue b/pages/material/features/ProduceReturnPage/index.vue index 55b5be3..a36145e 100644 --- a/pages/material/features/ProduceReturnPage/index.vue +++ b/pages/material/features/ProduceReturnPage/index.vue @@ -845,6 +845,7 @@ this.opCode = ""; this.MATERIALPACKINGNAME = ""; this.BoxListInfo = []; + this.sumList = []; this.RECEIVEACTNO = ""; this.MATERIALSPECNAME = ""; this.PHASE = ""; diff --git a/pages/material/features/ProductStockIn/index.vue b/pages/material/features/ProductStockIn/index.vue index 5cd4449..a67e748 100644 --- a/pages/material/features/ProductStockIn/index.vue +++ b/pages/material/features/ProductStockIn/index.vue @@ -87,7 +87,6 @@ 数量: {{ item.MATERIALQUANTITY }} {{ item.UNIT }} -
删除
@@ -599,7 +598,7 @@ opcode: this.opCode, commitDate: this.commitDate }).then(res => { - if (res.data.success) { + if (res.data.success || res.data.code == 200) { this.opCode = ''; this.loading = false; if (this.value == 'true') {