| | |
| | | </div> |
| | | <div style="border-bottom: 1px solid rgba(0,0,0,.2);"> |
| | | <div style="padding-left:5px;padding-right:5px;"> |
| | | <div style="padding: 5px">{{subtitle}}</div> |
| | | <div style="padding: 5px">检查项目:{{subtitle}}</div> |
| | | <div class="table-container"> |
| | | <el-table ref="tableCirculatOrderList" class="el-software el-margin-top-bot" border |
| | | :data="dataForm.checkOrderList" |
| | |
| | | }, |
| | | methods: { |
| | | init(id, row) { |
| | | console.log(row,'TestCheckOrder-AddOrUpdate.vue init row') |
| | | this.configDetailRow = row |
| | | if (row.checkId) { |
| | | console.log('配置项入库审核进来的 TestCheckOrder-AddOrUpdate.vue init row.checkId') |
| | | if (row.checkId != -1) { |
| | | console.log('TestCheckOrder-AddOrUpdate.vue init row.checkId!=-1') |
| | | this.dataForm.id = row.checkId |
| | | } |
| | | } else if (id) { |
| | | console.log(this.dataForm,'从检查单进来的 TestCheckOrder-AddOrUpdate.vue init this.dataForm') |
| | | this.dataForm.id = id |
| | | } else { |
| | | console.log(this.dataForm,'从检查单进来的 TestCheckOrder-AddOrUpdate.vue init this.dataForm') |
| | | this.dataForm.id = row.id |
| | | } |
| | | this.pageCode = row.pageCode |