Browse Source

plm BMM

master
ruanqi 1 year ago
parent
commit
d04885bfc6
  1. 6
      src/views/modules/tooling/searchToolApply.vue

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

@ -91,6 +91,9 @@
layout="total, sizes, prev, pager, next, jumper">
</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>
</el-tab-pane>
<el-tab-pane label="工具明细" name="detail">
<el-table
:data="detailList"
@ -582,7 +585,7 @@
import ApprovalInformation from "../changeManagement/approvalInformation.vue";
import OssComponents from "../oss/ossComponents";
import DictDataSelect from "../sys/dict-data-select.vue"
import orderAttribute from "../demoComponents/orderProperties"
/*組件*/
export default {
components: {
@ -591,6 +594,7 @@
Chooselist,
projectUploadFile,
DictDataSelect,
orderAttribute,
},
computed: {
changeApplyHeaderFlag() {

Loading…
Cancel
Save