whycq
2024-03-20 e179bf0117d25f49bd0252da89f10cd8b4349c20
pages/pakin/pakin.vue
@@ -186,6 +186,7 @@
         // 托盘码有误重置
         barcodeFocuss() {
            let that = this;
            this.matFocus = false;
            that.barcodeFocus = false;
            setTimeout(() => {
               that.barcode = '';
@@ -194,7 +195,7 @@
         },
         // 商品光标清空重置
         focuss() {
            this.focus = false;
            this.matFocus = false;
            setTimeout(() => {
               this.matnr = '';
               this.matFocus = true;
@@ -379,8 +380,10 @@
         // 确认重置
         resetConfirm() {
            this.dataList = []
            this.barcode = ''
            this.messageText = "重置完成"
            this.messageToggle('success')
            this.barcodeFocuss()
         },
         // 取消重置
         resetClose() {
@@ -427,7 +430,7 @@
   .code-decs {
      width: 20vw;
      font-size: 18px;
      font-size: 14px;
      color: #303133;
   }