Browse Source

no message

linwenxin 1 year ago
parent
commit
a95ec6342f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/valueAddedService/orderSettleManag/pages/offline.vue

+ 5 - 1
src/views/valueAddedService/orderSettleManag/pages/offline.vue

@@ -19,7 +19,7 @@
             :form-items="examineInfo">
           </zj-form-module>
         </zj-form-container>
-        <div v-if="formType == 1 && formData.flag == 'WAIT'" slot="footer" class="dialog-footer">
+        <div v-if="formType == 1 && formDshType" slot="footer" class="dialog-footer">
           <el-button size="mini" type="primary" @click="shenhexinxi">审核</el-button>
         </div>
         <div v-if="formType == 0 && formData.flag == 'OK' && formData.payStatus == 'WAIT' && formData.payType == 1"
@@ -96,6 +96,7 @@ export default {
       },
       formDialog: false,
       addFormDialog: false,
+      formDshType:false,
       addFormData: {
         shiyongleixing: "按使用年限",
         "amount": "",
@@ -312,6 +313,7 @@ export default {
           },
           click: ({ row, index, column }) => {
             this.formType = 1
+            this.formDshType = true
             this.getDetail(row.id)
           }
         },
@@ -328,6 +330,7 @@ export default {
     },
     // 关闭弹窗
     formCancel() {
+      this.formDshType = false
       this.$refs?.formRef?.$refs?.inlineForm?.clearValidate()
       this.$data.formData = this.$options.data().formData
       this.formDialog = false
@@ -347,6 +350,7 @@ export default {
       })
     },
     addFormCancel() {
+      this.formDshType = false
       this.$refs?.addFormRef?.$refs?.inlineForm?.clearValidate()
       this.$data.addFormData = this.$options.data().addFormData
       this.addFormDialog = false