Parcourir la source

中审-兴光项目报销-报销详情不弹框

huangguoce il y a 1 mois
Parent
commit
00c107a116
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8 1
      src/views/common/reimbursement/ReimbursementComponent.vue

+ 8 - 1
src/views/common/reimbursement/ReimbursementComponent.vue

@@ -1867,7 +1867,14 @@ export default {
                 }
             })
         },
-
+        openProgramPageForm(rowIndex, row) {
+            if (this.commonJS.isEmpty(row.typeName)) {
+                this.$message.error('请选择报销类型')
+                return
+            }
+            this.indexRow = rowIndex
+            this.$refs.cwProgramPageForm.init('2', false)
+        },
         openProgramPageForm3(rowIndex, row) {
             if (this.commonJS.isEmpty(row.typeName)) {
                 this.$message.error('请选择报销类型')