[变更] 工作组设置收费通知去掉校验
This commit is contained in:
@@ -449,21 +449,22 @@ export default {
|
|||||||
this.$message.warn('请先选择成员')
|
this.$message.warn('请先选择成员')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
let param = {
|
// 2022-04-26 变更:不校验来款是否是收费通知
|
||||||
ids: this.selectedRowKeys.join(','),
|
// let param = {
|
||||||
workingGroupId: this.workingGroupProjectId
|
// ids: this.selectedRowKeys.join(','),
|
||||||
}
|
// workingGroupId: this.workingGroupProjectId
|
||||||
|
// }
|
||||||
// 判断选中的成员是否存在来款方式非收费通知的
|
// 判断选中的成员是否存在来款方式非收费通知的
|
||||||
getChargeNotice(param).then(res => {
|
// getChargeNotice(param).then(res => {
|
||||||
if (res.success) {
|
// if (res.success) {
|
||||||
this.getChargeNoticeList()
|
this.getChargeNoticeList()
|
||||||
this.$refs.setChargeNotic.chargeNoticeList = this.chargeNoticeList
|
this.$refs.setChargeNotic.chargeNoticeList = this.chargeNoticeList
|
||||||
this.$refs.setChargeNotic.selectedRowKeys = this.selectedRowKeys
|
this.$refs.setChargeNotic.selectedRowKeys = this.selectedRowKeys
|
||||||
this.$refs.setChargeNotic.handleOpen()
|
this.$refs.setChargeNotic.handleOpen()
|
||||||
} else {
|
// } else {
|
||||||
this.$message.warn(res.message)
|
// this.$message.warn(res.message)
|
||||||
}
|
// }
|
||||||
})
|
// })
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* 催款提醒
|
* 催款提醒
|
||||||
|
|||||||
@@ -159,6 +159,10 @@ export default {
|
|||||||
close() {
|
close() {
|
||||||
this.visible = false
|
this.visible = false
|
||||||
this.model = {}
|
this.model = {}
|
||||||
|
this.form.resetFields()
|
||||||
|
this.selectedRowKeys = null
|
||||||
|
this.chargeNoticeList = null
|
||||||
|
this.selectedChargeNotice = null
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* 收费通知号变化, 回显本年应收款和文件
|
* 收费通知号变化, 回显本年应收款和文件
|
||||||
|
|||||||
Reference in New Issue
Block a user