liuhj 9 months ago
parent
commit
33cc7f6891
1 changed files with 6 additions and 2 deletions
  1. 6 2
      src/components/OP/Groupedit.vue

+ 6 - 2
src/components/OP/Groupedit.vue

@@ -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) {