| | |
| | | <span>{{ scope.row.partName }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="IFS批次号" prop="ifsBatchNo" align="center"> |
| | | <el-table-column label="批次号" prop="ifsBatchNo" align="center"> |
| | | <template slot="header"> |
| | | <div style="line-height: 14px;">IFS批次号</div> |
| | | <div style="line-height: 14px;">批次号</div> |
| | | <div class="th" @click.stop> |
| | | <el-input |
| | | type="text" |
| | |
| | | <span>{{ scope.row.ifsBatchNo }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="WDR号" prop="ifsWdr" align="center"> |
| | | <!-- <el-table-column label="WDR号" prop="ifsWdr" align="center"> |
| | | <template slot="header"> |
| | | <div style="line-height: 14px;">WDR号</div> |
| | | <div class="th" @click.stop> |
| | |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.ifsWdr }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> --> |
| | | <!-- <el-table-column label="SN号" prop="partBatchNo" align="center"> |
| | | <template slot="header"> |
| | | <div style="line-height: 14px;">SN号</div> |
| | |
| | | <span>{{ scope.row.partName }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="IFS批次号" prop="ifsBatchNo" align="center"> |
| | | <el-table-column label="批次号" prop="ifsBatchNo" align="center"> |
| | | <template slot="header" slot-scope="scope"> |
| | | <div style="line-height: 14px;">IFS批次号</div> |
| | | <div style="line-height: 14px;">批次号</div> |
| | | <div class="th" @click.stop> |
| | | <el-input |
| | | type="text" |
| | |
| | | <span>{{ scope.row.ifsBatchNo }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="WDR号" prop="ifsWdr" align="center"> |
| | | <!-- <el-table-column label="WDR号" prop="ifsWdr" align="center"> |
| | | <template slot="header" slot-scope="scope"> |
| | | <div style="line-height: 14px;">WDR号</div> |
| | | <div class="th" @click.stop> |
| | |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.ifsWdr }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> --> |
| | | <!-- <el-table-column label="SN号" prop="partBatchNo" align="center"> |
| | | <template slot="header" slot-scope="scope"> |
| | | <div style="line-height: 14px;">SN号</div> |
| | |
| | | } |
| | | }, |
| | | inputHandle(){ |
| | | console.log(this.currOperateTask); |
| | | if (this.selectFeeds.length > 0) { |
| | | var list = [] |
| | | this.selectFeeds.forEach(a=>{ |