skyouc
昨天 e376c99d80df50257b80a0da99865e80cf6b55c5
pages/outbound/wavePickItem.vue
@@ -97,6 +97,9 @@
         })
      },
      onShow() {
         this.search()
      },
      methods: {
         //点击事件
         clickTaskItem(index) {
@@ -125,9 +128,9 @@
         async search() {
            let that = this;
            this.list = []
            // if(this.barcode === '' || this.barcode ===null){
            //    return ;
            // }
            if (that.barcode == null || that.barcode.length < 1 ) {
               return;
            }
            const {
               code,
               data,
@@ -165,13 +168,6 @@
         },
         async complete() {
            let that = this
            if (that.barcode === '' || that.barcode === null) {
               uni.showToast({
                  title: "容器号为空",
                  icon: "error",
               })
               return;
            }
            if (that.list === [] || that.list.length === 0) {
               uni.showToast({
                  title: "拣货明细为空",