Browse Source

基建类专业处室审批-准入范围-删除按钮控制

白承飞 5 năm trước cách đây
mục cha
commit
ff803ccec9

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

@@ -445,7 +445,7 @@
         dialogMakeSure2: false,
         dialogAllocation: false,
         add_flat: false,
-        delete_flat: true,
+        delete_flat: false,
         aduitlabel: '审核人',
         auditer: '',
         auditTitle: '审批',
@@ -566,10 +566,10 @@
           classId: '03',
           workflowId: ''
         },
-        IsCompanyUser: '',
+        IsCompanyUser: ''
       }
     },
-    created() {
+    created () {
       this.companyid = this.authUser.Profile.Superior
       this.serviceId = this.$route.params.opera + ''
       this.certId = this.$route.query.certid + ''
@@ -968,11 +968,11 @@
         }
       },
 
-      allocationBtn() {
+      allocationBtn () {
         this.dialogAllocation = true
       },
       // 审核通过
-      makeSure() {
+      makeSure () {
         if (this.shenheForm.SuccessStatus === 1) {
           if (this.formData.Status == '' || this.formData.Status == '0') {
             if (this.auditer === '') {
@@ -1067,7 +1067,7 @@
         this.checkstatus()
       },
 
-      checkstatus() {
+      checkstatus () {
         let params = this.shenheForm
         let audit = {
           auditer: this.auditer,