| | |
| | | this.sumError = ''; |
| | | try { |
| | | // è°ç¨å端ç»è®¡æ¥å£ï¼æ¿æ¢ä¸ºä½ çå®é
æ¥å£è·¯å¾ï¼ |
| | | const response = await http.post('/api/InboundOrder/UnPalletQuantity?orderNo='+this.docNo, { |
| | | const response = await http.post('/api/PickingReturn/UnPalletQuantity?orderNo='+this.docNo, { |
| | | |
| | | }); |
| | | |
| | |
| | | // APIè¯·æ± - æ¿æ¢ä¸ºå®é
çAPIè°ç¨ |
| | | async fetchMaterialData(barcode) { |
| | | try { |
| | | const response = await http.post('/api/InboundOrder/BarcodeMaterielGroup', |
| | | const response = await http.post('/api/PickingReturn/BarcodeMaterielGroup', |
| | | { |
| | | palletCode: this.trayBarcode, |
| | | orderNo: this.docNo, |
| | | barcodes: barcode, |
| | | locationTypeDesc: this.currentLocationDesc, |
| | | locationType: this.form.locationType, // æ·»å ä»åºåºåä¿¡æ¯ |
| | | warehouseType:this.form.warehouseType |
| | | warehouseType:this.form.warehouseType, |
| | | orderTypes: 117 |
| | | } |
| | | ); |
| | | |