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