#
whycq
2023-05-22 f06865d85275928a2f93db0931d627a4b4779320
pages/basics/pakin.vue
@@ -147,8 +147,8 @@
            checkedData:[],
            batch:'',
            memo: '',
            ck1: false,
            ck2: true,
            ck1: true,
            ck2: false,
            frozen: 0,
         }
      },
@@ -179,6 +179,7 @@
            } else {
               this.frozen = 0
            }
            console.log(this.frozen);
         },
         // 获取url
         getUrl() {
@@ -371,11 +372,11 @@
                        });
                     }, 1000);
                  } else {
                     setTimeout(()=>{
                        that.matnr = '';
                        that.focus = true;
                     }, 100);
                     uni.showToast({title: res.msg, icon: "none",position: 'top'})
                     // setTimeout(()=>{
                     //    that.matnr = '';
                     //    that.focus = true;
                     // }, 100);
                     // uni.showToast({title: res.msg, icon: "none",position: 'top'})
                  }
                  
               }