Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
823b0488
Commit
823b0488
authored
May 13, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询修改
parent
d75af8bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
8 deletions
+21
-8
QuotationPrice_SWT.vue
...s/TravelManager/TravelNewQuotation/QuotationPrice_SWT.vue
+21
-8
No files found.
src/components/TravelManager/TravelNewQuotation/QuotationPrice_SWT.vue
View file @
823b0488
...
@@ -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
.
Sub
Dinner
List
.
forEach
(
item
=>
{
rootItem
.
Sub
Ticket
List
.
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
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment