| | |
| | | return; |
| | | } |
| | | let formDataParam = { |
| | | dTaskId: this.generateUUID(), |
| | | productCode: productCode, |
| | | orderNo: orderNo, |
| | | number: availableQuantity > 4 ? 4 : availableQuantity, |
| | | inputValue: inputValue, |
| | | DTaskId: this.generateUUID(), |
| | | ProductCode: productCode, |
| | | OrderNo: orderNo, |
| | |
| | | // 浣跨敤鍒涙櫤瀹屾暣鎺ュ彛 |
| | | 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(); |