| | |
| | | </template> |
| | | </el-table-column> --> |
| | | <el-table-column |
| | | label="零件描述" |
| | | prop="partDescription" |
| | | label="零件" |
| | | prop="partName" |
| | | align="center" show-overflow-tooltip |
| | | > |
| | | <template slot="header"> |
| | | <div style="line-height: 14px;">零件描述</div> |
| | | <div style="line-height: 14px;">零件</div> |
| | | <div class="th" @click.stop> |
| | | <el-input |
| | | type="text" |
| | | v-model="queryParamTwo.partDescription" |
| | | v-model="queryParamTwo.partName" |
| | | @keyup.enter.native="handleStockList" |
| | | clearable |
| | | @clear="handleStockList" |
| | |
| | | </div> |
| | | </template> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.partDescription }}</span> |
| | | <span>{{ scope.row.partName }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="IFS批次号" prop="ifsBatchNo" align="center"> |
| | |
| | | :show-overflow-tooltip="true" |
| | | > |
| | | <template slot="header" slot-scope="scope"> |
| | | <div style="line-height: 14px;">零件描述</div> |
| | | <div style="line-height: 14px;">零件</div> |
| | | <div class="th" @click.stop> |
| | | <el-input |
| | | type="text" |