|
@@ -327,8 +327,12 @@ export default {
|
|
|
},
|
|
|
//拼接团名
|
|
|
splicingname(){
|
|
|
- console.log(111)
|
|
|
- this.ruleForm.groupname=this.ruleForm.customerunits+'赴'+this.ruleForm.countriesvisited+this.ruleForm.numdays+'日'
|
|
|
+ console.log(this.ruleForm.radioval)
|
|
|
+ if(this.ruleForm.radioval==1){
|
|
|
+ this.ruleForm.groupname='投标-'+this.ruleForm.customerunits+'赴'+this.ruleForm.countriesvisited+this.ruleForm.numdays+'日';
|
|
|
+ }else{
|
|
|
+ this.ruleForm.groupname=this.ruleForm.customerunits+'赴'+this.ruleForm.countriesvisited+this.ruleForm.numdays+'日'
|
|
|
+ }
|
|
|
},
|
|
|
//清空
|
|
|
resetForm(formName) {
|