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
ac6e2da7
Commit
ac6e2da7
authored
Apr 19, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
人头小费回显
parent
f0d2b0db
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
50 additions
and
14 deletions
+50
-14
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+2
-0
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+4
-0
productQuery.vue
src/components/SalesModule/productQuery.vue
+10
-8
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+22
-2
todayOrderTotal.vue
src/components/TravelManager/TravelList/todayOrderTotal.vue
+2
-0
OrderList.vue
src/components/myOrdersAllType/components/OrderList.vue
+9
-3
productOrderList.vue
src/components/orderCommon/productOrderList.vue
+1
-1
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
ac6e2da7
...
...
@@ -1642,6 +1642,7 @@
<th
width=
"60"
>
{{
$t
(
"Airticket.Air_Number"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"fnc.danjia"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"fnc.cjdanjia"
)
}}
</th>
<th
width=
"80"
>
人头小费
</th>
<th
width=
"80"
>
{{
$t
(
"fnc.yszonge"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"fnc.shishou"
)
}}
</th>
<th
width=
"70"
>
{{
$t
(
"fnc.youhui"
)
}}
</th>
...
...
@@ -1792,6 +1793,7 @@
</td>
<td
style=
"color: #ff9c00"
>
{{
item
.
tC_Price
}}
</td>
<td
style=
"color: #ff9c00"
>
{{
item
.
unit_Price
}}
</td>
<td
style=
"color: #ff9c00"
>
{{
item
.
preferTipAmount
?
item
.
preferTipAmount
:
'0.00'
}}
</td>
<td>
<p
style=
"color: #ff9c00"
>
{{
item
.
preferPrice
}}
</p>
</td>
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
ac6e2da7
...
...
@@ -1769,6 +1769,8 @@
<th
width=
"100"
>
人数/机位数
</th>
<th
width=
"80"
>
单价
</th>
<th
width=
"80"
>
成交单价
</th>
<th
width=
"80"
>
人头小费
</th>
<!-- <th width="80">实收小费</th> -->
<th
width=
"80"
>
应收总额
</th>
<th
width=
"80"
>
实收
</th>
<th
width=
"70"
>
优惠
</th>
...
...
@@ -1941,6 +1943,8 @@
"
>
{{ item.unit_Price }}
</span>
<span
v-else
>
*****
</span>
</td>
<td
style=
"color: #ff9c00"
><span>
{{ item.preferTipAmount?item.preferTipAmount:'0.00' }}
</span></td>
<!-- <td><span>{{ item.CompensationMoney }}</span></td> -->
<td>
<p
style=
"color: #ff9c00"
>
<span
v-if=
"
...
...
src/components/SalesModule/productQuery.vue
View file @
ac6e2da7
...
...
@@ -1402,7 +1402,7 @@
<el-popover
width=
"630"
trigger=
"click"
>
<table
class=
"PQ_detail"
>
<tr>
<td
colspan=
"
5
"
style=
"text-align: left; padding-left: 10px"
>
<td
colspan=
"
6
"
style=
"text-align: left; padding-left: 10px"
>
{{ $t("salesModule.BasePrice") }}
</td>
</tr>
...
...
@@ -1411,7 +1411,7 @@
<th>
{{ $t("salesModule.HYTHJ") }}
</th>
<th>
{{ $t("salesModule.PTTHJ") }}
</th>
<th>
{{ $t("salesModule.ZKHYJ") }}
</th>
<th>
{{ $t("salesModule.PTZKJ") }}
</th>
<th
colspan=
"2"
>
{{ $t("salesModule.PTZKJ") }}
</th>
</tr>
<tr>
<td>
{{ $t("salesModule.Adult") }}
</td>
...
...
@@ -1426,7 +1426,7 @@
item.B2CMemberPrice | priceFormat(item.B2CMemberPrice)
}}
</td>
<td>
{{ item.B2CPrice | priceFormat(item.B2CPrice) }}
</td>
<td
colspan=
"2"
>
{{ item.B2CPrice | priceFormat(item.B2CPrice) }}
</td>
</tr>
<tr>
<td>
{{ $t("salesModule.ChildBed") }}
</td>
...
...
@@ -1452,7 +1452,7 @@
)
}}
</td>
<td>
<td
colspan=
"2"
>
{{
(item.B2CPrice + item.ChildNeedPrice)
| priceFormat(item.B2CPrice + item.ChildNeedPrice)
...
...
@@ -1483,7 +1483,7 @@
)
}}
</td>
<td>
<td
colspan=
"2"
>
{{
(item.B2CPrice - item.ChildNoNeedPrice)
| priceFormat(item.B2CPrice - item.ChildNoNeedPrice)
...
...
@@ -1492,7 +1492,7 @@
</tr>
<tr>
<td>
{{ $t("salesModule.SingleJ") }}
</td>
<td
colspan=
"
4
"
>
<td
colspan=
"
5
"
>
{{
item.SingleDMCPrice | priceFormat(item.SingleDMCPrice)
}}
...
...
@@ -1500,12 +1500,12 @@
</tr>
<tr>
<td>
{{ $t("Operation.Op_baby") }}
</td>
<td
colspan=
"
4
"
>
<td
colspan=
"
5
"
>
{{ item.BabyPrice | priceFormat(item.BabyPrice) }}
</td>
</tr>
<tr>
<td
colspan=
"
5
"
style=
"text-align: left; padding-left: 10px"
>
<td
colspan=
"
6
"
style=
"text-align: left; padding-left: 10px"
>
{{ $t("salesModule.OtherPrice") }}
</td>
</tr>
...
...
@@ -1515,6 +1515,7 @@
<th>
{{ $t("salesModule.VisaBack") }}
</th>
<th>
{{ $t("Operation.Op_singleRoomcha") }}
</th>
<th>
{{ $t("Operation.Op_zafei") }}
</th>
<th>
小费
</th>
</tr>
<tr>
<td>
...
...
@@ -1543,6 +1544,7 @@
<td>
{{ item.OtherPrice | priceFormat(item.OtherPrice) }}
</td>
<td>
{{ item.TipAmount?item.TipAmount:'0.00' }}
</td>
</tr>
</table>
<span
slot=
"reference"
class=
"price"
>
{{
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
ac6e2da7
...
...
@@ -1840,6 +1840,7 @@
</th>
<th
width=
"110"
class=
"nowrap"
>
{{ $t("fnc.danjia") }}
</th>
<th
width=
"110"
class=
"nowrap"
>
{{ $t("fnc.cjdanjia") }}
</th>
<th
width=
"110"
class=
"nowrap"
>
人头小费
</th>
<th
width=
"110"
class=
"nowrap"
>
{{ $t("fnc.yszonge") }}
</th>
<th
width=
"110"
class=
"nowrap"
>
{{ $t("fnc.shishou") }}
</th>
<th
width=
"90"
class=
"nowrap"
>
{{ $t("fnc.youhui") }}
</th>
...
...
@@ -1855,7 +1856,7 @@
<th
width=
"150"
class=
"nowrap"
>
{{ $t("system.table_operation") }}
</th>
</tr>
<tr>
<td
v-show=
"OrderDataList.length == 0"
colspan=
"1
6
"
align=
"center"
>
<td
v-show=
"OrderDataList.length == 0"
colspan=
"1
7
"
align=
"center"
>
{{ $t("system.content_noData") }}
</td>
</tr>
...
...
@@ -1864,7 +1865,7 @@
OrderDataList.leadetList != null &&
OrderDataList.leadetList.length > 0
"
>
<td
colspan=
"1
6
"
>
<td
colspan=
"1
7
"
>
{{ $t("active.cl_orderType") }}:
<span
class=
"RL-redType"
>
{{
$t("leader.leader_Leader")
}}
</span>
...
...
@@ -1923,6 +1924,7 @@
</td>
<td>
{{ item.TC_Price }}
</td>
<td>
{{ item.Unit_Price }}
</td>
<td>
{{ item.PreferTipAmount | priceFormat(item.PreferTipAmount) }}
</td>
<td>
<p>
{{ item.PreferPrice }}
</p>
</td>
...
...
@@ -2416,6 +2418,7 @@
</td>
<td
class=
"nowrap"
>
{{
childItem
.
TC_Price
}}
</td>
<td>
{{
childItem
.
Unit_Price
}}
</td>
<td>
{{
childItem
.
PreferTipAmount
?
childItem
.
PreferTipAmount
:
'0.00'
}}
</td>
<td
class=
"nowrap"
>
<p>
{{
childItem
.
PreferPrice
}}
</p>
</td>
...
...
@@ -4309,6 +4312,23 @@
updateSalesMan
:
updateSalesMan
,
commonShouSun
:
commonShouSun
,
},
filters
:
{
priceFormat
(
value
)
{
if
(
value
==
null
)
{
return
0.0
;
}
let
nStr
=
""
//value.toFixed(2);
let
x
=
nStr
.
split
(
"."
);
let
x1
=
x
[
0
];
let
x2
=
x
.
length
>
1
?
"."
+
x
[
1
]
:
""
;
var
rgx
=
/
(\d
+
)(\d{3})
/
;
while
(
rgx
.
test
(
x1
))
{
x1
=
x1
.
replace
(
rgx
,
"$1"
+
","
+
"$2"
);
}
return
x1
+
x2
;
}
},
methods
:
{
setChargeLoss
(
obj
)
{
this
.
$confirm
(
"确定恢复收损单"
,
"提示"
,
{
...
...
src/components/TravelManager/TravelList/todayOrderTotal.vue
View file @
ac6e2da7
...
...
@@ -367,6 +367,7 @@
<th
width=
"50"
>
{{
$t
(
"admin.admin_personNumber"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"fnc.danjia"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"fnc.cjdanjia"
)
}}
</th>
<th
width=
"80"
>
人头小费
</th>
<th
width=
"80"
>
{{
$t
(
"fnc.yszonge"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"fnc.shishou"
)
}}
</th>
<th
width=
"70"
>
{{
$t
(
"fnc.youhui"
)
}}
</th>
...
...
@@ -556,6 +557,7 @@
</td>
<td
style=
"color: #ff9c00"
>
{{
item
.
tC_Price
}}
</td>
<td
style=
"color: #ff9c00"
>
¥
{{
item
.
unit_Price
}}
</td>
<td
style=
"color: #ff9c00"
>
¥
{{
item
.
preferTipAmount
?
item
.
preferTipAmount
:
'0.00'
}}
</td>
<td>
<p
style=
"color: #ff9c00"
>
¥
{{
item
.
preferPrice
}}
</p>
</td>
...
...
src/components/myOrdersAllType/components/OrderList.vue
View file @
ac6e2da7
...
...
@@ -6,7 +6,7 @@
:data=
"OrderList"
style=
"width: 100%"
:default-sort =
"
{prop: 'Money', order: 'null'}"
:sort-by="['Money','Income','PlatformTax','Refund','CostMoney','DueInMoney']">
:sort-by="['Money','Income','P
referTipAmount','P
latformTax','Refund','CostMoney','DueInMoney']">
<el-table-column
width=
"200"
prop=
"CreateTimeStr"
...
...
@@ -70,7 +70,7 @@
sortable
prop=
"Money"
label=
"总金额"
show-overflow-tooltip
>
show-overflow-tooltip
min-width=
"100"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
Money
}}
 
(
{{
scope
.
row
.
CurrencyName
}}
)
</
template
>
...
...
@@ -81,11 +81,17 @@
label=
"实收"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
sortable
prop=
"PreferTipAmount"
label=
"人头小费"
show-overflow-tooltip
min-width=
"101"
>
</el-table-column>
<el-table-column
sortable
prop=
"PlatformTax"
label=
"手续费"
show-overflow-tooltip
>
show-overflow-tooltip
min-width=
"100"
>
</el-table-column>
<el-table-column
sortable
...
...
src/components/orderCommon/productOrderList.vue
View file @
ac6e2da7
...
...
@@ -867,7 +867,7 @@
<td>
{{
item
.
OtherPrice
|
priceFormat
(
item
.
OtherPrice
)
}}
</td>
<td>
{{
item
.
TipAmount
|
priceFormat
(
item
.
TipAmount
)
}}
</td>
<td>
{{
item
.
TipAmount
?
item
.
TipAmount
:
'0.00'
}}
</td>
</tr>
</table>
<span
slot=
"reference"
class=
"price"
>
{{
...
...
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