Commit 675a53d8 authored by 黄奎's avatar 黄奎

页面修改

parent 2e3ce2ba
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
:picker-options="pickerBeginDateAfter"></el-date-picker> :picker-options="pickerBeginDateAfter"></el-date-picker>
</span> </span>
</li> </li>
<li><span> <li style="display:none;"><span>
<em>状态</em> <em>状态</em>
<el-select v-model='msg.PriceStatus'> <el-select v-model='msg.PriceStatus'>
<el-option :label="$t('pub.unlimitedSel')" :value="0"></el-option> <el-option :label="$t('pub.unlimitedSel')" :value="0"></el-option>
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
</td> </td>
<td> <td>
<template v-if="childItem.HotelName!=childItem.NewHotelName && childItem.NewHotelName!=''"> <template v-if="childItem.HotelName!=childItem.NewHotelName && childItem.NewHotelName!=''">
<span style="text-decoration:line-through"> {{childItem.HotelName}}</span> <span style="text-decoration:line-through red solid"> {{childItem.HotelName}}</span>
</template> </template>
<template v-else> <template v-else>
{{childItem.HotelName}} {{childItem.HotelName}}
...@@ -301,16 +301,15 @@ ...@@ -301,16 +301,15 @@
y.isShowPop = false; y.isShowPop = false;
}) })
}); });
//console.log("obj", obj);
var nMsg = { var nMsg = {
TCID: obj.TCID, TCID: obj.TCID,
DayNum: obj.DayNum, DayNum: obj.DayNum,
HotelId: obj.ID HotelId: obj.ID
}; };
console.log("nMsg",nMsg);
this.apipost("travel_post_SavePriceHotelService", nMsg, res => { this.apipost("travel_post_SavePriceHotelService", nMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success(res.data.message);
this.getList();
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
...@@ -404,7 +403,7 @@ ...@@ -404,7 +403,7 @@
this.msg.PlaceID = 0; this.msg.PlaceID = 0;
this.msg.LineteamId = 0; this.msg.LineteamId = 0;
let msg = { let msg = {
lineID: this.msg.LineId, lineID: 14,
} }
this.apipost('team_post_GetLinePlace', msg, res => { this.apipost('team_post_GetLinePlace', msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
...@@ -417,7 +416,7 @@ ...@@ -417,7 +416,7 @@
getLineTeamList() { getLineTeamList() {
this.msg.LineteamId = 0 this.msg.LineteamId = 0
let msg = { let msg = {
lineID: this.msg.LineId, lineID: 14,
placeID: this.msg.PlaceID, placeID: this.msg.PlaceID,
isTOOP: 1 isTOOP: 1
} }
......
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