Browse Source

plm BMM

master
ruanqi 1 year ago
parent
commit
958cce630a
  1. 2
      src/views/modules/tooling/searchToolApply.vue

2
src/views/modules/tooling/searchToolApply.vue

@ -92,7 +92,7 @@
</el-pagination>
<el-tabs style="font-size: 12px;min-height: 330px" class="customer-tab" v-model="activeName" type="border-card" @tab-click="tabClick">
<el-tab-pane label="基本信息" name="attribute">
<order-attribute ref="dialogAttribute" :order-no="currentRow.applyNo" :code-no="'toolApply'" :function-type="'order'"></order-attribute>
<order-attribute ref="dialogAttribute" :order-no="currentRow.applyNo" :code-no="'toolApply'" :function-type="'TL'"></order-attribute>
</el-tab-pane>
<el-tab-pane label="工具明细" name="detail">
<el-table

Loading…
Cancel
Save