skyouc
6 天以前 e6b2d108f49e2dc1d3c825704cb19e5557607420
pages/pakin/pakin.vue
@@ -214,18 +214,18 @@
         // 搜索物料
         findMat() {
            let that = this
            if (that.matnr == null && that.matnr == '') {
            if (that.matnr == null || that.matnr == '') {
               uni.showToast({
                  title: "物料码不能为空!!",
                  title: "订单号不能为空!!",
                  icon: "none",
                  position: "top"
               })
               return;
            } else {
            }
               uni.navigateTo({
                  url: "../pakin/pakinSelector?barcode=" + that.matnr,
               });
            }
         },
      
         checkMat(mat) {