pages/pakin/pakin.vue
@@ -198,7 +198,8 @@ }, // 商品光标清空重置 focuss() { this.focus = false; this.barcodeFocus = false; this.matFocus = false; setTimeout(() => { this.matnr = ''; this.matFocus = true; @@ -312,6 +313,7 @@ if (add) { this.dataList.unshift(mat) } this.$forceUpdate() // 强制刷新 }, // 修改批号 revise(item, i) {