修改收入合同关联项目新增

This commit is contained in:
fengachen
2021-09-18 18:16:54 +08:00
parent f1f554eb7a
commit e488da6b5e
2 changed files with 6 additions and 9 deletions
@@ -796,6 +796,11 @@ export default {
// 会议项目
case 3:
// 传入合同信息
// 打包为是不能选择关联会议项目
if(this.newFormData.pack === 1){
this.$message.warn('打包不可选择会议项目')
return
}
this.$refs.selectMeetingProjectModule.open(this.newFormData)
break
// 会员项目