| | |
| | | "PalletCode": this.PalletCode2, |
| | | "OrderNos": this.OrderNos |
| | | } |
| | | this.$u.post('/api/BoxingInfo/AddBoxingInfo', param).then(res => { |
| | | this.$u.post('/api/StockInfo/AddGroupPlateAsync', param).then(res => { |
| | | if (res.status) { |
| | | this.$refs.luToast.show({ |
| | | title: res.message, |
| | |
| | | var param = { |
| | | "PalletCode": this.PalletCode3, |
| | | } |
| | | this.$u.post('/api/BoxingInfo/DeleteBoxingInfoAsync', param).then(res => { |
| | | this.$u.post('/api/StockInfo/DeleteGroupPlateAsync', param).then(res => { |
| | | if (res.status) { |
| | | this.$refs.luToast.show({ |
| | | title: res.message, |