1
wankeda
2025-04-10 c33e348641b0792df1c0ba086b6a04e6d709efa4
代码管理/NEWCode/WIDESEAWCS_PDA/pages/叫料/正极叫料.vue
@@ -101,7 +101,7 @@
                     size: this.size
                  };
                  // 浣跨敤鍒涙櫤瀹屾暣鎺ュ彛
                  this.$u.post(res.data.CZFJiP + '/api/PDA/AGVPage', null).then(res => {
               this.$u.post(res.data.CZFJiP + '/makerwit/selectKHWareType', null).then(res => {
                     console.log(res);
                     this.$t.message.closeLoading();
                     cb && cb();
@@ -120,6 +120,7 @@
               },
            });
         },
         clickLoadMore(e) {
            this.status = 'loading';
            this.current += 1;
@@ -152,7 +153,7 @@
               return;
            }
            let formDataParam = {
               dTaskId: this.generateUUID(),
               dTaskId: 2,
               productCode: productCode,
               orderNo: orderNo,
               number: availableQuantity > 4 ? 4 : availableQuantity,
@@ -163,7 +164,7 @@
               if (res.status) {
                  const value = uni.getStorageSync('storage_key_ipAddress');
                  // 浣跨敤鍒涙櫤瀹屾暣鎺ュ彛
                  this.$u.post(value.CZZJip + '/api/PDA/insertTask', formDataParam).then(res => {
                  this.$u.post(value.CZZJip + '/makerwit/insertTask', formDataParam).then(res => {
                     this.$t.message.closeLoading();
                           if (res.code == 200) {
                        this.$t.message.toast('鍛煎彨鎴愬姛');