| | |
| | | ? "api/Task/GenerateAllocatOutboundTask?orderDetailId=" |
| | | : "api/Task/GenerateAllocatOutboundTask?orderDetailId="; |
| | | this.http |
| | | .post(url + this.row.id, this.selection, "æ°æ®å¤çä¸") |
| | | .post(url + this.row.id+"&station="+this.outboundForm.selectedPlatform, this.selection, "æ°æ®å¤çä¸") |
| | | .then((x) => { |
| | | if (!x.status) return this.$message.error(x.message); |
| | | this.$message.success("æä½æå"); |
| | |
| | | const url = "api/StockInfo/GetAllocateStockSelect?materielCode="; |
| | | this.http |
| | | .post( |
| | | url + this.row.materielCode + "&orderId=" + this.row.orderId, |
| | | url + this.row.materielCode + "&orderId=" + this.row.orderId + "&orderDetailId=" + this.row.id, |
| | | null, |
| | | "æ¥è¯¢ä¸" |
| | | ) |