| | |
| | | title: "ç©æåç§°", |
| | | type: "string", |
| | | width: 150, |
| | | |
| | | |
| | | }, |
| | | { |
| | | prop: "palletCode", |
| | |
| | | }, |
| | | ], |
| | | selection: [], |
| | | ids:[], |
| | | ids: [], |
| | | selectionSum: 0, |
| | | selectionClass: "less-style", |
| | | originalQuantity: 0, |
| | |
| | | } |
| | | this.ids.push(this.row.id); |
| | | var param = { |
| | | "orderIds":this.ids, |
| | | "orderIds": this.ids, |
| | | "stockViews": this.selection, |
| | | "AreaId": this.form.areaId, |
| | | } |
| | |
| | | .post( |
| | | "api/ProductionOutboundOrder/GeneratetProductOutboundTask", |
| | | param, |
| | | "æ°æ®å¤çä¸" |
| | | "æ°æ®å¤çä¸..." |
| | | ) |
| | | .then((x) => { |
| | | if (!x.status) return this.$message.error(x.message); |
| | |
| | | }, |
| | | getData() { |
| | | var param = { |
| | | "materielCode":this.row.materielCode, |
| | | "materielCode": this.row.materielCode, |
| | | "materielName": this.row.materielName, |
| | | "demandClassification": this.row.demandClassification, |
| | | } |
| | | this.http |
| | | .post("api/StockInfo/GetStockSelectViews",param,"æ¥è¯¢ä¸").then((x) => { |
| | | .post("api/StockInfo/GetStockSelectViews", param, "æ¥è¯¢ä¸...").then((x) => { |
| | | this.tableData = x; |
| | | }); |
| | | }, |