From a9c5e6472fb609e23d6cfdf6fd7ad10af382a8b1 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期五, 19 四月 2024 16:37:59 +0800 Subject: [PATCH] # --- manifest.json | 2 +- pages/phyz/checkLocDetl/locDetlList.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 90fa3c6..5c2ca1c 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "涓壃WMS", "appid" : "__UNI__DA5854D", "description" : "", - "versionName" : "20240418A", + "versionName" : "20240419A", "versionCode" : 101, "transformPx" : false, /* 5+App鐗规湁鐩稿叧 */ diff --git a/pages/phyz/checkLocDetl/locDetlList.vue b/pages/phyz/checkLocDetl/locDetlList.vue index 82a4458..8795fef 100644 --- a/pages/phyz/checkLocDetl/locDetlList.vue +++ b/pages/phyz/checkLocDetl/locDetlList.vue @@ -124,12 +124,12 @@ for (var i = 0; i < len; i++) { if (mat.matnr == this.dataList[i].matnr) { for (var j = 0; j < len; j++) { - if (mat.batch == this.dataList[j].batch) { + if (mat.threeCode == this.dataList[j].threeCode) { sameItem = true } } // 鐩稿悓鐗╂枡 涓嶅悓鎵瑰彿 鏂板姞鍒楄〃 - if (mat.batch != this.dataList[i].batch) { + if (mat.threeCode != this.dataList[i].threeCode) { this.$forceUpdate() // 寮哄埗鍒锋柊 if (sameItem) { add = false -- Gitblit v1.9.1