Commit 8b97eda1 authored by youjie's avatar youjie

no message

parent 9b7f3f24
......@@ -24,8 +24,8 @@
>
<tr>
<th width="100" style="min-width: 100px;max-width: 100px;">方案名称</th>
<th width="100" class="left-text-indent">线路</th>
<th width="100" class="left-text-indent">提成方式</th>
<th width="200" class="left-text-indent">线路</th>
<th width="100">提成方式</th>
<th width="150" style="min-width: 150px;max-width: 150px;">修改时间</th>
<th width="150" style="min-width: 150px;max-width: 150px;">操作</th>
</tr>
......@@ -36,7 +36,7 @@
<td style="padding: 0 10px;" class="left-text-indent">
{{item.LineName}}
</td>
<td style="padding: 0 10px;" class="left-text-indent">
<td style="padding: 0 10px;">
{{item.SingleVisaWay==1?'人头奖励':item.SingleVisaWay==2?'利润比':'-'}}
</td>
<td style="padding: 0 10px;">
......@@ -346,7 +346,7 @@
SingleVisaRate: 0,
TravelVisaMoney: 0,
TravelVisaZLMoney: 0,
CountryId: -1,
CountryId: null,
LineIdList: [],
LineIds: '',
ProfitList:[
......@@ -424,7 +424,7 @@
SingleVisaRate: item.SingleVisaRate,
TravelVisaMoney: item.TravelVisaMoney,
TravelVisaZLMoney: item.TravelVisaZLMoney,
CountryId: item.CountryId,
CountryId: item.CountryId>0?item.CountryId:null,
ProfitList: item.ProfitList,
ExtraList: item.ExtraList,
}
......@@ -452,6 +452,7 @@
// 点击确定
RulesOk(formName) {
this.form.LineIds = this.form.LineIdList.join(',')
this.form.CountryId = this.form.CountryId?this.form.CountryId:-1
this.$refs[formName].validate((valid) => {
if (valid) {
this.ruleLoading = true
......@@ -492,7 +493,7 @@
this.form = {
Id:0,
Name:'',
CountryId: -1,
CountryId: null,
ProfitList:[
{
StartValue:0,
......
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