Explorar o código

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

huangguoce hai 1 mes
pai
achega
00c107a116
Modificáronse 1 ficheiros con 8 adicións e 1 borrados
  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('请选择报销类型')