#
whycq
2022-07-15 6164f02ad33bced77194dc0a461ec5dae2bf9d6f
pages/basics/outPakin.vue
@@ -124,7 +124,7 @@
      onLoad() {
         // #ifdef APP
         setInterval(()=>{
            uni.hideKeyboard()
            // uni.hideKeyboard()
         },20)
         // #endif
      },
@@ -289,6 +289,12 @@
         // 检索商品
         findMat() {
            let that = this
            let userName = uni.getStorageSync('HCuname')
            let matCode = that.matnrId
            // 开启扫描日志
            that.addLog(matCode,userName)
            that.foucss();
            return;
            if (that.matnrId.length > 25){
               that.messageToggle('warn');
               that.messageText = '商品编码超长,请重试';
@@ -307,10 +313,8 @@
                  return;
               }
            }
            let userName = uni.getStorageSync('HCuname')
            let matCode = that.matnrId
            // 开启扫描日志
            that.addLog(matCode,userName)
            // return;
            // uni.showLoading();
            uni.request({