| | |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="partName" |
| | | prop="partDescription" |
| | | header-align="center" |
| | | align="center" |
| | | label="零件" |
| | | label="零件描述" |
| | | > |
| | | </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> --> |
| | | <el-table-column |
| | | prop="suppliedQuantity" |
| | | header-align="center" |
| | |
| | | partNoList.push(partNoLists) |
| | | } |
| | | getCheckRawPart(partNoList).then((response) => { |
| | | console.log(response) |
| | | if (response.data.code === 0) { |
| | | // 需要密码确认情况 |
| | | if (response.data.data.success === false) { |
| | |
| | | partBatchNo: this.dataList[i].partBatchNo, |
| | | systemNo: this.dataList[i].systemNo, |
| | | partName: this.dataList[i].partName, |
| | | unit: this.dataList[i].unit ? this.dataList[i].unit : '' |
| | | unit: this.dataList[i].unit ? this.dataList[i].unit : '', |
| | | partNo: this.dataList[i].partNo, |
| | | ifsBatchNo: this.dataList[i].ifsBatchNo, |
| | | ifsWdr: this.dataList[i].ifsWdr, |
| | | locationNo: this.dataList[i].locationNo, |
| | | serialNo:this.dataList[i].serialNo, |
| | | engChgLevel:this.dataList[i].engChgLevel, |
| | | configurationId:this.dataList[i].configurationId, |
| | | activitySeq:this.dataList[i].activitySeq |
| | | } |
| | | feeds.push(feed) |
| | | } |