Browse Source

2024-06-06 更新

master
fengyuan_yang 2 years ago
parent
commit
1613352ea3
  1. 1
      src/views/modules/processManagement/processBindingInfo.vue
  2. 8
      src/views/modules/test/requestForTest.vue

1
src/views/modules/processManagement/processBindingInfo.vue

@ -243,6 +243,7 @@
<template slot-scope="{row}">
<el-select :ref="`${row.xh-1}` + `a`" v-model="tableData[row.xh-1].fieldType" placeholder="请选择字段类型" style="width: 130px">
<el-option label="人员参数" value="A"></el-option>
<el-option label="金额参数" value="C"></el-option>
<el-option label="其他参数" value="B"></el-option>
</el-select>
</template>

8
src/views/modules/test/requestForTest.vue

@ -725,7 +725,7 @@
<test-attribute ref="tabAttribute" :attribute-list="attributeList" :test-no="testCurrentRow.testNo" :height="500"></test-attribute>
</el-tab-pane>
<el-tab-pane label="材料信息" name="test_so_bom" style="padding: 5px">
<test-table ref="tabSoBom" :test-number="testCurrentRow.testNumber" :data-list="testSoBomList" :test-no="testCurrentRow.testNo" :height="500" v-model:data-list="testSoBomList"></test-table>
<test-table ref="tabSoBom" :test-number="testCurrentRow.testNumber" :test-no="testCurrentRow.testNo" :height="500" v-model:data-list="testSoBomList"></test-table>
</el-tab-pane>
<el-tab-pane label="制程信息" name="test_so_routing" style="padding: 5px">
<test-routing-table ref="tabSoBom" :test-no="testCurrentRow.testNo" v-model:data-list="testSoRoutingList" :height="500" ></test-routing-table>
@ -2525,9 +2525,9 @@
isReject: row.isReject
}
this.activeTabList = ['product','process','attribute','partAttribute','file']
this.$nextTick(()=>{
this.$refs.dialogSoBom.clearTable();
})
// this.$nextTick(()=>{
// this.$refs.dialogSoBom.clearTable();
// })
this.modalDisableFlag = true
this.modalFlag = true
},

Loading…
Cancel
Save