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