| | |
| | | <el-table-column |
| | | prop="wo_code" |
| | | label="工单编码" |
| | | show-tooltip-when-overflow |
| | | width="160" |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | | prop="partcode" |
| | | show-tooltip-when-overflow |
| | | width="160" |
| | | label="产品编码" |
| | | sortable="custom" |
| | |
| | | prop="partname" |
| | | label="产品名称" |
| | | width="160" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | | prop="partspec" |
| | | label="产品规格" |
| | | show-tooltip-when-overflow |
| | | width="160" |
| | | sortable="custom" |
| | | > |
| | |
| | | prop="step_code" |
| | | label="工序编码" |
| | | width="120" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | | prop="stepname" |
| | | label="工序名称" |
| | | width="120" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | | prop="checkstaned_code" |
| | | label="标准编码" |
| | | width="120" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | | prop="checkstaned_name" |
| | | label="标准名称" |
| | | width="120" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | | prop="check_type" |
| | | label="检验类型" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | width="120" |
| | | > |
| | |
| | | prop="check_result" |
| | | label="检验结果" |
| | | sortable="custom" |
| | | show-tooltip-when-overflow |
| | | width="120" |
| | | > |
| | | <template slot-scope="{row}"> |
| | |
| | | prop="check_qty" |
| | | label="检验数量" |
| | | width="120" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | | prop="lm_user" |
| | | label="检验人员" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | width="120" |
| | | /> |
| | | <el-table-column |
| | | prop="lm_date" |
| | | label="检验时间" |
| | | show-tooltip-when-overflow |
| | | width="160" |
| | | sortable="custom" |
| | | /> |
| | |
| | | |
| | | <el-table-column |
| | | prop="checkitem_code" |
| | | show-tooltip-when-overflow |
| | | label="检验项目编号" |
| | | width="120" |
| | | /> |
| | | <el-table-column |
| | | prop="checkitem_name" |
| | | label="检验项目名称" |
| | | show-tooltip-when-overflow |
| | | /> |
| | | <el-table-column |
| | | prop="checkitem_descr" |
| | | label="检验项目描述" |
| | | show-tooltip-when-overflow |
| | | /> |
| | | <el-table-column |
| | | prop="check_result" |
| | | label="检验结果" |
| | | show-tooltip-when-overflow |
| | | width="120" |
| | | > |
| | | <template slot-scope="{row}"> |
| | |
| | | <el-table-column |
| | | prop="lm_user" |
| | | label="检验人员" |
| | | show-tooltip-when-overflow |
| | | width="120" |
| | | /> |
| | | <el-table-column |
| | | prop="lm_date" |
| | | label="检验时间" |
| | | show-tooltip-when-overflow |
| | | width="160" |
| | | /> |
| | | <!-- <el-table-column--> |