Browse Source

准入服务提交,下一步

baichengfei 5 years ago
parent
commit
66dd531dcc

+ 4 - 4
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/techedit.vue

@@ -349,7 +349,7 @@
                    v-if="parseInt(activeName) < totalTab">下一步</el-button>
         <el-button type="primary"
                    size="mini"
-                   @click="nextStep()"
+                   @click="commitAudit()"
                    v-if="add_flat && IsCompanyUser == 1 && parseInt(activeName)==3">
           提交
         </el-button>
@@ -1297,9 +1297,9 @@ export default {
       // if (this.formDataCert.Status > 0) {
       //   this.totalTab = 4
       // }
-      // if (this.formDataCert.Status < 0) {
-      //   this.totalTab = 4
-      // }
+      if (this.formDataCert.Status == '') {
+        this.totalTab = 3
+      }
       if (this.formDataCert.Status >= 5) {
         this.totalTab = 4
       }

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplieraudit/_opera/basisedit.vue

@@ -154,7 +154,7 @@
           </el-card>
         </el-tab-pane>
 
-        <el-tab-pane label="企业1资质">
+        <el-tab-pane label="企业资质">
           <auditbus-list ref="auditbusList" :data="auditbusList" :SupplierCertId="certId" :SupplierId="serviceId+''"
                          :SupplierTypeCode="classId+''" :Visiblebtn="this.formData.Status" height="360px">
           </auditbus-list>