|
|
@@ -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('请选择报销类型')
|