#
whycq
2022-07-20 1332f04d2f15765e5d64c8778b5cb4a824e0d12f
pages/basics/checkout.vue
@@ -109,11 +109,12 @@
      },
      methods: {
         huanghang() {
               this.focus = false;
               this.$nextTick(function() {
                  this.focus = true;
               });
               this.matnr = ''
            this.matnr = ''
            this.focus = false;
            this.$nextTick(function() {
               this.focus = true;
            });
         },
         messageToggle(type) {
            this.msgType = type
@@ -196,7 +197,7 @@
                        that.listLen = that.matList.length;
                        return;
                     }
                     if (res.data.ioType === 103) {
                     if (res.data.ioType === 103 || res.data.ioType === 104 || res.data.ioType === 107) {
                        that.matCount = res.data.list.length
                        that.wrkNo = res.data.list[0].wrkNo
                        return;