李林
2024-03-13 e6b740a6e426aa4a12b66059c0330358900dae3e
src/components/view/b1-inspection-order.vue
@@ -69,7 +69,8 @@
</style>
<template>
   <div class="role_manage">
   <div class="inspection_order">
      <div style="width: 100%;height: 100%;" v-if="active == 0">
      <div>
         <el-row class="title">
            <el-col :span="12" style="padding-left: 20px;">检验下单</el-col>
@@ -173,13 +174,19 @@
         </div>
      </el-dialog>
   </div>
      <div style="width: 100%;height: 100%;" v-if="active == 1">
         <Add/>
      </div>
   </div>
</template>
<script>
   import ValueTable from '../tool/value-table.vue'
   import Add from '../do/b1-ins-order/add.vue'
   export default {
      components: {
         ValueTable
         ValueTable,
         Add
      },
      data() {
         return {
@@ -313,6 +320,7 @@
               },
            ],
            tabIndex: 0,
            active: 1
         }
      },
      mounted() {
@@ -415,7 +423,9 @@
            })
         },
         // 下单
         playOrder() {},
         playOrder() {
            this.active = 1
         },
         handleTab(m, i) {
            this.tabIndex = i;
            this.componentData.entity.state = m.value