[update] - 确认来款 去掉项目类型的限制
This commit is contained in:
@@ -491,8 +491,8 @@ export default {
|
||||
*/
|
||||
preComeMoney(record) {
|
||||
// 判断是否是 普通项目、工作组项目、资料网员 项目 不是 直接返回
|
||||
let canOpe = record.projectType === ProjectTypeEnums.GENERAL_PRO.value || record.projectType === ProjectTypeEnums.GROUP_PRO.value || record.projectType === ProjectTypeEnums.MEMBER_PRO.value
|
||||
if(!canOpe) return
|
||||
// let canOpe = record.projectType === ProjectTypeEnums.GENERAL_PRO.value || record.projectType === ProjectTypeEnums.GROUP_PRO.value || record.projectType === ProjectTypeEnums.MEMBER_PRO.value
|
||||
// if(!canOpe) return
|
||||
this.$refs.preComeModule.show(record)
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user