modified: src/views/warehouse/pallettransports/index.vue
| | |
| | | part_no:el.partNo, |
| | | part_desc:el.partDesc, |
| | | operation_task_no:el.operationTaskNo, |
| | | transfer_quantity:0, |
| | | transfer_quantity:el.transferQuantity, |
| | | unit:el.unit, |
| | | to_ifs_location_no:el.toIfsLocationName, |
| | | state:el.state, |
| | |
| | | return{ |
| | | partNo:el.partNo, |
| | | partDesc: el.partDesc, |
| | | transferQuantity: el.surplusQuantity, |
| | | transferQuantity: 0, |
| | | toIfsLocationNo:el.toIfsLocationNo, |
| | | toIfsLocationName: el.toIfsLocationName, |
| | | transportsId: el.transportsId, |
| | |
| | | ele.surplusQuantity = 0 |
| | | } |
| | | }) |
| | | this.getPalletTransportsMaterialData() |
| | | } else { |
| | | this.$message.error('添加移库明细失败') |
| | | } |