#
whycq
2024-09-29 d8a5af48e83a64903c63624b994d3aa2b4992e7e
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) {