Commit 4a924d53 authored by 吴春's avatar 吴春
parents afc96384 37367971
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
</li> </li>
<li> <li>
<button class="hollowFixedBtn" @click="resetPageIndex(),getControlList()">{{$t('pub.searchBtn')}}</button> <button class="hollowFixedBtn" @click="resetPageIndex(),getControlList()">{{$t('pub.searchBtn')}}</button>
<button class="hollowFixedBtn" @click="goToOpenTravel('TravelManager',0)">创建行程</button>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -125,7 +126,7 @@ ...@@ -125,7 +126,7 @@
</div> </div>
<div class="el-col"> <div class="el-col">
<div class="d7"> <div class="d7">
<el-button @click="goToOpenTravel('TravelManager2',item.ID)" type="primary"> <el-button @click="goToOpenTravel('TravelManager',item.ID)" type="primary">
{{$t('Operation.Op_tripUpdate')}}</el-button> {{$t('Operation.Op_tripUpdate')}}</el-button>
<el-button @click="copyTravelInfo(item.ID)" type="primary">{{$t('Operation.Op_tripCopy')}}</el-button> <el-button @click="copyTravelInfo(item.ID)" type="primary">{{$t('Operation.Op_tripCopy')}}</el-button>
<el-button @click="goUrlR(item)" type="primary"> <el-button @click="goUrlR(item)" type="primary">
...@@ -326,19 +327,14 @@ ...@@ -326,19 +327,14 @@
goToOpenTravel(path, configId) { goToOpenTravel(path, configId) {
if (configId > 0) { if (configId > 0) {
this.$store.commit("pageConditionUpdate", this.queryMsg); this.$store.commit("pageConditionUpdate", this.queryMsg);
this.$router.push({ this.OpenNewPage(path, {
name: path, configId: configId,
query: { openState: 1,
configId: configId, blank: 'y',
openState: 1, tab: '团期配置'
blank: 'y',
tab: '团期配置'
}
}); });
} else { } else {
this.$router.push({ this.OpenNewPage(path, {});
name: path
});
} }
}, },
//行程复制 //行程复制
......
...@@ -361,7 +361,7 @@ ...@@ -361,7 +361,7 @@
</el-form-item> </el-form-item>
</td> </td>
<td> <td>
<el-form-item label="单地接"> <el-form-item label="单地接(成本)">
{{teamPrice.SingleDMCPrice}} {{teamPrice.SingleDMCPrice}}
</el-form-item> </el-form-item>
</td> </td>
...@@ -375,11 +375,16 @@ ...@@ -375,11 +375,16 @@
{{teamPrice.ChildNeedPrice}} {{teamPrice.ChildNeedPrice}}
</el-form-item> </el-form-item>
</td> </td>
<td colspan="6"> <td colspan="2">
<el-form-item label="单房差"> <el-form-item label="单房差">
{{teamPrice.SingleRoomPrice}} {{teamPrice.SingleRoomPrice}}
</el-form-item> </el-form-item>
</td> </td>
<td colspan="4">
<el-form-item label="单地接(价格)">
{{teamPrice.SingleDMCTCPrice}}
</el-form-item>
</td>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
......
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
</el-form-item> </el-form-item>
</td> </td>
<td> <td>
<el-form-item label="单地接"> <el-form-item label="单地接(成本)">
{{teamPrice.SingleDMCPrice}} {{teamPrice.SingleDMCPrice}}
</el-form-item> </el-form-item>
</td> </td>
...@@ -283,11 +283,16 @@ ...@@ -283,11 +283,16 @@
{{teamPrice.ChildNeedPrice}} {{teamPrice.ChildNeedPrice}}
</el-form-item> </el-form-item>
</td> </td>
<td colspan="6"> <td colspan="2">
<el-form-item label="单房差"> <el-form-item label="单房差">
{{teamPrice.SingleRoomPrice}} {{teamPrice.SingleRoomPrice}}
</el-form-item> </el-form-item>
</td> </td>
<td colspan="4">
<el-form-item label="单地接(价格)">
{{teamPrice.SingleDMCTCPrice}}
</el-form-item>
</td>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
......
...@@ -368,7 +368,7 @@ ...@@ -368,7 +368,7 @@
</el-form-item> </el-form-item>
</td> </td>
<td> <td>
<el-form-item label="单地接"> <el-form-item label="单地接(成本)">
<el-input v-model="teamPrice.SingleDMCPrice" <el-input v-model="teamPrice.SingleDMCPrice"
@keyup.native="checkInteger(teamPrice,'SingleDMCPrice'),getchange()" class="w70"> @keyup.native="checkInteger(teamPrice,'SingleDMCPrice'),getchange()" class="w70">
</el-input> </el-input>
...@@ -388,13 +388,20 @@ ...@@ -388,13 +388,20 @@
</el-input> </el-input>
</el-form-item> </el-form-item>
</td> </td>
<td colspan="6"> <td colspan="2">
<el-form-item label="单房差"> <el-form-item label="单房差">
<el-input placeholder="" v-model="teamPrice.SingleRoomPrice" <el-input placeholder="" v-model="teamPrice.SingleRoomPrice"
@keyup.native="checkPrice(teamPrice,'SingleRoomPrice')" class="w70"> @keyup.native="checkPrice(teamPrice,'SingleRoomPrice')" class="w70">
</el-input> </el-input>
</el-form-item> </el-form-item>
</td> </td>
<td colspan="4">
<el-form-item label="单地接(价格)">
<el-input placeholder="" v-model="teamPrice.SingleDMCTCPrice"
@keyup.native="checkPrice(teamPrice,'SingleDMCTCPrice')" class="w70">
</el-input>
</el-form-item>
</td>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
...@@ -972,7 +979,7 @@ ...@@ -972,7 +979,7 @@
}, },
getchange(type) { getchange(type) {
this.getSubtotalMoney(); this.getSubtotalMoney();
var that=this; var that = this;
if (type && type == 1) { if (type && type == 1) {
var tempPrice = 0; var tempPrice = 0;
this.CostNumberList.forEach(x => { this.CostNumberList.forEach(x => {
......
...@@ -127,7 +127,8 @@ ...@@ -127,7 +127,8 @@
VisaPrice: 0, //签证 VisaPrice: 0, //签证
OtherPrice: 0, //杂费 OtherPrice: 0, //杂费
SingleRoomPrice: 0, //单房差 SingleRoomPrice: 0, //单房差
SingleDMCPrice: 0, //单地接 SingleDMCPrice: 0, //单地接(成本)
SingleDMCTCPrice:0,//单地接团售价
RebatePrice: 0, //同行返佣 RebatePrice: 0, //同行返佣
DiscountPrice: 0, //早鸟优惠 DiscountPrice: 0, //早鸟优惠
IsSupportChildren: 1, //是否支持儿童出游(1-支持,2-不支持) IsSupportChildren: 1, //是否支持儿童出游(1-支持,2-不支持)
......
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