合同打包为否可以关联会议项目

This commit is contained in:
fengachen
2021-10-11 13:53:26 +08:00
parent f376ec9b82
commit 3898e59446
2 changed files with 11 additions and 11 deletions
@@ -75,11 +75,11 @@ export default {
}
},
watch: {
isPack(value) {
if (value) {
this.projectType.splice(2, 1)
}
}
// isPack(value) {
// if (value) {
// this.projectType.splice(2, 1)
// }
// }
},
methods: {
open() {
@@ -799,13 +799,13 @@ export default {
break
// 会议项目
case 3:
// 传入合同信息
this.$refs.selectMeetingProjectModule.open(this.newFormData)
// 打包为是不能选择关联会议项目
if (this.newFormData.pack === 1) {
this.$message.warn('打包不可选择会议项目')
} else {
// 传入合同信息
this.$refs.selectMeetingProjectModule.open(this.newFormData)
}
// if (this.newFormData.pack === 1) {
// this.$message.warn('打包不可选择会议项目')
// } else {
// }
break
// 会员项目
case 4: