Selaa lähdekoodia

年审调整顺序

yuedefeng 5 vuotta sitten
vanhempi
commit
2290efee0e

+ 6 - 6
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/bassicoperation.vue

@@ -596,11 +596,6 @@
           </el-card>
         </el-tab-pane>
 
-        <el-tab-pane label="准入范围" :disabled="!certId">
-          <business-list ref="businessList" :data.sync="businessList" :canadd="false" height="360px"
-            style="margin-top: 20px"></business-list>
-        </el-tab-pane>
-
         <el-tab-pane label="企业资质" :disabled="!certId">
           <!--<subfile-list ref="subfileList" :data.sync="subfileList" :canadd="canadd" height="360px" style="margin-top: 20px"></subfile-list>-->
           <el-card class="box-card" style="margin-top: 10px;">
@@ -608,7 +603,7 @@
               <span style="font-weight: bold">企业资质</span>
               <el-button style="float: right; padding: 3px 0" type="text" @click="showDialog" v-if="Status <= 0">添加</el-button>
             </div>
-            <el-table :data="subfileList" border>
+            <el-table size="mini" :data="subfileList" border>
               <el-table-column label="操作" width="150" align="center" fixed v-if="Status <= 0">
                 <template slot-scope="scope">
                   <el-button type="primary" plain size="mini" title="文件变更" @click="openDialog(scope.row)">
@@ -669,6 +664,11 @@
           </el-card>
         </el-tab-pane>
 
+        <el-tab-pane label="准入范围" :disabled="!certId">
+          <business-list ref="businessList" :data.sync="businessList" :canadd="false" height="360px"
+                         style="margin-top: 20px"></business-list>
+        </el-tab-pane>
+
         <el-tab-pane label="提交审批">
           <el-card class="box-card" style="height: 800px">
             <div slot="header" class="clearfix">

+ 6 - 5
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/goodsoperation.vue

@@ -681,10 +681,6 @@
             </winning-list>
           </el-card>
         </el-tab-pane>
-       <el-tab-pane label="准入范围" :disabled="!certId">
-          <business-list ref="businessList" :data.sync="businessList" :canadd="false" height="360px"
-            style="margin-top: 20px"></business-list>
-        </el-tab-pane>
 
         <el-tab-pane label="企业资质" :disabled="!certId">
           <!--<subfile-list ref="subfileList" :data.sync="subfileList" :canadd="canadd" height="360px" style="margin-top: 20px"></subfile-list>-->
@@ -693,7 +689,7 @@
               <span style="font-weight: bold">企业资质</span>
               <el-button style="float: right; padding: 3px 0" type="text" @click="showDialog" v-if="Status <= 0">添加</el-button>
             </div>
-            <el-table :data="subfileList" border>
+            <el-table size="mini" :data="subfileList" border>
               <el-table-column label="操作" width="150" align="center" fixed v-if="Status <= 0">
                 <template slot-scope="scope">
                   <el-button type="primary" plain size="mini" title="文件变更" @click="openDialog(scope.row)">
@@ -754,6 +750,11 @@
           </el-card>
         </el-tab-pane>
 
+        <el-tab-pane label="准入范围" :disabled="!certId">
+          <business-list ref="businessList" :data.sync="businessList" :canadd="false" height="360px"
+                         style="margin-top: 20px"></business-list>
+        </el-tab-pane>
+
         <el-tab-pane label="提交审批">
           <el-card class="box-card" style="height: 800px">
             <div slot="header" class="clearfix">

+ 6 - 6
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/operation.vue

@@ -513,11 +513,6 @@
           </el-card>
         </el-tab-pane>
 
-        <el-tab-pane label="准入范围" :disabled="!certId">
-          <business-list ref="businessList" :data.sync="businessList" :canadd="false" height="360px"
-            style="margin-top: 20px"></business-list>
-        </el-tab-pane>
-
         <el-tab-pane label="企业资质" :disabled="!certId">
           <!--<subfile-list ref="subfileList" :data.sync="subfileList" :canadd="canadd" height="360px"-->
             <!--style="margin-top: 20px"></subfile-list>-->
@@ -526,7 +521,7 @@
               <span style="font-weight: bold">企业资质</span>
               <el-button style="float: right; padding: 3px 0" type="text" @click="showDialog" v-if="Status <= 0">添加</el-button>
             </div>
-            <el-table :data="subfileList" border>
+            <el-table size="mini" :data="subfileList" border>
               <el-table-column label="操作" width="150" align="center" fixed v-if="Status <= 0">
                 <template slot-scope="scope">
                   <el-button type="primary" plain size="mini" title="文件变更" @click="openDialog(scope.row)">
@@ -587,6 +582,11 @@
           </el-card>
         </el-tab-pane>
 
+        <el-tab-pane label="准入范围" :disabled="!certId">
+          <business-list ref="businessList" :data.sync="businessList" :canadd="false" height="360px"
+                         style="margin-top: 20px"></business-list>
+        </el-tab-pane>
+
         <el-tab-pane label="提交审批">
           <el-card class="box-card" style="height: 800px">
             <div slot="header" class="clearfix">