| | |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="partBatchNo" |
| | | prop="ifsBatchNo" |
| | | header-align="center" |
| | | align="center" |
| | | label="零件批号" |
| | | label="批号" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | <!-- <el-table-column |
| | | prop="specs" |
| | | header-align="center" |
| | | align="center" |
| | | label="规格型号" |
| | | > |
| | | > --> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="returnQuantity" |
| | |
| | | feed.returnQuantity = this.dataList[i].returnQuantity |
| | | feed.returnLocationId = this.dataList[i].returnLocationId |
| | | feed.workstationId = this.workstationId |
| | | feed.ifsWdr = this.dataList[i].ifsWdr |
| | | feed.partNo = this.dataList[i].partNo |
| | | feeds.push(feed) |
| | | } |
| | | if (feeds.length > 0) { |