瀏覽代碼

分办标示

baichengfei 5 年之前
父節點
當前提交
c68f7402eb

+ 2 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/addtionaudit/_opera/basisdataopera.vue

@@ -1092,6 +1092,8 @@
             this.shenheForm.AuditorRemark = '集中评审通过。'
           } else if (_this.formData.Status === '6') {
             this.auditstepcode = 'PAYING_FEE'
+          } else if (_this.formData.Status === '10') {
+            this.auditstepcode = 'SUB_OFFICE_JS'
           }
           this.inStyle = this.formData.InStyle
           this.getsubfile()

+ 2 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/addtionaudit/_opera/goodsdataopera.vue

@@ -1181,6 +1181,8 @@
           } else if (this.formData.Status === '6') {
             this.auditTitle = '确认交费'
             this.auditstepcode = 'PAYING_FEE'
+          } else if (_this.formData.Status === '10') {
+            this.auditstepcode = 'SUB_OFFICE_WZ'
           }
           this.inStyle = this.formData.InStyle
           this.getsubfile()

+ 2 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/addtionaudit/_opera/techdataopera.vue

@@ -1097,6 +1097,8 @@
             this.shenheForm.AuditorRemark = '集中评审通过。'
           } else if (_this.formData.Status === '6') {
             this.auditstepcode = 'PAYING_FEE'
+          } else if (_this.formData.Status === '10') {
+            this.auditstepcode = 'SUB_OFFICE_JF'
           }
           this.inStyle = this.formData.InStyle
           this.getSortList()

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

@@ -887,7 +887,7 @@
               this.auditstepcode = 'PAYING_FEE'
             } else if (this.formData.Status === '10') {
               this.auditTitle = '分办'
-              this.auditstepcode = 'FEN_TRIAL'
+              this.auditstepcode = 'SUB_OFFICE_JS'
             }
             this.$refs['equipmentList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
             this.$refs['performanceList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)

+ 4 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplieraudit/_opera/goodsedit.vue

@@ -758,6 +758,10 @@
               } else {
                 this.shenheForm.AuditorRemark = '集中评审通过。'
               }
+            } else if (this.formData.Status === '6') {
+              this.auditstepcode = 'PAYING_FEE'
+            } else if (this.formData.Status === '10') {
+              this.auditstepcode = 'SUB_OFFICE_WZ'
             }
             this.$refs['equipmentList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
             this.$refs['performanceList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)

+ 3 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplieraudit/_opera/techedit.vue

@@ -19,7 +19,7 @@
           <el-button type="primary" size="mini" style="margin-left: 8px" @click="commonAuditClick()" v-if="auditBtn && this.formData.Status == '4'">专业审核</el-button>
           <el-button type="primary" size="mini" style="margin-left: 8px" @click="concentrateAuditClick()" v-if="auditBtn && this.formData.Status == '5'">集中评审</el-button>
           <el-button type="primary" size="mini" style="margin-left: 8px" @click="secUnitSeparateAuditClick()" v-if="auditBtn && this.formData.Status == '10'">分办</el-button>
-          <el-button type="primary" size="mini" style="margin-left: 8px" @click="paySureClick()" v-if="parseInt(this.formData.Status) === 6">交费</el-button>
+          <el-button type="primary" size="mini" style="margin-left: 8px" @click="paySureClick()" v-if="auditBtn && parseInt(this.formData.Status) === 6">交费</el-button>
           <!--<el-button type="primary" size="mini" style="margin-left: 8px" @click="AuditEntity" v-else>审批</el-button>-->
           <el-button type="primary" size="mini" style="margin-left: 8px" onclick="window.history.go(-1)">返回</el-button>
         </span>
@@ -752,8 +752,9 @@
               }
             } else if (this.formData.Status === '6') {
               this.auditstepcode = 'PAYING_FEE'
+            } else if (this.formData.Status === '10') {
+              this.auditstepcode = 'SUB_OFFICE_JF'
             }
-
             this.$refs['equipmentList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
             this.$refs['performanceList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
             this.$refs['patentList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)