Commit 823b0488 authored by 黄奎's avatar 黄奎

查询修改

parent d75af8bd
...@@ -549,7 +549,7 @@ ...@@ -549,7 +549,7 @@
placeholder="次/N數" maxlength="1" class="w150"></el-input> placeholder="次/N數" maxlength="1" class="w150"></el-input>
</td> </td>
<td> <td>
{{childItem.TotalNum}}/ {{childItem.FOCNum}} {{childItem.TotalNum}}
</td> </td>
<td> <td>
{{childItem.DinnerDisNum}} {{childItem.DinnerDisNum}}
...@@ -670,7 +670,7 @@ ...@@ -670,7 +670,7 @@
placeholder="次/N數" maxlength="1" class="w150"></el-input> placeholder="次/N數" maxlength="1" class="w150"></el-input>
</td> </td>
<td> <td>
{{childItem.TotalNum}}/ {{childItem.FOCNum}} {{childItem.TotalNum}}
</td> </td>
<td> <td>
{{childItem.TicketDisNum}} {{childItem.TicketDisNum}}
...@@ -844,7 +844,7 @@ ...@@ -844,7 +844,7 @@
次/N數 次/N數
</td> </td>
<td class="ComTitle tdCenter"> <td class="ComTitle tdCenter">
人數
</td> </td>
<td class="ComTitle tdCenter" colspan="2"> <td class="ComTitle tdCenter" colspan="2">
合计 合计
...@@ -1295,13 +1295,10 @@ ...@@ -1295,13 +1295,10 @@
車資 車資
</td> </td>
<td> <td>
</td> </td>
<td> <td>
</td> </td>
<td> <td>
</td> </td>
<td> <td>
{{BusSum.VNDTotalSum}} {{BusSum.VNDTotalSum}}
...@@ -1480,7 +1477,8 @@ ...@@ -1480,7 +1477,8 @@
.USPriceSum) + .USPriceSum) +
Number(this.ZaZhiSum.USPriceSum) + Number(this.ShipSum.USPriceSum) + Number(this.SelfFeeSum.USPriceSum); Number(this.ZaZhiSum.USPriceSum) + Number(this.ShipSum.USPriceSum) + Number(this.SelfFeeSum.USPriceSum);
single_vnd_price = Number(this.HotelSum.VNDPriceSum) + Number(this.DinnerSum.VNDPriceSum) + Number(this.TicketSum single_vnd_price = Number(this.HotelSum.VNDPriceSum) + Number(this.DinnerSum.VNDPriceSum) + Number(this
.TicketSum
.VNDPriceSum) + .VNDPriceSum) +
Number(this.ZaZhiSum.VNDPriceSum) + Number(this.ShipSum.VNDPriceSum) + Number(this.SelfFeeSum.VNDPriceSum); Number(this.ZaZhiSum.VNDPriceSum) + Number(this.ShipSum.VNDPriceSum) + Number(this.SelfFeeSum.VNDPriceSum);
...@@ -1717,12 +1715,27 @@ ...@@ -1717,12 +1715,27 @@
//景点门票 //景点门票
if (this.postData.SWTTicketList && this.postData.SWTTicketList.length > 0) { if (this.postData.SWTTicketList && this.postData.SWTTicketList.length > 0) {
this.postData.SWTTicketList.forEach(rootItem => { this.postData.SWTTicketList.forEach(rootItem => {
rootItem.SubDinnerList.forEach(item => { rootItem.SubTicketList.forEach(item => {
item.TotalNum = this.getPeopleNum.totalNum; item.TotalNum = this.getPeopleNum.totalNum;
item.FOCNum = this.getPeopleNum.focNum; item.FOCNum = this.getPeopleNum.focNum;
}) })
}); });
} }
//车资
if (this.postData.SWTBusList && this.postData.SWTBusList.length > 0) {
this.postData.SWTBusList.forEach(rootItem => {
rootItem.SubBusList.forEach(item => {
item.TotalNum = this.getPeopleNum.totalNum;
})
})
}
//船
if (this.postData.SWTShipList && this.postData.SWTShipList.length > 0) {
this.postData.SWTShipList.forEach(item => {
item.TotalNum = this.getPeopleNum.totalNum;
item.FOCNum = this.getPeopleNum.focNum;
})
}
//自费 //自费
if (this.postData.SWTSelfFeeList && this.postData.SWTSelfFeeList.length > 0) { if (this.postData.SWTSelfFeeList && this.postData.SWTSelfFeeList.length > 0) {
this.postData.SWTSelfFeeList.forEach(item => { this.postData.SWTSelfFeeList.forEach(item => {
......
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