wanshenmean
2025-04-10 62b606314f8530c4e42d98ad7ef9c6e9eceb00d8
代码管理/NEWCode/WIDESEAWCS_PDA/pages/叫料/负极叫料.vue
@@ -153,6 +153,11 @@
               return;
            }
            let formDataParam = {
               dTaskId: this.generateUUID(),
               productCode: productCode,
               orderNo: orderNo,
               number: availableQuantity > 4 ? 4 : availableQuantity,
               inputValue: inputValue,
               DTaskId: this.generateUUID(),
               ProductCode: productCode,
               OrderNo: orderNo,
@@ -168,7 +173,8 @@
                  // 浣跨敤鍒涙櫤瀹屾暣鎺ュ彛
                  this.$u.post(value.CZFJiP + '/api/PDA/insertTask', formDataParam).then(res => {
                     this.$t.message.closeLoading();
                     if (res.status) {
                     console.log(formDataParam);
                     if (res.code == 200) {
                        this.$t.message.toast('鍛煎彨鎴愬姛');
                        this.$refs.popup.close();
                        // this.submit();