合同打包为否可以关联会议项目
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user