#
whycq
2024-04-19 a9c5e6472fb609e23d6cfdf6fd7ad10af382a8b1
#
2个文件已修改
6 ■■■■ 已修改文件
manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/checkLocDetl/locDetlList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,7 +2,7 @@
    "name" : "中扬WMS",
    "appid" : "__UNI__DA5854D",
    "description" : "",
    "versionName" : "20240418A",
    "versionName" : "20240419A",
    "versionCode" : 101,
    "transformPx" : false,
    /* 5+App特有相关 */
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