liuhj 9 月之前
父节点
当前提交
33cc7f6891
共有 1 个文件被更改,包括 6 次插入2 次删除
  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) {