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
3d549aa1
Commit
3d549aa1
authored
Feb 26, 2024
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
66163a6e
7ecf2ba0
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
134 additions
and
45 deletions
+134
-45
CapitalAllocation.vue
src/components/FinancialModule/CapitalAllocation.vue
+25
-0
CapitalAllocationDetail.vue
src/components/FinancialModule/CapitalAllocationDetail.vue
+38
-1
enrollTotal.vue
src/components/SalesModule/enrollTotal.vue
+6
-5
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+5
-4
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+20
-10
groupTourOrderByTuanOne.vue
src/components/SalesModule/groupTourOrderByTuanOne.vue
+15
-9
groupTourOrderOne.vue
src/components/SalesModule/groupTourOrderOne.vue
+4
-2
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+6
-2
OrderList.vue
src/components/myOrdersAllType/components/OrderList.vue
+13
-10
allList.vue
src/components/myOrdersAllType/components/allList.vue
+2
-2
No files found.
src/components/FinancialModule/CapitalAllocation.vue
View file @
3d549aa1
...
@@ -144,6 +144,7 @@
...
@@ -144,6 +144,7 @@
<tr>
<tr>
<th>
{{
$t
(
'fnc.danhao'
)
}}
</th>
<th>
{{
$t
(
'fnc.danhao'
)
}}
</th>
<th>
{{
$t
(
'fnc.jine'
)
}}
</th>
<th>
{{
$t
(
'fnc.jine'
)
}}
</th>
<th
width=
"350"
>
调拨账户
</th>
<!--
<th>
实付
</th>
-->
<!--
<th>
实付
</th>
-->
<!--
<th>
原币金额
</th>
-->
<!--
<th>
原币金额
</th>
-->
<!--
<th>
交易日期
</th>
-->
<!--
<th>
交易日期
</th>
-->
...
@@ -156,6 +157,30 @@
...
@@ -156,6 +157,30 @@
<tr
v-for=
"(item, index) in dataList"
>
<tr
v-for=
"(item, index) in dataList"
>
<td
style=
"cursor:pointer"
@
click=
"goDetail('CapitalAllocationDetail', item.FrID)"
>
{{
item
.
FrID
}}
</td>
<td
style=
"cursor:pointer"
@
click=
"goDetail('CapitalAllocationDetail', item.FrID)"
>
{{
item
.
FrID
}}
</td>
<td>
{{
item
.
Money
}}
</td>
<td>
{{
item
.
Money
}}
</td>
<td>
<template
v-if=
"item.TradeWayList&&item.TradeWayList.length>0"
>
<div
class=
"_TradeWayList"
v-for=
"(tw,twIn) in item.TradeWayList"
style=
"line-height: normal !important;padding: 5px 10px;background-color: #EEEEEE;border-radius: 4px;margin: 10px 0;width:300px"
>
<p>
<span
style=
"float: left;"
>
{{
(
tw
.
AllotType
==
1
?
'收'
:
'支'
)
}}
</span>
<span
style=
"font-weight: bold;color:#333333"
>
{{
tw
.
Alias
}}
</span>
<span
class=
"_bank_name"
style=
"height:20px;;display: inline-block;background-color: #333333;color: white;padding: 2px 4px;border-radius: 4px;margin-left:10px;margin-letf:10px"
>
{{
tw
.
TypeName
}}
</span>
<span
style=
"height:20px;display: inline-block;background-color: #333333;color: white;padding: 2px 4px;border-radius: 4px;margin-left:10px;"
:style=
"
{'background-color':tw.AccountType=='私'?'#2AAEF2':'#FF9C01'}">
{{
tw
.
AccountType
==
""
?
'无'
:
tw
.
AccountType
}}
</span>
</p>
<p
style=
"color:#333333"
>
{{
tw
.
BankNo
}}
<span
style=
"float: right;"
>
{{
tw
.
OriginalMoney
}}{{
tw
.
CurrencyName
}}
</span>
</p>
</div>
</
template
>
<
template
v-else
>
<div
class=
"_pad5"
>
无
</div>
</
template
>
</td>
<!-- <td>{{item.PayMoney}}</td> -->
<!-- <td>{{item.PayMoney}}</td> -->
<!-- <td>{{item.OriginalMoney}}</td> -->
<!-- <td>{{item.OriginalMoney}}</td> -->
<!-- <td>{{item.TradeDate}}</td> -->
<!-- <td>{{item.TradeDate}}</td> -->
...
...
src/components/FinancialModule/CapitalAllocationDetail.vue
View file @
3d549aa1
...
@@ -778,13 +778,28 @@
...
@@ -778,13 +778,28 @@
</div>
</div>
</div>
</div>
<div
style=
"padding-left: 75px;"
>
<div
style=
"padding-left: 75px;"
>
<button
class=
"hollowFixedBtn"
v-if=
"(bossID===1 || bossID===5) && (GetDetail.Status===2 || GetDetail.Status===5 || GetDetail.Status===1)"
@
click=
"bohui()"
>
{{$t('fnc.bohui')}}
</button>
<button
class=
"hollowFixedBtn"
v-if=
"(bossID===1 || bossID===5||bossID===1903 || bossID===2786) && (GetDetail.Status===2 || GetDetail.Status===5 || GetDetail.Status===1)"
@
click=
"bohui()"
>
{{$t('fnc.bohui')}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"AuditOrRefund()"
>
{{$t('pub.returnBack')}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"AuditOrRefund()"
>
{{$t('pub.returnBack')}}
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<el-dialog
custom-class=
'w400'
:title=
"$t('objFill.tsbh')"
:visible
.
sync=
"finacialDialog"
center
>
<
template
>
<el-input
type=
"textarea"
v-model=
"AuditOrRefundMsg.Description"
rows=
"3"
resize=
"none"
></el-input>
<div
class=
"FD_remark_list"
>
<span>
{{
$t
(
'objFill.zhu'
)
}}
:
</span>
<span>
{{
$t
(
'objFill.bhtis'
)
}}
</span>
</div>
<div
slot=
"footer"
class=
"dialog-footer"
>
<button
class=
"hollowFixedBtn"
@
click=
"finacialDialog=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
</button>
<button
class=
"normalBtn"
type=
"primary"
@
click=
"setBoHui()"
>
{{
$t
(
'pub.sureBtn'
)
}}
</button>
</div>
</
template
>
</el-dialog>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
myFlowChartModule
from
"./FinancialSubmodule/FlowChartModule.vue"
;
import
myFlowChartModule
from
"./FinancialSubmodule/FlowChartModule.vue"
;
export
default
{
export
default
{
...
@@ -817,6 +832,12 @@ export default {
...
@@ -817,6 +832,12 @@ export default {
},
},
endDate
:
''
,
endDate
:
''
,
huijiShow
:
false
,
huijiShow
:
false
,
//驳回弹窗
finacialDialog
:
false
,
AuditOrRefundMsg
:
{
WorkFlowId
:
''
,
Description
:
''
},
}
}
},
},
created
(){
created
(){
...
@@ -1070,6 +1091,22 @@ export default {
...
@@ -1070,6 +1091,22 @@ export default {
window
.
open
(
"https://view.officeapps.live.com/op/view.aspx?src="
+
i
.
Content
)
window
.
open
(
"https://view.officeapps.live.com/op/view.aspx?src="
+
i
.
Content
)
}
}
},
},
bohui
()
{
this
.
finacialDialog
=
true
;
this
.
AuditOrRefundMsg
.
WorkFlowId
=
this
.
msg
.
ID
;
},
//确定驳回
setBoHui
()
{
this
.
apipost
(
'Financial_post_PersonRefund'
,
this
.
AuditOrRefundMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
finacialDialog
=
false
;
this
.
getList
();
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
},
err
=>
{})
},
},
},
mounted
(){
mounted
(){
this
.
msg
.
ID
=
this
.
$route
.
query
.
id
;
this
.
msg
.
ID
=
this
.
$route
.
query
.
id
;
...
...
src/components/SalesModule/enrollTotal.vue
View file @
3d549aa1
...
@@ -269,8 +269,7 @@
...
@@ -269,8 +269,7 @@
{{ $t("advmanager.v_xilie") }}
&
{{ $t("advmanager.v_line") }}
{{ $t("advmanager.v_xilie") }}
&
{{ $t("advmanager.v_line") }}
</th>
</th>
<th
width=
"100"
>
<th
width=
"100"
>
{{ $t("Airticket.Air_Number") }}/{{ $t("salesModule.AirNum")
{{ $t("Airticket.Air_Number") }}/{{ $t("salesModule.AirNum")}}
}}{{ $t("salesModule.AirNum") }}
</th>
</th>
<th
width=
"80"
>
{{ $t("fnc.danjia") }}
</th>
<th
width=
"80"
>
{{ $t("fnc.danjia") }}
</th>
<th
width=
"80"
>
{{ $t("fnc.cjdanjia") }}
</th>
<th
width=
"80"
>
{{ $t("fnc.cjdanjia") }}
</th>
...
@@ -283,6 +282,7 @@
...
@@ -283,6 +282,7 @@
<th
width=
"70"
>
{{ $t("fnc.tuikuan") }}
</th>
<th
width=
"70"
>
{{ $t("fnc.tuikuan") }}
</th>
<th
width=
"70"
>
{{ $t("fnc.ptshuijin") }}
</th>
<th
width=
"70"
>
{{ $t("fnc.ptshuijin") }}
</th>
<th
width=
"80"
>
{{ $t("Operation.Op_platZaitu") }}
</th>
<th
width=
"80"
>
{{ $t("Operation.Op_platZaitu") }}
</th>
<th
width=
"80"
>
现收在途
</th>
<th
width=
"80"
>
{{ $t("Operation.Op_daishou") }}
</th>
<th
width=
"80"
>
{{ $t("Operation.Op_daishou") }}
</th>
<th
width=
"60"
>
{{ $t("admin.admin_status") }}
</th>
<th
width=
"60"
>
{{ $t("admin.admin_status") }}
</th>
<th
v-if=
"isEditOrderCreate == 1"
width=
"140"
>
<th
v-if=
"isEditOrderCreate == 1"
width=
"140"
>
...
@@ -290,7 +290,7 @@
...
@@ -290,7 +290,7 @@
</th>
</th>
</tr>
</tr>
<tr>
<tr>
<td
v-show=
"list.length == 0"
:colspan=
"isEditOrderCreate == 1 ?
19 : 18
"
align=
"center"
>
<td
v-show=
"list.length == 0"
:colspan=
"isEditOrderCreate == 1 ?
20 : 19
"
align=
"center"
>
{{ $t("system.content_noData") }}
{{ $t("system.content_noData") }}
</td>
</td>
</tr>
</tr>
...
@@ -542,6 +542,7 @@
...
@@ -542,6 +542,7 @@
<td>
{{ item.refund }}
</td>
<td>
{{ item.refund }}
</td>
<td>
{{ item.platformTax }}
</td>
<td>
{{ item.platformTax }}
</td>
<td>
{{ item.zaiTuMoney }}
</td>
<td>
{{ item.zaiTuMoney }}
</td>
<td>
{{ item.cashReceiptsMoney }}
</td>
<td>
<td>
<span
:class=
"{ color_red_order: item.dueInMoney !== item.preferPrice }"
>
{{ item.dueInMoney }}
</span>
<span
:class=
"{ color_red_order: item.dueInMoney !== item.preferPrice }"
>
{{ item.dueInMoney }}
</span>
</td>
</td>
...
@@ -558,7 +559,7 @@
...
@@ -558,7 +559,7 @@
</td>
</td>
</tr>
</tr>
<tr
style=
"height: 20px"
>
<tr
style=
"height: 20px"
>
<td
:colspan=
"isEditOrderCreate == 1 ? 1
8 : 17
"
class=
"RL_Order"
style=
"height: 20px"
>
<td
:colspan=
"isEditOrderCreate == 1 ? 1
9 : 18
"
class=
"RL_Order"
style=
"height: 20px"
>
<span
style=
"font-size: 14px; color: #333333"
>
{{ $t("salesModule.MD") }}:
</span>
<span
style=
"font-size: 14px; color: #333333"
>
{{ $t("salesModule.MD") }}:
</span>
<span
v-for=
"childItem in item.guestList"
<span
v-for=
"childItem in item.guestList"
style=
"font-size: 14px; color: blue"
>
{{ childItem.userName }}
</span>
style=
"font-size: 14px; color: blue"
>
{{ childItem.userName }}
</span>
...
@@ -650,7 +651,7 @@
...
@@ -650,7 +651,7 @@
</template>
</template>
</template>
</template>
</td>
</td>
<td
colspan=
"
4
"
class=
"groupTourOrder_remarks"
style=
"height: 40px"
>
<td
colspan=
"
5
"
class=
"groupTourOrder_remarks"
style=
"height: 40px"
>
<div>
<div>
<div>
<div>
<span>
{{ $t("Operation.Op_remark") }}:
</span>
<span>
{{ $t("Operation.Op_remark") }}:
</span>
...
...
src/components/SalesModule/groupTourOrder.vue
View file @
3d549aa1
...
@@ -1619,7 +1619,7 @@
...
@@ -1619,7 +1619,7 @@
<div
style=
"width: 100%; height: auto; overflow-x: auto"
class=
"ownScrollbarStyle"
>
<div
style=
"width: 100%; height: auto; overflow-x: auto"
class=
"ownScrollbarStyle"
>
<table
class=
"groupTourOrderSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<table
class=
"groupTourOrderSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<tr>
<th
width=
"2
4
0"
>
{{
$t
(
"fnc.danhao"
)
}}
&
{{
$t
(
"visa.v_tuanhao"
)
}}
</th>
<th
width=
"2
1
0"
>
{{
$t
(
"fnc.danhao"
)
}}
&
{{
$t
(
"visa.v_tuanhao"
)
}}
</th>
<th
width=
"120"
>
{{
$t
(
"fnc.khxinxi"
)
}}
</th>
<th
width=
"120"
>
{{
$t
(
"fnc.khxinxi"
)
}}
</th>
<th
width=
"70"
>
{{
$t
(
"salesModule.Type"
)
}}
</th>
<th
width=
"70"
>
{{
$t
(
"salesModule.Type"
)
}}
</th>
<th
width=
"150"
>
<th
width=
"150"
>
...
@@ -1631,12 +1631,13 @@
...
@@ -1631,12 +1631,13 @@
<th
width=
"80"
>
{{
$t
(
"fnc.yszonge"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"fnc.yszonge"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"fnc.shishou"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"fnc.shishou"
)
}}
</th>
<
th
width=
"80"
>
人头小费
</th
>
<
!--
<th
width=
"80"
>
人头小费
</th>
--
>
<th
width=
"70"
>
{{
$t
(
"fnc.youhui"
)
}}
</th>
<th
width=
"70"
>
{{
$t
(
"fnc.youhui"
)
}}
</th>
<th
width=
"70"
>
{{
$t
(
"salesModule.HappinessPassbook"
)
}}
</th>
<th
width=
"70"
>
{{
$t
(
"salesModule.HappinessPassbook"
)
}}
</th>
<th
width=
"70"
>
{{
$t
(
"fnc.tuikuan"
)
}}
</th>
<th
width=
"70"
>
{{
$t
(
"fnc.tuikuan"
)
}}
</th>
<th
width=
"70"
>
{{
$t
(
"fnc.ptshuijin"
)
}}
</th>
<th
width=
"70"
>
{{
$t
(
"fnc.ptshuijin"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"Operation.Op_platZaitu"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"Operation.Op_platZaitu"
)
}}
</th>
<th
width=
"80"
>
现收在途
</th>
<th
width=
"80"
>
{{
$t
(
"Operation.Op_daishou"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"Operation.Op_daishou"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"admin.admin_status"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"admin.admin_status"
)
}}
</th>
<th
width=
"120"
>
{{
$t
(
"salesModule.QRH"
)
}}
</th>
<th
width=
"120"
>
{{
$t
(
"salesModule.QRH"
)
}}
</th>
...
@@ -1827,7 +1828,7 @@
...
@@ -1827,7 +1828,7 @@
slot=
"reference"
>
{{
item
.
income
}}
</span>
slot=
"reference"
>
{{
item
.
income
}}
</span>
</el-popover>
</el-popover>
</td>
</td>
<
td
style=
"color: #ff9c00"
>
{{
item
.
preferTipAmount
?
item
.
preferTipAmount
:
'0.00'
}}
</td
>
<
!--
<td
style=
"color: #ff9c00"
>
{{
item
.
preferTipAmount
?
item
.
preferTipAmount
:
'0.00'
}}
</td>
--
>
<!-- 优惠 -->
<!-- 优惠 -->
<td>
<td>
<el-popover
style=
"padding: 0"
width=
"600"
trigger=
"click"
>
<el-popover
style=
"padding: 0"
width=
"600"
trigger=
"click"
>
...
@@ -1921,6 +1922,7 @@
...
@@ -1921,6 +1922,7 @@
<td>
{{
item
.
refund
}}
</td>
<td>
{{
item
.
refund
}}
</td>
<td>
{{
item
.
platformTax
}}
</td>
<td>
{{
item
.
platformTax
}}
</td>
<td>
{{
item
.
zaiTuMoney
}}
</td>
<td>
{{
item
.
zaiTuMoney
}}
</td>
<td>
{{
item
.
cashReceiptsMoney
}}
</td>
<td>
<td>
<span
:class=
"
{
<span
:class=
"
{
color_red_order: item.dueInMoney !== item.preferPrice,
color_red_order: item.dueInMoney !== item.preferPrice,
...
@@ -1951,7 +1953,6 @@
...
@@ -1951,7 +1953,6 @@
<el-button
size=
"small"
type=
"danger"
@
click=
"getItem(item)"
>
{{
$t
(
"adm.adm_content"
)
}}
</el-button>
<el-button
size=
"small"
type=
"danger"
@
click=
"getItem(item)"
>
{{
$t
(
"adm.adm_content"
)
}}
</el-button>
</el-upload>
</el-upload>
</
template
>
</
template
>
<br
/>
<p
style=
"color:red;font-size:12px;"
>
申请发票需要上传确认函
</p>
<p
style=
"color:red;font-size:12px;"
>
申请发票需要上传确认函
</p>
</td>
</td>
<td
class=
"groupTourOrderIcon"
>
<td
class=
"groupTourOrderIcon"
>
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
3d549aa1
...
@@ -1766,6 +1766,7 @@
...
@@ -1766,6 +1766,7 @@
<th
width=
"70"
>
退款
</th>
<th
width=
"70"
>
退款
</th>
<th
width=
"70"
>
平台税金
</th>
<th
width=
"70"
>
平台税金
</th>
<th
width=
"80"
>
平台在途
</th>
<th
width=
"80"
>
平台在途
</th>
<th
width=
"80"
>
现收在途
</th>
<th
width=
"80"
>
待收金额
</th>
<th
width=
"80"
>
待收金额
</th>
<th
width=
"60"
>
状态
</th>
<th
width=
"60"
>
状态
</th>
<th
width=
"80"
>
候补
</th>
<th
width=
"80"
>
候补
</th>
...
@@ -1773,14 +1774,14 @@
...
@@ -1773,14 +1774,14 @@
<th
width=
"200"
>
操作
</th>
<th
width=
"200"
>
操作
</th>
</tr>
</tr>
<tr>
<tr>
<td
v-show=
"list.length == 0"
colspan=
"1
8
"
align=
"center"
>
<td
v-show=
"list.length == 0"
colspan=
"1
9
"
align=
"center"
>
暂无数据
暂无数据
</td>
</td>
</tr>
</tr>
<
template
v-for=
"(op,rootIndex) in list"
>
<
template
v-for=
"(op,rootIndex) in list"
>
<tbody
class=
"not_border"
:key=
"rootIndex+1000000"
>
<tbody
class=
"not_border"
:key=
"rootIndex+1000000"
>
<tr>
<tr>
<td
colspan=
"1
8
"
>
<td
colspan=
"1
9
"
>
类型:
<span
style=
"color: #e95252"
>
{{
op
.
groupName
}}
</span>
类型:
<span
style=
"color: #e95252"
>
{{
op
.
groupName
}}
</span>
</td>
</td>
</tr>
</tr>
...
@@ -1978,7 +1979,7 @@
...
@@ -1978,7 +1979,7 @@
<td>
{{ item2.StatusName }}
</td>
<td>
{{ item2.StatusName }}
</td>
</tr>
</tr>
<tr
v-if=
"orderList.length == 0"
>
<tr
v-if=
"orderList.length == 0"
>
<td
colspan=
"
4
"
align=
"center"
>
暂无数据
</td>
<td
colspan=
"
5
"
align=
"center"
>
暂无数据
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
...
@@ -2085,6 +2086,10 @@
...
@@ -2085,6 +2086,10 @@
<span
v-if=
"item.isOwn == 1 || IsSupperOrderEdit || isUpdateOrder"
>
{{ item.zaiTuMoney }}
</span>
<span
v-if=
"item.isOwn == 1 || IsSupperOrderEdit || isUpdateOrder"
>
{{ item.zaiTuMoney }}
</span>
<span
v-else
>
******
</span>
<span
v-else
>
******
</span>
</td>
</td>
<td>
<span
v-if=
"item.isOwn == 1 || IsSupperOrderEdit || isUpdateOrder"
>
{{ item.cashReceiptsMoney }}
</span>
<span
v-else
>
******
</span>
</td>
<td>
<td>
<span
v-if=
"item.isOwn == 1 || IsSupperOrderEdit || isUpdateOrder"
:class=
"{
<span
v-if=
"item.isOwn == 1 || IsSupperOrderEdit || isUpdateOrder"
:class=
"{
color_red_order: item.dueInMoney !== item.preferPrice,
color_red_order: item.dueInMoney !== item.preferPrice,
...
@@ -2327,7 +2332,7 @@
...
@@ -2327,7 +2332,7 @@
</td>
</td>
</tr>
</tr>
<tr
style=
"height: 20px"
>
<tr
style=
"height: 20px"
>
<td
colspan=
"1
7
"
class=
"RL_Order"
style=
"height: 20px"
>
<td
colspan=
"1
8
"
class=
"RL_Order"
style=
"height: 20px"
>
<span
class=
"RL-remarkTitle"
v-if=
"
<span
class=
"RL-remarkTitle"
v-if=
"
item.guestList.length > 0 &&
item.guestList.length > 0 &&
(item.isOwn == 1 ||
(item.isOwn == 1 ||
...
@@ -2426,7 +2431,7 @@
...
@@ -2426,7 +2431,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"
4
"
class=
"groupTourOrder_remarksBytuan"
style=
"height: 40px"
>
<td
colspan=
"
5
"
class=
"groupTourOrder_remarksBytuan"
style=
"height: 40px"
>
<div>
<div>
<div
style=
"width: 95%; display: inline-block"
>
<div
style=
"width: 95%; display: inline-block"
>
<div
style=
"color: red"
>
<div
style=
"color: red"
>
...
@@ -2612,7 +2617,7 @@
...
@@ -2612,7 +2617,7 @@
<tbody
v-show=
"list.length !== 0"
>
<tbody
v-show=
"list.length !== 0"
>
<tr>
<tr>
<td></td>
<td></td>
<td
colspan=
"1
7
"
class=
"groupTourOrderByTuan_seat"
>
<td
colspan=
"1
8
"
class=
"groupTourOrderByTuan_seat"
>
<div>
<div>
<span>
本团机位:
</span>
<span>
本团机位:
</span>
<span>
{{
<span>
{{
...
@@ -2693,7 +2698,7 @@
...
@@ -2693,7 +2698,7 @@
</tbody>
</tbody>
<!-- 取消订单 -->
<!-- 取消订单 -->
<tr
v-if=
"cancelRtData != null && cancelRtData.length > 0"
>
<tr
v-if=
"cancelRtData != null && cancelRtData.length > 0"
>
<td
colspan=
"1
8
"
>
<td
colspan=
"1
9
"
>
<span
class=
"RL-redType"
@
click=
"isShowCancelOrder = !isShowCancelOrder"
style=
"cursor: pointer"
<span
class=
"RL-redType"
@
click=
"isShowCancelOrder = !isShowCancelOrder"
style=
"cursor: pointer"
title=
"点击查看"
>
取消订单(
<span
style=
"color: blue"
>
{{
title=
"点击查看"
>
取消订单(
<span
style=
"color: blue"
>
{{
!isShowCancelOrder ? "展开" : "收起"
!isShowCancelOrder ? "展开" : "收起"
...
@@ -2834,7 +2839,7 @@
...
@@ -2834,7 +2839,7 @@
<td>
{{ item2.StatusName }}
</td>
<td>
{{ item2.StatusName }}
</td>
</tr>
</tr>
<tr
v-if=
"orderList.length == 0"
>
<tr
v-if=
"orderList.length == 0"
>
<td
colspan=
"
4
"
align=
"center"
>
暂无数据
</td>
<td
colspan=
"
5
"
align=
"center"
>
暂无数据
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
...
@@ -2847,6 +2852,7 @@
...
@@ -2847,6 +2852,7 @@
</td>
</td>
<!-- 优惠 -->
<!-- 优惠 -->
<td></td>
<td></td>
<td></td>
<td>
<td>
<span
v-if=
"item.isOwn == 1 || IsSupperOrderEdit || isUpdateOrder"
>
{{ item.redEnvelopeMoney }}
</span>
<span
v-if=
"item.isOwn == 1 || IsSupperOrderEdit || isUpdateOrder"
>
{{ item.redEnvelopeMoney }}
</span>
<span
v-else
>
******
</span>
<span
v-else
>
******
</span>
...
@@ -2863,6 +2869,10 @@
...
@@ -2863,6 +2869,10 @@
<span
v-if=
"item.isOwn == 1 || IsSupperOrderEdit || isUpdateOrder"
>
{{ item.zaiTuMoney }}
</span>
<span
v-if=
"item.isOwn == 1 || IsSupperOrderEdit || isUpdateOrder"
>
{{ item.zaiTuMoney }}
</span>
<span
v-else
>
******
</span>
<span
v-else
>
******
</span>
</td>
</td>
<td>
<span
v-if=
"item.isOwn == 1 || IsSupperOrderEdit || isUpdateOrder"
>
{{ item.cashReceiptsMoney }}
</span>
<span
v-else
>
******
</span>
</td>
<td>
<td>
<span
v-if=
"item.isOwn == 1 || IsSupperOrderEdit || isUpdateOrder"
:class=
"{
<span
v-if=
"item.isOwn == 1 || IsSupperOrderEdit || isUpdateOrder"
:class=
"{
color_red_order: item.dueInMoney !== item.preferPrice,
color_red_order: item.dueInMoney !== item.preferPrice,
...
@@ -2889,7 +2899,7 @@
...
@@ -2889,7 +2899,7 @@
<td
colspan=
"2"
class=
"groupTourOrderIcon"
></td>
<td
colspan=
"2"
class=
"groupTourOrderIcon"
></td>
</tr>
</tr>
<tr
style=
"height: 20px"
>
<tr
style=
"height: 20px"
>
<td
colspan=
"1
7
"
class=
"RL_Order"
style=
"height: 20px"
>
<td
colspan=
"1
9
"
class=
"RL_Order"
style=
"height: 20px"
>
<span
class=
"RL-remarkTitle"
v-if=
"
<span
class=
"RL-remarkTitle"
v-if=
"
item.guestList.length > 0 &&
item.guestList.length > 0 &&
(item.isOwn == 1 ||
(item.isOwn == 1 ||
...
@@ -2927,7 +2937,7 @@
...
@@ -2927,7 +2937,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"
5
"
class=
"groupTourOrder_remarksBytuan"
style=
"height: 40px"
>
<td
colspan=
"
6
"
class=
"groupTourOrder_remarksBytuan"
style=
"height: 40px"
>
<div>
<div>
<div
style=
"display: inline-block; width: 95%; color: red"
>
<div
style=
"display: inline-block; width: 95%; color: red"
>
<span>
备注:
</span>
<span>
备注:
</span>
...
...
src/components/SalesModule/groupTourOrderByTuanOne.vue
View file @
3d549aa1
...
@@ -1485,6 +1485,7 @@
...
@@ -1485,6 +1485,7 @@
<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=
"80"
>
现收在途
</th>
<th
width=
"80"
>
待收金额
</th>
<th
width=
"80"
>
待收金额
</th>
<th
width=
"60"
>
状态
</th>
<th
width=
"60"
>
状态
</th>
<th
width=
"80"
>
候补
</th>
<th
width=
"80"
>
候补
</th>
...
@@ -1492,12 +1493,12 @@
...
@@ -1492,12 +1493,12 @@
<th
width=
"200"
>
操作
</th>
<th
width=
"200"
>
操作
</th>
</tr>
</tr>
<tr>
<tr>
<td
v-show=
"list.length==0"
colspan=
"1
6
"
align=
"center"
>
暂无数据
</td>
<td
v-show=
"list.length==0"
colspan=
"1
7
"
align=
"center"
>
暂无数据
</td>
</tr>
</tr>
<
template
v-for=
"op in list"
>
<
template
v-for=
"op in list"
>
<tbody
class=
"not_border"
>
<tbody
class=
"not_border"
>
<tr>
<tr>
<td
colspan=
"1
6
"
>
类型:
<span
style=
"color: #e95252;"
>
{{
op
.
groupName
}}
</span></td>
<td
colspan=
"1
7
"
>
类型:
<span
style=
"color: #e95252;"
>
{{
op
.
groupName
}}
</span></td>
</tr>
</tr>
</tbody>
</tbody>
<tbody
v-for=
"(item,index) in op.list"
:key=
"item.orderId"
>
<tbody
v-for=
"(item,index) in op.list"
:key=
"item.orderId"
>
...
@@ -1578,7 +1579,7 @@
...
@@ -1578,7 +1579,7 @@
<td>
{{item2.StatusName}}
</td>
<td>
{{item2.StatusName}}
</td>
</tr>
</tr>
<tr
v-if=
'orderList.length==0'
>
<tr
v-if=
'orderList.length==0'
>
<td
colspan=
"
4
"
align=
"center"
>
暂无数据
</td>
<td
colspan=
"
5
"
align=
"center"
>
暂无数据
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
...
@@ -1640,6 +1641,10 @@
...
@@ -1640,6 +1641,10 @@
<span
v-if=
"item.isOwn==1 || IsSupperOrderEdit || isUpdateOrder"
>
{{item.zaiTuMoney}}
</span>
<span
v-if=
"item.isOwn==1 || IsSupperOrderEdit || isUpdateOrder"
>
{{item.zaiTuMoney}}
</span>
<span
v-else
>
******
</span>
<span
v-else
>
******
</span>
</td>
</td>
<td>
<span
v-if=
"item.isOwn==1 || IsSupperOrderEdit || isUpdateOrder"
>
{{item.cashReceiptsMoney}}
</span>
<span
v-else
>
******
</span>
</td>
<td>
<td>
<span
v-if=
"item.isOwn==1 || IsSupperOrderEdit || isUpdateOrder"
<span
v-if=
"item.isOwn==1 || IsSupperOrderEdit || isUpdateOrder"
:class=
"{color_red_order:item.dueInMoney!==item.preferPrice}"
>
{{item.dueInMoney}}
</span>
:class=
"{color_red_order:item.dueInMoney!==item.preferPrice}"
>
{{item.dueInMoney}}
</span>
...
@@ -1755,7 +1760,7 @@
...
@@ -1755,7 +1760,7 @@
</td>
</td>
</tr>
</tr>
<tr
style=
"height:20px"
>
<tr
style=
"height:20px"
>
<td
colspan=
"1
5
"
class=
"RL_Order"
style=
"height:20px"
>
<td
colspan=
"1
6
"
class=
"RL_Order"
style=
"height:20px"
>
<span
class=
"RL-remarkTitle"
<span
class=
"RL-remarkTitle"
v-if=
"item.guestList.length>0 && (item.isOwn==1||IsSupperOrderEdit||IsLookOrder||isUpdateOrder) "
>
名单:
</span>
v-if=
"item.guestList.length>0 && (item.isOwn==1||IsSupperOrderEdit||IsLookOrder||isUpdateOrder) "
>
名单:
</span>
<span
class=
"RL-redType RL-remarkCon"
<span
class=
"RL-redType RL-remarkCon"
...
@@ -1768,7 +1773,7 @@
...
@@ -1768,7 +1773,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"
4
"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<td
colspan=
"
5
"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<div
v-if=
"item.gatherAddress"
>
<div
v-if=
"item.gatherAddress"
>
<span
style=
"color: rgb(26, 168, 107);"
>
集合地:
</span>
<span
style=
"color: rgb(26, 168, 107);"
>
集合地:
</span>
<span
style=
"color: rgb(26, 168, 107);"
>
{{ item.gatherAddress }}
</span>
<span
style=
"color: rgb(26, 168, 107);"
>
{{ item.gatherAddress }}
</span>
...
@@ -1865,7 +1870,7 @@
...
@@ -1865,7 +1870,7 @@
<tbody
v-show=
"list.length!==0"
>
<tbody
v-show=
"list.length!==0"
>
<tr>
<tr>
<td></td>
<td></td>
<td
colspan=
"1
5
"
class=
"groupTourOrderByTuan_seat"
>
<td
colspan=
"1
6
"
class=
"groupTourOrderByTuan_seat"
>
<!-- <div>
<!-- <div>
<span>本团机位:</span>
<span>本团机位:</span>
<span>{{tuanInfo.config&&tuanInfo.config.YSeat}}Y + {{tuanInfo.config&&tuanInfo.config.CSeat}}E + {{tuanInfo.config&&tuanInfo.config.FSeat}}F</span>
<span>{{tuanInfo.config&&tuanInfo.config.YSeat}}Y + {{tuanInfo.config&&tuanInfo.config.CSeat}}E + {{tuanInfo.config&&tuanInfo.config.FSeat}}F</span>
...
@@ -1910,7 +1915,7 @@
...
@@ -1910,7 +1915,7 @@
<!-- 取消订单 -->
<!-- 取消订单 -->
<tr
v-if=
"cancelRtData!=null && cancelRtData.length>0"
>
<tr
v-if=
"cancelRtData!=null && cancelRtData.length>0"
>
<td
colspan=
"1
6
"
>
<td
colspan=
"1
7
"
>
<span
class=
"RL-redType"
@
click=
"isShowCancelOrder=!isShowCancelOrder"
style=
"cursor:pointer"
<span
class=
"RL-redType"
@
click=
"isShowCancelOrder=!isShowCancelOrder"
style=
"cursor:pointer"
title=
"点击查看"
>
取消订单(
<span
style=
"color:blue;"
>
{{!isShowCancelOrder?"展开":"收起"}}
</span>
)
</span>
title=
"点击查看"
>
取消订单(
<span
style=
"color:blue;"
>
{{!isShowCancelOrder?"展开":"收起"}}
</span>
)
</span>
</td>
</td>
...
@@ -1979,7 +1984,7 @@
...
@@ -1979,7 +1984,7 @@
<td>
{{item2.StatusName}}
</td>
<td>
{{item2.StatusName}}
</td>
</tr>
</tr>
<tr
v-if=
'orderList.length==0'
>
<tr
v-if=
'orderList.length==0'
>
<td
colspan=
"
4
"
align=
"center"
>
暂无数据
</td>
<td
colspan=
"
5
"
align=
"center"
>
暂无数据
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
...
@@ -1995,6 +2000,7 @@
...
@@ -1995,6 +2000,7 @@
</td>
</td>
<td>
{{item.refund}}
</td>
<td>
{{item.refund}}
</td>
<td>
{{item.platformTax}}
</td>
<td>
{{item.platformTax}}
</td>
<td>
{{item.cashReceiptsMoney}}
</td>
<td>
{{item.DueInMoney}}
</td>
<td>
{{item.DueInMoney}}
</td>
<td
class=
"fz12"
:style=
"item.orderState===3?'color: #e95252;':''"
>
{{item.statsstr}}
</td>
<td
class=
"fz12"
:style=
"item.orderState===3?'color: #e95252;':''"
>
{{item.statsstr}}
</td>
<td
class=
"fz12"
>
<td
class=
"fz12"
>
...
@@ -2081,7 +2087,7 @@
...
@@ -2081,7 +2087,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"
7
"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<td
colspan=
"
8
"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<div>
<div>
<div><span>
备注:
</span>
<div><span>
备注:
</span>
<p><span
v-if=
'item.clientSource==1&&item.brandName!=""'
>
{{item.brandName}}订单
<p><span
v-if=
'item.clientSource==1&&item.brandName!=""'
>
{{item.brandName}}订单
...
...
src/components/SalesModule/groupTourOrderOne.vue
View file @
3d549aa1
...
@@ -1442,6 +1442,7 @@
...
@@ -1442,6 +1442,7 @@
<th
width=
"80"
>
{{$t('fnc.tuikuan')}}
</th>
<th
width=
"80"
>
{{$t('fnc.tuikuan')}}
</th>
<th
width=
"80"
>
{{$t('fnc.ptshuijin')}}
</th>
<th
width=
"80"
>
{{$t('fnc.ptshuijin')}}
</th>
<th
width=
"80"
>
{{$t('Operation.Op_platZaitu')}}
</th>
<th
width=
"80"
>
{{$t('Operation.Op_platZaitu')}}
</th>
<th
width=
"80"
>
现收在途
</th>
<th
width=
"80"
>
{{$t('Operation.Op_daishou')}}
</th>
<th
width=
"80"
>
{{$t('Operation.Op_daishou')}}
</th>
<th
width=
"80"
>
{{$t('admin.admin_status')}}
</th>
<th
width=
"80"
>
{{$t('admin.admin_status')}}
</th>
<th
width=
"120"
>
{{$t('salesModule.QRH')}}
</th>
<th
width=
"120"
>
{{$t('salesModule.QRH')}}
</th>
...
@@ -1583,6 +1584,7 @@
...
@@ -1583,6 +1584,7 @@
<td>
{{item.refund}}
</td>
<td>
{{item.refund}}
</td>
<td>
{{item.platformTax}}
</td>
<td>
{{item.platformTax}}
</td>
<td>
{{item.zaiTuMoney}}
</td>
<td>
{{item.zaiTuMoney}}
</td>
<td>
{{item.cashReceiptsMoney}}
</td>
<td><span
:class=
"{color_red_order:item.dueInMoney!==item.preferPrice}"
>
{{item.dueInMoney}}
</span></td>
<td><span
:class=
"{color_red_order:item.dueInMoney!==item.preferPrice}"
>
{{item.dueInMoney}}
</span></td>
<td
v-if=
"item.isChargeLossOrders==1"
class=
"fz12"
style=
"color: #e95252"
>
{{$t('fnc.shousun')}}
</td>
<td
v-if=
"item.isChargeLossOrders==1"
class=
"fz12"
style=
"color: #e95252"
>
{{$t('fnc.shousun')}}
</td>
<td
v-else
class=
"fz12"
:style=
"item.orderState===3?'color: #e95252;':''"
>
{{item.statsstr}}
</td>
<td
v-else
class=
"fz12"
:style=
"item.orderState===3?'color: #e95252;':''"
>
{{item.statsstr}}
</td>
...
@@ -1683,7 +1685,7 @@
...
@@ -1683,7 +1685,7 @@
</td>
</td>
</tr>
</tr>
<tr
style=
"height:20px"
>
<tr
style=
"height:20px"
>
<td
colspan=
"1
6
"
class=
"RL_Order"
style=
"height:20px"
>
<td
colspan=
"1
7
"
class=
"RL_Order"
style=
"height:20px"
>
<span
class=
"RL-remarkTitle"
v-if=
"item.guestList.length>0"
>
{{$t('salesModule.MD')}}:
</span>
<span
class=
"RL-remarkTitle"
v-if=
"item.guestList.length>0"
>
{{$t('salesModule.MD')}}:
</span>
<span
class=
"RL-redType RL-remarkCon"
v-if=
"item.guestList.length>0"
>
<span
class=
"RL-redType RL-remarkCon"
v-if=
"item.guestList.length>0"
>
...
@@ -1719,7 +1721,7 @@
...
@@ -1719,7 +1721,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"
4
"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<td
colspan=
"
5
"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<div
v-if=
"item.gatherAddress"
>
<div
v-if=
"item.gatherAddress"
>
<span
style=
"color: rgb(26, 168, 107);"
>
集合地:
</span>
<span
style=
"color: rgb(26, 168, 107);"
>
集合地:
</span>
<span
style=
"color: rgb(26, 168, 107);"
>
{{ item.gatherAddress }}
</span>
<span
style=
"color: rgb(26, 168, 107);"
>
{{ item.gatherAddress }}
</span>
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
3d549aa1
...
@@ -1833,7 +1833,8 @@
...
@@ -1833,7 +1833,8 @@
<th
width=
"90"
class=
"nowrap"
>
{{ $t("salesModule.HappinessPassbook") }}
</th>
<th
width=
"90"
class=
"nowrap"
>
{{ $t("salesModule.HappinessPassbook") }}
</th>
<th
width=
"90"
class=
"nowrap"
>
{{ $t("fnc.tuikuan") }}
</th>
<th
width=
"90"
class=
"nowrap"
>
{{ $t("fnc.tuikuan") }}
</th>
<th
width=
"90"
class=
"nowrap"
>
{{ $t("fnc.ptshuijin") }}
</th>
<th
width=
"90"
class=
"nowrap"
>
{{ $t("fnc.ptshuijin") }}
</th>
<th
width=
"110"
class=
"nowrap"
>
{{ $t("Operation.Op_platZaitu") }}
</th>
<th
width=
"90"
class=
"nowrap"
>
{{ $t("Operation.Op_platZaitu") }}
</th>
<th
width=
"90"
class=
"nowrap"
>
现收在途
</th>
<th
width=
"110"
class=
"nowrap"
>
{{ $t("Operation.Op_daishou") }}
</th>
<th
width=
"110"
class=
"nowrap"
>
{{ $t("Operation.Op_daishou") }}
</th>
<th
width=
"100"
class=
"nowrap"
>
{{ $t("admin.admin_status") }}
</th>
<th
width=
"100"
class=
"nowrap"
>
{{ $t("admin.admin_status") }}
</th>
<th
width=
"130"
class=
"nowrap"
>
{{ $t("salesModule.QRH") }}
</th>
<th
width=
"130"
class=
"nowrap"
>
{{ $t("salesModule.QRH") }}
</th>
...
@@ -1845,7 +1846,7 @@
...
@@ -1845,7 +1846,7 @@
</td>
</td>
</tr>
</tr>
<tr
v-if=
" OrderDataList.leadetList != null &&OrderDataList.leadetList.length > 0 "
>
<tr
v-if=
" 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>
{{ $t("active.cl_orderType") }}:
<span
class=
"RL-redType"
>
{{ $t("leader.leader_Leader") }}
</span>
</td>
</td>
</tr>
</tr>
...
@@ -2013,6 +2014,7 @@
...
@@ -2013,6 +2014,7 @@
<td>
{{ item.Refund }}
</td>
<td>
{{ item.Refund }}
</td>
<td>
{{ item.PlatformTax }}
</td>
<td>
{{ item.PlatformTax }}
</td>
<td>
{{ item.ZaiTuMoney }}
</td>
<td>
{{ item.ZaiTuMoney }}
</td>
<td>
{{ item.CashReceiptsMoney }}
</td>
<td>
<td>
<span
:class=
"{color_red_order: item.DueInMoney && item.DueInMoney > 0, }"
>
{{ item.DueInMoney }}
</span>
<span
:class=
"{color_red_order: item.DueInMoney && item.DueInMoney > 0, }"
>
{{ item.DueInMoney }}
</span>
</td>
</td>
...
@@ -2491,6 +2493,7 @@
...
@@ -2491,6 +2493,7 @@
<td
class=
"nowrap"
>
{{ childItem.Refund }}
</td>
<td
class=
"nowrap"
>
{{ childItem.Refund }}
</td>
<td
class=
"nowrap"
>
{{ childItem.PlatformTax }}
</td>
<td
class=
"nowrap"
>
{{ childItem.PlatformTax }}
</td>
<td
class=
"nowrap"
>
{{ childItem.ZaiTuMoney }}
</td>
<td
class=
"nowrap"
>
{{ childItem.ZaiTuMoney }}
</td>
<td
class=
"nowrap"
>
{{ childItem.CashReceiptsMoney }}
</td>
<td
class=
"nowrap"
>
<td
class=
"nowrap"
>
<span
<span
:class=
"{color_red_order:childItem.DueInMoney && childItem.DueInMoney > 0,}"
>
{{ childItem.DueInMoney }}
</span>
:class=
"{color_red_order:childItem.DueInMoney && childItem.DueInMoney > 0,}"
>
{{ childItem.DueInMoney }}
</span>
...
@@ -3182,6 +3185,7 @@
...
@@ -3182,6 +3185,7 @@
<td>
{{ item.Refund }}
</td>
<td>
{{ item.Refund }}
</td>
<td>
{{ item.PlatformTax }}
</td>
<td>
{{ item.PlatformTax }}
</td>
<td>
{{ item.ZaiTuMoney }}
</td>
<td>
{{ item.ZaiTuMoney }}
</td>
<td>
{{ item.CashReceiptsMoney }}
</td>
<td>
<td>
<span
:class=
"{color_red_order: item.DueInMoney && item.DueInMoney > 0,}"
>
{{ item.DueInMoney }}
</span>
<span
:class=
"{color_red_order: item.DueInMoney && item.DueInMoney > 0,}"
>
{{ item.DueInMoney }}
</span>
</td>
</td>
...
...
src/components/myOrdersAllType/components/OrderList.vue
View file @
3d549aa1
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
width=
"1
8
0"
width=
"1
6
0"
prop=
"CreateTimeStr"
prop=
"CreateTimeStr"
label=
"团号"
label=
"团号"
show-overflow-tooltip
show-overflow-tooltip
...
@@ -102,25 +102,26 @@
...
@@ -102,25 +102,26 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"Income"
label=
"实收"
>
</el-table-column>
<el-table-column
prop=
"Income"
label=
"实收"
>
</el-table-column>
<el-table-column
prop=
"CashReceiptsMoney"
label=
"现收在途"
>
</el-table-column>
<el-table-column
<el-table-column
prop=
"PlatformMoney"
prop=
"PlatformMoney"
label=
"在途金额"
label=
"在途金额"
min-width=
"
13
0"
min-width=
"
8
0"
>
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"PreferTipAmount"
prop=
"PreferTipAmount"
label=
"人头小费"
label=
"人头小费"
min-width=
"
10
0"
min-width=
"
8
0"
>
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"PlatformTax"
prop=
"PlatformTax"
label=
"手续费"
label=
"手续费"
min-width=
"
9
0"
min-width=
"
7
0"
>
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"Refund"
label=
"退款"
>
</el-table-column>
<el-table-column
prop=
"Refund"
label=
"退款"
>
</el-table-column>
...
@@ -136,7 +137,7 @@
...
@@ -136,7 +137,7 @@
<el-table-column
<el-table-column
prop=
"OrderProfit"
prop=
"OrderProfit"
label=
"预期利润"
label=
"预期利润"
min-width=
"
10
0"
min-width=
"
8
0"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
:class=
"
{ red: scope.row.OrderProfit > 0 }">
{{
<span
:class=
"
{ red: scope.row.OrderProfit > 0 }">
{{
...
@@ -303,6 +304,7 @@
...
@@ -303,6 +304,7 @@
:sort-by=
"[
:sort-by=
"[
'Money',
'Money',
'Income',
'Income',
'CashReceiptsMoney',
'PreferTipAmount',
'PreferTipAmount',
'PlatformTax',
'PlatformTax',
'Refund',
'Refund',
...
@@ -334,7 +336,7 @@
...
@@ -334,7 +336,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
width=
"1
8
0"
width=
"1
6
0"
prop=
"CreateTimeStr"
prop=
"CreateTimeStr"
label=
"团号"
label=
"团号"
show-overflow-tooltip
show-overflow-tooltip
...
@@ -406,25 +408,26 @@
...
@@ -406,25 +408,26 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
sortable
prop=
"Income"
label=
"实收"
>
</el-table-column>
<el-table-column
sortable
prop=
"Income"
label=
"实收"
>
</el-table-column>
<el-table-column
sortable
prop=
"CashReceiptsMoney"
label=
"现收在途"
>
</el-table-column>
<el-table-column
<el-table-column
sortable
sortable
prop=
"PlatformMoney"
prop=
"PlatformMoney"
label=
"在途金额"
label=
"在途金额"
min-width=
"
13
0"
min-width=
"
8
0"
>
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
sortable
sortable
prop=
"PreferTipAmount"
prop=
"PreferTipAmount"
label=
"人头小费"
label=
"人头小费"
min-width=
"
10
0"
min-width=
"
8
0"
>
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
sortable
sortable
prop=
"PlatformTax"
prop=
"PlatformTax"
label=
"手续费"
label=
"手续费"
min-width=
"
9
0"
min-width=
"
7
0"
>
>
</el-table-column>
</el-table-column>
<el-table-column
sortable
prop=
"Refund"
label=
"退款"
>
</el-table-column>
<el-table-column
sortable
prop=
"Refund"
label=
"退款"
>
</el-table-column>
...
@@ -441,7 +444,7 @@
...
@@ -441,7 +444,7 @@
sortable
sortable
prop=
"OrderProfit"
prop=
"OrderProfit"
label=
"预期利润"
label=
"预期利润"
min-width=
"
10
0"
min-width=
"
8
0"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
:class=
"
{ red: scope.row.OrderProfit > 0 }">
{{
<span
:class=
"
{ red: scope.row.OrderProfit > 0 }">
{{
...
...
src/components/myOrdersAllType/components/allList.vue
View file @
3d549aa1
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
</li>
</li>
<li
v-if=
"Title!='申请'&&Title!='查看'"
>
<li
v-if=
"Title!='申请'&&Title!='查看'"
>
<span><em>
订单Id
</em>
<span><em>
订单Id
</em>
<el-input
clearable
type=
"Number"
@
keyup
.
native=
"checkInteger(msg
2,'OrderId')"
v-model=
"msg2
.OrderId"
placeholder=
"请输入订单Id"
class=
"w200"
/>
<el-input
clearable
type=
"Number"
@
keyup
.
native=
"checkInteger(msg
,'OrderId')"
v-model=
"msg
.OrderId"
placeholder=
"请输入订单Id"
class=
"w200"
/>
</span>
</span>
</li>
</li>
<li
v-if=
"Title!='申请'&&Title!='审核'&&Title!='查看'"
>
<li
v-if=
"Title!='申请'&&Title!='审核'&&Title!='查看'"
>
...
@@ -818,7 +818,7 @@
...
@@ -818,7 +818,7 @@
var
oneDay
=
1000
*
24
*
60
*
60
;
var
oneDay
=
1000
*
24
*
60
*
60
;
var
monthLast
=
new
Date
(
nextMonthFirstDay
-
oneDay
).
getDate
()
var
monthLast
=
new
Date
(
nextMonthFirstDay
-
oneDay
).
getDate
()
if
(
!
this
.
$route
.
query
.
DepartSTime
&&!
this
.
$route
.
query
.
DepartSTime
){
if
(
!
this
.
$route
.
query
.
DepartSTime
&&!
this
.
$route
.
query
.
DepartSTime
){
this
.
msg
.
DepartSTime
=
'2023-04-01'
;
this
.
msg
.
DepartSTime
=
'2023-04-01'
;
this
.
msg
.
DepartETime
=
[
year
,
month
,
monthLast
].
join
(
'-'
);
this
.
msg
.
DepartETime
=
[
year
,
month
,
monthLast
].
join
(
'-'
);
this
.
msg2
.
DepartSTime
=
'2023-04-01'
;
this
.
msg2
.
DepartSTime
=
'2023-04-01'
;
...
...
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