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

页面修改

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