whycq
2024-05-16 ad4d41f60d4a44e945c8e55d66bfe23ee8c668f6
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