Commit 6b5a4653 authored by youjie's avatar youjie

no message

parent 5d026e6b
...@@ -660,7 +660,7 @@ ...@@ -660,7 +660,7 @@
'otherPlat':standardCurrencyName=='',}">{{standardCurrencyName}}结算</span> 'otherPlat':standardCurrencyName=='',}">{{standardCurrencyName}}结算</span>
</el-form-item> </el-form-item>
<el-form-item prop="OutGroupType" style="margin-top:1px;"> <el-form-item prop="OutGroupType" style="margin-top:1px;">
<span class="TP_Sendprepend" style="margin:3px -1px 0 0">团类型</span> <span class="TP_Sendprepend" style="margin:3px -1px 0 0">团类型</span>
<el-select class="w180" v-model="priceData.OutGroupType"> <el-select class="w180" v-model="priceData.OutGroupType">
<el-option v-for="item in OutGroupTypeList" :key="item.Id" :label="item.Name" :value="item.Id"> <el-option v-for="item in OutGroupTypeList" :key="item.Id" :label="item.Name" :value="item.Id">
</el-option> </el-option>
......
...@@ -598,7 +598,7 @@ ...@@ -598,7 +598,7 @@
'otherPlat':standardCurrencyName=='',}">{{standardCurrencyName}}结算</span> 'otherPlat':standardCurrencyName=='',}">{{standardCurrencyName}}结算</span>
</el-form-item> </el-form-item>
<el-form-item prop="OutGroupType" style="margin-top:1px;"> <el-form-item prop="OutGroupType" style="margin-top:1px;">
<span class="TP_Sendprepend" style="margin:3px -1px 0 0">团类型</span> <span class="TP_Sendprepend" style="margin:3px -1px 0 0">团类型</span>
<el-select class="w180" v-model="priceData.OutGroupType"> <el-select class="w180" v-model="priceData.OutGroupType">
<el-option v-for="item in OutGroupTypeList" :key="item.Id" :label="item.Name" :value="item.Id"> <el-option v-for="item in OutGroupTypeList" :key="item.Id" :label="item.Name" :value="item.Id">
</el-option> </el-option>
......
...@@ -607,7 +607,7 @@ ...@@ -607,7 +607,7 @@
'otherPlat':standardCurrencyName=='',}">{{standardCurrencyName}}结算</span> 'otherPlat':standardCurrencyName=='',}">{{standardCurrencyName}}结算</span>
</el-form-item> </el-form-item>
<el-form-item prop="OutGroupType" style="margin-top:1px;"> <el-form-item prop="OutGroupType" style="margin-top:1px;">
<span class="TP_Sendprepend" style="margin:3px -1px 0 0">团类型</span> <span class="TP_Sendprepend" style="margin:3px -1px 0 0">团类型</span>
<el-select class="w180" v-model="priceData.OutGroupType"> <el-select class="w180" v-model="priceData.OutGroupType">
<el-option v-for="item in OutGroupTypeList" :key="item.Id" :label="item.Name" :value="item.Id"> <el-option v-for="item in OutGroupTypeList" :key="item.Id" :label="item.Name" :value="item.Id">
</el-option> </el-option>
......
...@@ -640,7 +640,7 @@ ...@@ -640,7 +640,7 @@
'otherPlat':standardCurrencyName=='',}">{{standardCurrencyName}}结算</span> 'otherPlat':standardCurrencyName=='',}">{{standardCurrencyName}}结算</span>
</el-form-item> </el-form-item>
<el-form-item prop="OutGroupType" style="margin-top:1px;"> <el-form-item prop="OutGroupType" style="margin-top:1px;">
<span class="TP_Sendprepend" style="margin:3px -1px 0 0">团类型</span> <span class="TP_Sendprepend" style="margin:3px -1px 0 0">团类型</span>
<el-select class="w180" v-model="priceData.OutGroupType"> <el-select class="w180" v-model="priceData.OutGroupType">
<el-option v-for="item in OutGroupTypeList" :key="item.Id" :label="item.Name" :value="item.Id"> <el-option v-for="item in OutGroupTypeList" :key="item.Id" :label="item.Name" :value="item.Id">
</el-option> </el-option>
......
...@@ -309,7 +309,6 @@ ...@@ -309,7 +309,6 @@
basicData.ID = this.ConfigId basicData.ID = this.ConfigId
//团类型0常规 1落地团 //团类型0常规 1落地团
basicData.OutGroupType = this.OutGroupType basicData.OutGroupType = this.OutGroupType
console.log(basicData,'----1-11111')
if (basicData.ID != null && basicData.ID == 0) { if (basicData.ID != null && basicData.ID == 0) {
basicData.customId = this.PostConfig.customId basicData.customId = this.PostConfig.customId
basicData.allotId = this.PostConfig.allotId basicData.allotId = this.PostConfig.allotId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment