|
|
|
@ -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 |
|
|
|
}, |
|
|
|
|