Commit b40c4d35 authored by zhengke's avatar zhengke

修改

parent aad08fb9
...@@ -135,8 +135,6 @@ ...@@ -135,8 +135,6 @@
padding: 9px 15px; padding: 9px 15px;
} }
.groupSuperSearchLayer {}
.groupSuperSearchLayer>p { .groupSuperSearchLayer>p {
padding: 20px 0; padding: 20px 0;
font-size: 14px; font-size: 14px;
...@@ -255,8 +253,6 @@ ...@@ -255,8 +253,6 @@
font-size: 0px; font-size: 0px;
} }
.groupTourOrder_remarks>div {}
.groupTourOrder_remarks>div>div:nth-child(1) { .groupTourOrder_remarks>div>div:nth-child(1) {
float: left; float: left;
display: flex; display: flex;
...@@ -802,7 +798,7 @@ ...@@ -802,7 +798,7 @@
height:30px; height:30px;
} }
.KT_Scenic table td{ .KT_Scenic table td{
padding:0 5px!important; padding:9px 5px!important;
} }
._TravelPricePopover .GOScenicDiv{ ._TravelPricePopover .GOScenicDiv{
...@@ -1514,14 +1510,14 @@ ...@@ -1514,14 +1510,14 @@
{{item.CouponsName}} {{item.CouponsName}}
</td> </td>
<td> <td>
{{item.RefundMoney}} {{item.RefundMoney}}
</td> </td>
<td> <td>
<el-input class="w80" @keyup.native="checkInteger(item,'Number')" <el-input class="w80" @keyup.native="checkInteger(item,'Number')" @change="getGOScenictWO"
v-model="item.Number"></el-input> v-model="item.Number"></el-input>
</td> </td>
<td> <td>
<el-input class="w80" @keyup.native="checkPrice(item,'BackMoney')" <el-input class="w80" @keyup.native="checkPrice(item,'BackMoney')" @change="getGOScenictWO"
v-model="item.BackMoney"></el-input> v-model="item.BackMoney"></el-input>
</td> </td>
</tr> </tr>
...@@ -3545,14 +3541,13 @@ ...@@ -3545,14 +3541,13 @@
//勾选景点 //勾选景点
getGOScenic(item){ getGOScenic(item){
item.IsChecked=!item.IsChecked; item.IsChecked=!item.IsChecked;
this.getGOScenictWO();
}, },
//勾选 //勾选
getGOScenictWO(){ getGOScenictWO(){
this.addMsg.OrderBackScenicList=[]; this.addMsg.OrderBackScenicList=[];
this.SciencNameList=[]; this.SciencNameList=[];
this.ScenicRefundList.forEach(x=>{ this.ScenicRefundList.forEach(x=>{
if(x.IsChecked){ if(x.IsChecked&&x.Number>0){
let obj = { let obj = {
CouponsId:x.CouponsId, CouponsId:x.CouponsId,
IsChecked:x.IsChecked, IsChecked:x.IsChecked,
...@@ -3673,20 +3668,6 @@ ...@@ -3673,20 +3668,6 @@
this.addMsg.OrderForm = x.OrderForm this.addMsg.OrderForm = x.OrderForm
this.addMsg.allName = x.ContactName this.addMsg.allName = x.ContactName
// this.addMsg_form.OrderId=x.OrderId;
// this.addMsg_form.OpSetLossMoney=x.OpSetLossMoney;//收损金额
// this.addMsg_form.BabyChargePrice=modelPrice.BabyChargePrice;//小孩附加费
// this.addMsg_form.BabyPrice=modelPrice.BabyPrice;//婴儿价
// this.addMsg_form.BackVisaPrice=modelPrice.BackVisaPrice;//退签证费
// this.addMsg_form.ChildNeedPrice=modelPrice.ChildNeedPrice;//小孩占床增收
// this.addMsg_form.ChildNoNeedPrice=modelPrice.ChildNoNeedPrice;//小孩不占床减收
// this.addMsg_form.OldManChargePrice=modelPrice.OldManChargePrice;//老人附加费
// this.addMsg_form.OtherPrice=modelPrice.OtherPrice;//杂费
// this.addMsg_form.SingleDMCPrice=modelPrice.SingleDMCPrice;//单地接
// this.addMsg_form.VisaPrice=modelPrice.VisaPrice;//签证费用
// this.addMsg_form.SingleRoomPrice=modelPrice.SingleRoomPrice;//单房差
this.IsChildrenTour = x.IsChildrenTour; this.IsChildrenTour = x.IsChildrenTour;
this.IsBirdDiscount = x.IsBirdDiscount; this.IsBirdDiscount = x.IsBirdDiscount;
this.OpSetLossPeople = x.OpSetLossPeople; this.OpSetLossPeople = x.OpSetLossPeople;
...@@ -4423,6 +4404,7 @@ ...@@ -4423,6 +4404,7 @@
Number(this.addMsg.AirticketNum); Number(this.addMsg.AirticketNum);
this.addMsg.IsChildrenTour = this.IsChildrenTour; this.addMsg.IsChildrenTour = this.IsChildrenTour;
this.addMsg.IsBirdDiscount = this.addObj.IsBirdDiscount; this.addMsg.IsBirdDiscount = this.addObj.IsBirdDiscount;
this.apipost( this.apipost(
"sellorder_post_SetOrderInfo_02", "sellorder_post_SetOrderInfo_02",
this.addMsg, this.addMsg,
......
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