From c4021f4cd0177c6d7029871c38205b566ee4a316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E9=A3=9E?= Date: Sun, 27 Apr 2025 10:53:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8F=90=E4=BA=A4=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages/material/features/ProduceReturnPage/index.vue | 1 + pages/material/features/ProductStockIn/index.vue | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) 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') {