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
26acfe86
Commit
26acfe86
authored
Feb 13, 2019
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
ea6071fe
f47b0667
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
311 additions
and
93 deletions
+311
-93
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+232
-64
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+3
-2
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+3
-1
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+4
-1
SalesFinancialDetail.vue
src/components/SalesModule/SalesFinancialDetail.vue
+6
-6
enrollTotal.vue
src/components/SalesModule/enrollTotal.vue
+1
-0
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+3
-1
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+8
-5
VisaProductEditOrder.vue
src/components/SalesVisa/VisaProductEditOrder.vue
+7
-2
VisaProductOrder.vue
src/components/SalesVisa/VisaProductOrder.vue
+16
-4
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+5
-5
payURL.vue
src/components/commonPage/payURL.vue
+23
-2
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
26acfe86
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/FinancialDocuments.vue
View file @
26acfe86
...
@@ -106,6 +106,7 @@
...
@@ -106,6 +106,7 @@
<li
:class=
"active==3?'_active':''"
@
click=
"active=3,msg.Conditon=3,getPageList()"
>
待我审批的
</li>
<li
:class=
"active==3?'_active':''"
@
click=
"active=3,msg.Conditon=3,getPageList()"
>
待我审批的
</li>
<li
:class=
"active==2?'_active':''"
@
click=
"active=2,msg.Conditon=2,getPageList()"
>
我审批的
</li>
<li
:class=
"active==2?'_active':''"
@
click=
"active=2,msg.Conditon=2,getPageList()"
>
我审批的
</li>
<li
:class=
"active==6?'_active':''"
@
click=
"active=6,msg.Conditon=6,getPageList()"
>
我作废的
</li>
<li
:class=
"active==6?'_active':''"
@
click=
"active=6,msg.Conditon=6,getPageList()"
>
我作废的
</li>
<li
:class=
"active==7?'_active':''"
@
click=
"active=7,msg.Conditon=7,getPageList()"
>
被驳回的
</li>
<li
:class=
"active==4?'_active':''"
@
click=
"active=4,msg.Conditon=4,getPageList()"
>
抄送给我的
</li>
<li
:class=
"active==4?'_active':''"
@
click=
"active=4,msg.Conditon=4,getPageList()"
>
抄送给我的
</li>
</ul>
</ul>
<div
class=
"query-box"
>
<div
class=
"query-box"
>
...
@@ -490,7 +491,7 @@
...
@@ -490,7 +491,7 @@
</td>
</td>
<td
class=
"_icon_btn"
>
<td
class=
"_icon_btn"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top"
>
<i
v-if=
"(
msg.Conditon==1
&& (item.InOrNotProcess==1 || item.Status==3 || item.Status==0))"
class=
"edit el-icon-edit"
@
click=
"goEit(item.Type==1?'addReceivablesDocuments':'addFinancialDocuments',item.Type,item.FrID,true,active,msg.pageIndex)"
></i>
<i
v-if=
"(
(msg.Conditon==1 ||msg.Conditon==7)
&& (item.InOrNotProcess==1 || item.Status==3 || item.Status==0))"
class=
"edit el-icon-edit"
@
click=
"goEit(item.Type==1?'addReceivablesDocuments':'addFinancialDocuments',item.Type,item.FrID,true,active,msg.pageIndex)"
></i>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看"
placement=
"top"
>
<i
class=
"iconfont icon-sousuo"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID,active,msg.pageIndex)"
></i>
<i
class=
"iconfont icon-sousuo"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID,active,msg.pageIndex)"
></i>
...
@@ -502,7 +503,7 @@
...
@@ -502,7 +503,7 @@
<i
v-if=
"msg.Conditon==3"
class=
"iconfont icon-zhuanjiao1"
@
click=
"zhuanBox = true,zhuanMsg.WorkFlowId = item.FrID"
></i>
<i
v-if=
"msg.Conditon==3"
class=
"iconfont icon-zhuanjiao1"
@
click=
"zhuanBox = true,zhuanMsg.WorkFlowId = item.FrID"
></i>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"作废"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"作废"
placement=
"top"
>
<i
v-if=
"(
msg.Conditon==1
&& (item.InOrNotProcess==1 || item.Status==3 || item.Status==0))"
class=
"iconfont icon-quxiao1"
@
click=
"financeRemove(item.FrID)"
></i>
<i
v-if=
"(
(msg.Conditon==1 ||msg.Conditon==7)
&& (item.InOrNotProcess==1 || item.Status==3 || item.Status==0))"
class=
"iconfont icon-quxiao1"
@
click=
"financeRemove(item.FrID)"
></i>
</el-tooltip>
</el-tooltip>
</td>
</td>
</tr>
</tr>
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
26acfe86
...
@@ -580,7 +580,8 @@ export default {
...
@@ -580,7 +580,8 @@ export default {
SourceID
:
0
,
SourceID
:
0
,
TCIDAndTCNUMList
:[],
TCIDAndTCNUMList
:[],
IsLeader
:
1
,
IsLeader
:
1
,
PayDate
:
''
PayDate
:
''
,
CallType
:
0
},
},
detailList
:{
detailList
:{
ID
:
0
,
ID
:
0
,
...
@@ -1181,6 +1182,7 @@ export default {
...
@@ -1181,6 +1182,7 @@ export default {
this
.
msg
.
TCIDList
=
this
.
orderObj
.
TCIDList
?
this
.
orderObj
.
TCIDList
:[];
this
.
msg
.
TCIDList
=
this
.
orderObj
.
TCIDList
?
this
.
orderObj
.
TCIDList
:[];
this
.
msg
.
Obj
=
this
.
orderObj
.
Obj
?
this
.
orderObj
.
Obj
:
''
;
this
.
msg
.
Obj
=
this
.
orderObj
.
Obj
?
this
.
orderObj
.
Obj
:
''
;
this
.
msg
.
SourceID
=
this
.
orderObj
.
SourceID
?
this
.
orderObj
.
SourceID
:
0
;
this
.
msg
.
SourceID
=
this
.
orderObj
.
SourceID
?
this
.
orderObj
.
SourceID
:
0
;
this
.
msg
.
CallType
=
this
.
orderObj
.
CallType
?
this
.
orderObj
.
CallType
:
0
;
}
}
if
(
data
.
VorcherInos
){
if
(
data
.
VorcherInos
){
data
.
VorcherInos
.
forEach
(
x
=>
{
data
.
VorcherInos
.
forEach
(
x
=>
{
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
26acfe86
...
@@ -516,7 +516,8 @@ export default {
...
@@ -516,7 +516,8 @@ export default {
TCIDList
:[],
TCIDList
:[],
Obj
:{},
Obj
:{},
SourceID
:
0
,
SourceID
:
0
,
TCIDAndTCNUMList
:[]
TCIDAndTCNUMList
:[],
CallType
:
0
},
},
AccountNumber
:
''
,
AccountNumber
:
''
,
queryAccMsg
:{
queryAccMsg
:{
...
@@ -1040,6 +1041,7 @@ export default {
...
@@ -1040,6 +1041,7 @@ export default {
delete
x
.
rate
;
delete
x
.
rate
;
});
});
this
.
loading
=
true
;
this
.
loading
=
true
;
console
.
log
(
this
.
msg
);
this
.
apipost
(
'Financial_post_Set'
,
this
.
msg
,
res
=>
{
this
.
apipost
(
'Financial_post_Set'
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
if
(
res
.
data
.
resultCode
==
1
){
this
.
$router
.
push
({
name
:
'FinancialDocuments'
,
query
:{
'Type'
:
this
.
$route
.
query
.
Type
}})
this
.
$router
.
push
({
name
:
'FinancialDocuments'
,
query
:{
'Type'
:
this
.
$route
.
query
.
Type
}})
...
@@ -1328,6 +1330,7 @@ export default {
...
@@ -1328,6 +1330,7 @@ export default {
this
.
msg
.
TCIDList
=
this
.
orderObj
.
TCIDList
?
this
.
orderObj
.
TCIDList
:[];
this
.
msg
.
TCIDList
=
this
.
orderObj
.
TCIDList
?
this
.
orderObj
.
TCIDList
:[];
this
.
msg
.
Obj
=
this
.
orderObj
.
Obj
?
this
.
orderObj
.
Obj
:
''
;
this
.
msg
.
Obj
=
this
.
orderObj
.
Obj
?
this
.
orderObj
.
Obj
:
''
;
this
.
msg
.
SourceID
=
this
.
orderObj
.
SourceID
?
this
.
orderObj
.
SourceID
:
0
;
this
.
msg
.
SourceID
=
this
.
orderObj
.
SourceID
?
this
.
orderObj
.
SourceID
:
0
;
this
.
msg
.
CallType
=
this
.
orderObj
.
CallType
?
this
.
orderObj
.
CallType
:
0
;
}
}
if
(
data
.
VorcherInos
){
if
(
data
.
VorcherInos
){
data
.
VorcherInos
.
forEach
(
x
=>
{
data
.
VorcherInos
.
forEach
(
x
=>
{
...
...
src/components/SalesModule/SalesFinancialDetail.vue
View file @
26acfe86
...
@@ -92,14 +92,14 @@
...
@@ -92,14 +92,14 @@
<li><span>
团队编号:
</span>
{{
tcnum
}}
</li>
<li><span>
团队编号:
</span>
{{
tcnum
}}
</li>
<li><span>
订单号:
</span>
{{
orderId
}}
</li>
<li><span>
订单号:
</span>
{{
orderId
}}
</li>
<li>
</li>
<li>
</li>
<li><span>
应收
金额:
</span>
{{
moneyFormat
(
allMoney
)
}}
</li>
<li><span>
已收总
金额:
</span>
{{
moneyFormat
(
allMoney
)
}}
</li>
<li><span>
实收
金额:
</span>
{{
moneyFormat
(
shiMoney
)
}}
</li>
<li><span>
已审
金额:
</span>
{{
moneyFormat
(
shiMoney
)
}}
</li>
<li><span>
待
收
金额:
</span><span
:class=
"
{color_red:(allMoney-shiMoney)!==allMoney}">
{{
moneyFormat
(
allMoney
-
shiMoney
)
}}
</span></li>
<li><span>
待
审
金额:
</span><span
:class=
"
{color_red:(allMoney-shiMoney)!==allMoney}">
{{
moneyFormat
(
allMoney
-
shiMoney
)
}}
</span></li>
</ul>
</ul>
<ul
class=
"clearfix fukuan"
>
<ul
class=
"clearfix fukuan"
>
<li><span>
应付金额:
</span>
{{
moneyFormat
(
allMoneyP
)
}}
</li>
<li><span>
应付
总
金额:
</span>
{{
moneyFormat
(
allMoneyP
)
}}
</li>
<li><span>
实付
金额:
</span>
{{
moneyFormat
(
shiMoneyP
)
}}
</li>
<li><span>
已审
金额:
</span>
{{
moneyFormat
(
shiMoneyP
)
}}
</li>
<li><span>
待
付
金额:
</span><span
:class=
"
{color_red:(allMoneyP-shiMoneyP)!==allMoneyP}">
{{
moneyFormat
(
allMoneyP
-
shiMoneyP
)
}}
</span></li>
<li><span>
待
审
金额:
</span><span
:class=
"
{color_red:(allMoneyP-shiMoneyP)!==allMoneyP}">
{{
moneyFormat
(
allMoneyP
-
shiMoneyP
)
}}
</span></li>
</ul>
</ul>
</div>
</div>
<p
class=
"sfd_tit clearfix"
>
收款单
<input
type=
"button"
v-if=
"(item.isOwn ? item.isOwn : item.IsOwn) ===1 && (item.orderState ? item.orderState : item.OrderState) !== '4' && (item.orderState ? item.orderState : item.OrderState) !== '3'"
value=
"新增收款"
class=
"normalBtn"
@
click=
"addFinancialOrder(1)"
></p>
<p
class=
"sfd_tit clearfix"
>
收款单
<input
type=
"button"
v-if=
"(item.isOwn ? item.isOwn : item.IsOwn) ===1 && (item.orderState ? item.orderState : item.OrderState) !== '4' && (item.orderState ? item.orderState : item.OrderState) !== '3'"
value=
"新增收款"
class=
"normalBtn"
@
click=
"addFinancialOrder(1)"
></p>
...
...
src/components/SalesModule/enrollTotal.vue
View file @
26acfe86
...
@@ -178,6 +178,7 @@
...
@@ -178,6 +178,7 @@
<p
class=
"fz12 over_ellipsis"
style=
"width: 100%;"
>
{{
item
.
createBy
}}
<span
v-if=
"item.leaveStr!=''"
style=
"color:red"
>
(
{{
item
.
leaveStr
}}
)
</span></p>
<p
class=
"fz12 over_ellipsis"
style=
"width: 100%;"
>
{{
item
.
createBy
}}
<span
v-if=
"item.leaveStr!=''"
style=
"color:red"
>
(
{{
item
.
leaveStr
}}
)
</span></p>
<p
class=
"fz12 over_ellipsis"
style=
"width: 100%;"
>
{{
item
.
commissionSPeopleName
==
'无'
?
''
:
item
.
commissionSPeopleName
}}
</p>
<p
class=
"fz12 over_ellipsis"
style=
"width: 100%;"
>
{{
item
.
commissionSPeopleName
==
'无'
?
''
:
item
.
commissionSPeopleName
}}
</p>
<p>
发团:
{{
item
.
startDate
}}
</p>
<p>
发团:
{{
item
.
startDate
}}
</p>
<p
v-if=
'item.commissionMoney'
style=
"color:red"
>
提成:
{{
item
.
commissionMoney
}}
</p>
</td>
</td>
<td>
<td>
<p
class=
"over_ellipsis"
style=
"width: 150px;"
:title=
"item.contactName"
>
{{
item
.
contactName
}}
</p>
<p
class=
"over_ellipsis"
style=
"width: 150px;"
:title=
"item.contactName"
>
{{
item
.
contactName
}}
</p>
...
...
src/components/SalesModule/groupTourOrder.vue
View file @
26acfe86
...
@@ -1222,6 +1222,7 @@
...
@@ -1222,6 +1222,7 @@
<p
class=
"fz12 over_ellipsis"
style=
"width: 100%;"
>
{{
item
.
commissionSPeopleName
}}
</p>
<p
class=
"fz12 over_ellipsis"
style=
"width: 100%;"
>
{{
item
.
commissionSPeopleName
}}
</p>
<p
style=
"min-width: 180px;"
>
发团:
{{
item
.
startDate
}}
</p>
<p
style=
"min-width: 180px;"
>
发团:
{{
item
.
startDate
}}
</p>
<p>
下单时间:
{{
item
.
createDate
}}
</p>
<p>
下单时间:
{{
item
.
createDate
}}
</p>
<p
v-if=
'item.commissionMoney'
style=
"color:red"
>
提成:
{{
item
.
commissionMoney
}}
</p>
</td>
</td>
<td>
<td>
<p
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
:title=
"item.contactName"
>
{{
item
.
contactName
}}
</p>
<p
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
:title=
"item.contactName"
>
{{
item
.
contactName
}}
</p>
...
@@ -1377,6 +1378,7 @@
...
@@ -1377,6 +1378,7 @@
<span
class=
"RL-redType RL-remarkCon"
v-else
>
<span
class=
"RL-redType RL-remarkCon"
v-else
>
<span>
暂无名单
</span>
<span>
暂无名单
</span>
</span>
</span>
<span
v-if=
"item.tipMoney"
>
(小费:
{{
item
.
tipMoney
}}
)
</span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
...
@@ -2899,7 +2901,7 @@ export default {
...
@@ -2899,7 +2901,7 @@ export default {
getOrderDetail
(
obj
)
{
getOrderDetail
(
obj
)
{
this
.
apipost
(
this
.
apipost
(
"Financial_post_GetOrderFinanceList"
,
"Financial_post_GetOrderFinanceList"
,
{
OrderId
:
obj
.
orderId
,
OrderResource
:
8
},
{
OrderId
:
obj
.
orderId
,
OrderResource
:
8
,
IsTravelMoney
:
1
},
res
=>
{
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
orderList
=
res
.
data
.
data
;
this
.
orderList
=
res
.
data
.
data
;
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
26acfe86
...
@@ -1378,7 +1378,7 @@
...
@@ -1378,7 +1378,7 @@
<!-- 表格 -->
<!-- 表格 -->
<table
class=
"groupTourOrderSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
class=
"groupTourOrderSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<tr>
<th
width=
"
15
0"
>
单号
</th>
<th
width=
"
23
0"
>
单号
</th>
<th
width=
"100"
>
客户信息
</th>
<th
width=
"100"
>
客户信息
</th>
<th
width=
"100"
>
人数/机位数
</th>
<th
width=
"100"
>
人数/机位数
</th>
<th
width=
"80"
>
单价
</th>
<th
width=
"80"
>
单价
</th>
...
@@ -1414,11 +1414,12 @@
...
@@ -1414,11 +1414,12 @@
</div>
</div>
<p
class=
"fz12 over_ellipsis"
style=
"width: 100%;"
>
{{
item
.
commissionSPeopleName
==
'无'
?
''
:
item
.
commissionSPeopleName
}}
</p>
<p
class=
"fz12 over_ellipsis"
style=
"width: 100%;"
>
{{
item
.
commissionSPeopleName
==
'无'
?
''
:
item
.
commissionSPeopleName
}}
</p>
<p>
下单时间:
{{
item
.
createDate
}}
</p>
<p>
下单时间:
{{
item
.
createDate
}}
</p>
<p
v-if=
'item.commissionMoney'
style=
"color:red"
>
提成:
{{
item
.
commissionMoney
}}
</p>
</td>
</td>
<td>
<td>
<p
v-if=
'item.isOwn==1||userId==1||userId==5||positionId==168 || isUpdateOrder'
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
:title=
"item.contactName"
>
{{
item
.
contactName
}}
</p>
<p
v-if=
'item.isOwn==1||userId==1||userId==5||positionId==168 || isUpdateOrder'
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
:title=
"item.contactName"
>
{{
item
.
contactName
}}
</p>
<p
v-if=
'item.isOwn==1||userId==1||userId==5||positionId==168 || isUpdateOrder'
class=
"fz12"
>
{{
item
.
contactMobile
}}
</p>
<p
v-if=
'item.isOwn==1||userId==1||userId==5||positionId==168 || isUpdateOrder'
class=
"fz12"
>
{{
item
.
contactMobile
}}
</p>
<p
v-if=
'item.isOwn==2&&userId!=1&&userId!=5&&positionId!=168&&isUpdateOrder==false'
>
*****
</p>
<p
v-if=
'item.isOwn==2&&userId!=1&&userId!=5&&positionId!=168&&isUpdateOrder==false'
>
*****
</p>
<!--
<p
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
:title=
"item.contactName"
>
{{
item
.
contactName
}}
</p>
<!--
<p
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
:title=
"item.contactName"
>
{{
item
.
contactName
}}
</p>
<p
class=
"fz12"
>
{{
item
.
contactMobile
}}
</p>
-->
<p
class=
"fz12"
>
{{
item
.
contactMobile
}}
</p>
-->
</td>
</td>
...
@@ -1571,7 +1572,7 @@
...
@@ -1571,7 +1572,7 @@
<div
v-if=
"item.isOrder=='1'&&item.orderState!='4'"
@
click=
"transfer(item)"
>
订单转团
</div>
<div
v-if=
"item.isOrder=='1'&&item.orderState!='4'"
@
click=
"transfer(item)"
>
订单转团
</div>
<div
v-if=
"isUpdateOrder"
@
click=
'zhuanLoading = true,OPRemarkMsg.OrderId = item.orderId'
>
OP备注
</div>
<div
v-if=
"isUpdateOrder"
@
click=
'zhuanLoading = true,OPRemarkMsg.OrderId = item.orderId'
>
OP备注
</div>
<!-- v-if="item.isUpdateOrderCommission" -->
<!-- v-if="item.isUpdateOrderCommission" -->
<div
@
click=
'TCMsg.OrderId = item.orderId, TCMsg.CommissionMinusRate = item.commissionMinusRate, TiChengLoading = true'
>
修改提成
</div>
<div
v-if=
"isUpdateOrderCommission"
@
click=
'TCMsg.OrderId = item.orderId, TCMsg.CommissionMinusRate = item.commissionMinusRate, TiChengLoading = true'
>
修改提成
</div>
<div
v-if=
"item.isOrder=='1'&&(item.orderState=='1'||item.orderState=='2')"
@
click=
'setChargeLoss(item)'
>
<div
v-if=
"item.isOrder=='1'&&(item.orderState=='1'||item.orderState=='2')"
@
click=
'setChargeLoss(item)'
>
<span
v-if=
"item.isChargeLossOrders==1"
>
恢复收损单
</span>
<span
v-if=
"item.isChargeLossOrders==1"
>
恢复收损单
</span>
<span
v-else
>
设为收损单
</span>
<span
v-else
>
设为收损单
</span>
...
@@ -1579,8 +1580,8 @@
...
@@ -1579,8 +1580,8 @@
<div
v-if=
"item.isOrder=='1'&&(item.orderState=='1'||item.orderState=='2'||item.orderState=='3')"
@
click=
'deleteItem(item)'
>
取消
</div>
<div
v-if=
"item.isOrder=='1'&&(item.orderState=='1'||item.orderState=='2'||item.orderState=='3')"
@
click=
'deleteItem(item)'
>
取消
</div>
</div>
</div>
<el-button
slot=
"reference"
type=
"primary"
style=
'background:#297BEF; border-color:#297BEF;border-top-left-radius: 0;border-bottom-left-radius: 0;'
icon=
"iconfont icon-more"
></el-button>
<el-button
slot=
"reference"
type=
"primary"
style=
'background:#297BEF; border-color:#297BEF;border-top-left-radius: 0;border-bottom-left-radius: 0;'
icon=
"iconfont icon-more"
></el-button>
</el-popover>
</el-popover>
</el-tooltip>
</el-tooltip>
</el-button-group>
</el-button-group>
<payurlItem
v-if=
'item.isOwn==1'
:item=
"item"
:showID=
"showID"
v-show=
"item.orderState!='4'&&item.orderState!='3'"
v-on:childByValue=
"childByValue"
></payurlItem>
<payurlItem
v-if=
'item.isOwn==1'
:item=
"item"
:showID=
"showID"
v-show=
"item.orderState!='4'&&item.orderState!='3'"
v-on:childByValue=
"childByValue"
></payurlItem>
</td>
</td>
...
@@ -2009,6 +2010,7 @@ export default {
...
@@ -2009,6 +2010,7 @@ export default {
customerId
:
""
,
customerId
:
""
,
createByInfo
:
""
,
createByInfo
:
""
,
isUpdateSharePeople
:
false
,
isUpdateSharePeople
:
false
,
isUpdateOrderCommission
:
false
,
starTime
:
""
,
starTime
:
""
,
endTime
:
""
,
endTime
:
""
,
stratPrice
:
""
,
stratPrice
:
""
,
...
@@ -3569,6 +3571,7 @@ export default {
...
@@ -3569,6 +3571,7 @@ export default {
this
.
list
=
res
.
data
.
data
.
pageData
.
rtData
;
this
.
list
=
res
.
data
.
data
.
pageData
.
rtData
;
this
.
isUpdateOrder
=
res
.
data
.
data
.
pageData
.
isUpdateOrder
this
.
isUpdateOrder
=
res
.
data
.
data
.
pageData
.
isUpdateOrder
this
.
IsUpdateOrderMoney
=
res
.
data
.
data
.
pageData
.
isUpdateOrderMoney
this
.
IsUpdateOrderMoney
=
res
.
data
.
data
.
pageData
.
isUpdateOrderMoney
this
.
isUpdateOrderCommission
=
res
.
data
.
data
.
pageData
.
isUpdateOrderCommission
this
.
cancelRtData
=
res
.
data
.
data
.
pageData
.
cancelRtData
[
0
].
list
;
this
.
cancelRtData
=
res
.
data
.
data
.
pageData
.
cancelRtData
[
0
].
list
;
this
.
seat
.
YSeat
=
res
.
data
.
data
.
pageData
.
ySeatNum
this
.
seat
.
YSeat
=
res
.
data
.
data
.
pageData
.
ySeatNum
this
.
seat
.
CSeat
=
res
.
data
.
data
.
pageData
.
eSeatNum
this
.
seat
.
CSeat
=
res
.
data
.
data
.
pageData
.
eSeatNum
...
...
src/components/SalesVisa/VisaProductEditOrder.vue
View file @
26acfe86
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
margin
:
0
;
margin
:
0
;
font-size
:
14px
!important
;
font-size
:
14px
!important
;
}
}
.groupTourOrder_tickets_red
{
.groupTourOrder_tickets_red
{
color
:
#ff0000
;
color
:
#ff0000
;
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
...
@@ -59,6 +59,10 @@
...
@@ -59,6 +59,10 @@
color
:
#008000
;
color
:
#008000
;
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
.groupTourOrder_tickets_black
{
color
:
#000000
;
text-decoration
:
underline
;
}
.VD-remarkTitle
{
.VD-remarkTitle
{
display
:
inline-block
;
display
:
inline-block
;
float
:
left
;
float
:
left
;
...
@@ -190,7 +194,8 @@
...
@@ -190,7 +194,8 @@
<span
v-for=
"(item2,index2) in item.financeList"
:key=
"index2"
style=
"margin-right:10px;cursor:pointer;"
>
<span
v-for=
"(item2,index2) in item.financeList"
:key=
"index2"
style=
"margin-right:10px;cursor:pointer;"
>
<span
v-if=
"item2.colorState===1"
class=
"groupTourOrder_tickets_blue"
@
click=
"goUrl2('FinancialDocumentsDetail',item2.frID,'财务单据')"
>
{{
item2
.
frID
}}
</span>
<span
v-if=
"item2.colorState===1"
class=
"groupTourOrder_tickets_blue"
@
click=
"goUrl2('FinancialDocumentsDetail',item2.frID,'财务单据')"
>
{{
item2
.
frID
}}
</span>
<span
v-else-if=
"item2.colorState===2"
class=
"groupTourOrder_tickets_green"
@
click=
"goUrl2('FinancialDocumentsDetail',item2.frID,'财务单据')"
>
{{
item2
.
frID
}}
</span>
<span
v-else-if=
"item2.colorState===2"
class=
"groupTourOrder_tickets_green"
@
click=
"goUrl2('FinancialDocumentsDetail',item2.frID,'财务单据')"
>
{{
item2
.
frID
}}
</span>
<span
v-else
class=
"groupTourOrder_tickets_red"
@
click=
"goUrl2('FinancialDocumentsDetail',item2.frID,'财务单据')"
>
{{
item2
.
frID
}}
</span>
<span
v-else-if=
"item2.colorState===3"
class=
"groupTourOrder_tickets_red"
@
click=
"goUrl2('FinancialDocumentsDetail',item2.frID,'财务单据')"
>
{{
item2
.
frID
}}
</span>
<span
v-else-if=
"item2.colorState===4"
class=
"groupTourOrder_tickets_black"
@
click=
"goUrl2('FinancialDocumentsDetail',item2.frID,'财务单据')"
>
{{
item2
.
frID
}}
</span>
</span>
</span>
<span
v-if=
"item.financeList.length===0"
style=
"cursor: default;"
>
暂无数据
</span>
<span
v-if=
"item.financeList.length===0"
style=
"cursor: default;"
>
暂无数据
</span>
</div>
</div>
...
...
src/components/SalesVisa/VisaProductOrder.vue
View file @
26acfe86
...
@@ -61,10 +61,21 @@
...
@@ -61,10 +61,21 @@
.VO-redType
{
.VO-redType
{
color
:
red
;
color
:
red
;
}
}
.groupTourOrder_tickets_blue
{
.groupTourOrder_tickets_red
{
color
:
#0000ff
;
color
:
#ff0000
;
text-decoration
:
underline
;
}
.groupTourOrder_tickets_blue
{
color
:
#0000ff
;
text-decoration
:
underline
;
}
.groupTourOrder_tickets_green
{
color
:
#008000
;
text-decoration
:
underline
;
}
.groupTourOrder_tickets_black
{
color
:
#000000
;
text-decoration
:
underline
;
text-decoration
:
underline
;
cursor
:
pointer
;
}
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -186,7 +197,8 @@
...
@@ -186,7 +197,8 @@
<span
v-for=
"(item2,index2) in item.FinanceList"
:key=
"index2"
style=
"margin-right:10px;cursor:pointer;"
>
<span
v-for=
"(item2,index2) in item.FinanceList"
:key=
"index2"
style=
"margin-right:10px;cursor:pointer;"
>
<span
v-if=
"item2.ColorState===1"
class=
"groupTourOrder_tickets_blue"
@
click=
"goUrl2('FinancialDocumentsDetail',item2.FrID,'财务单据')"
>
{{
item2
.
FrID
}}
</span>
<span
v-if=
"item2.ColorState===1"
class=
"groupTourOrder_tickets_blue"
@
click=
"goUrl2('FinancialDocumentsDetail',item2.FrID,'财务单据')"
>
{{
item2
.
FrID
}}
</span>
<span
v-else-if=
"item2.ColorState===2"
class=
"groupTourOrder_tickets_green"
@
click=
"goUrl2('FinancialDocumentsDetail',item2.FrID,'财务单据')"
>
{{
item2
.
FrID
}}
</span>
<span
v-else-if=
"item2.ColorState===2"
class=
"groupTourOrder_tickets_green"
@
click=
"goUrl2('FinancialDocumentsDetail',item2.FrID,'财务单据')"
>
{{
item2
.
FrID
}}
</span>
<span
v-else
class=
"groupTourOrder_tickets_red"
@
click=
"goUrl2('FinancialDocumentsDetail',item2.FrID,'财务单据')"
>
{{
item2
.
FrID
}}
</span>
<span
v-else-if=
"item2.ColorState===3"
class=
"groupTourOrder_tickets_red"
@
click=
"goUrl2('FinancialDocumentsDetail',item2.FrID,'财务单据')"
>
{{
item2
.
FrID
}}
</span>
<span
v-else-if=
"item2.ColorState===4"
class=
"groupTourOrder_tickets_black"
@
click=
"goUrl2('FinancialDocumentsDetail',item2.FrID,'财务单据')"
>
{{
item2
.
FrID
}}
</span>
</span>
</span>
<span
v-if=
"item.FinanceList.length===0"
style=
"cursor: default;"
>
暂无数据
</span>
<span
v-if=
"item.FinanceList.length===0"
style=
"cursor: default;"
>
暂无数据
</span>
</div>
</div>
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
26acfe86
...
@@ -1334,7 +1334,7 @@
...
@@ -1334,7 +1334,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=
"RegisTrationTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
'loading'
>
<table
class=
"RegisTrationTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
'loading'
>
<tr>
<tr>
<th
width=
"2
4
0"
>
单号
</th>
<th
width=
"2
6
0"
>
单号
</th>
<th
width=
"150"
>
客户信息
</th>
<th
width=
"150"
>
客户信息
</th>
<th
width=
"70"
class=
"nowrap"
>
人数/机位数
</th>
<th
width=
"70"
class=
"nowrap"
>
人数/机位数
</th>
<th
width=
"110"
class=
"nowrap"
>
单价
</th>
<th
width=
"110"
class=
"nowrap"
>
单价
</th>
...
@@ -1366,7 +1366,6 @@
...
@@ -1366,7 +1366,6 @@
<div
class=
"RL_CreatInfo"
>
{{
item
.
CreateBy
}}
<span
v-if=
"item.LeaveStr!=''"
style=
"color:red"
>
(
{{
item
.
LeaveStr
}}
)
</span></div>
<div
class=
"RL_CreatInfo"
>
{{
item
.
CreateBy
}}
<span
v-if=
"item.LeaveStr!=''"
style=
"color:red"
>
(
{{
item
.
LeaveStr
}}
)
</span></div>
<div
class=
"RL_CreatInfo"
>
关联销售:
{{
item
.
CommissionSPeopleName
}}
</div>
<div
class=
"RL_CreatInfo"
>
关联销售:
{{
item
.
CommissionSPeopleName
}}
</div>
<p>
下单时间:
{{
item
.
CreateDate
}}
</p>
<p>
下单时间:
{{
item
.
CreateDate
}}
</p>
</td>
</td>
<td>
<td>
<p
class=
"fz12 over_ellipsis"
style=
"width: 90%;"
>
领队控位
</p>
<p
class=
"fz12 over_ellipsis"
style=
"width: 90%;"
>
领队控位
</p>
...
@@ -1476,7 +1475,7 @@
...
@@ -1476,7 +1475,7 @@
<div
@
click=
"toTrip(item)"
>
出团通知书(
{{
SetNoticeMsg
.
OutNotice
==
1
?
'OK'
:
'暂定'
}}
)
</div>
<div
@
click=
"toTrip(item)"
>
出团通知书(
{{
SetNoticeMsg
.
OutNotice
==
1
?
'OK'
:
'暂定'
}}
)
</div>
<div
v-if=
"userId==1"
@
click=
"getSalerInfo(item)"
>
修改业务员
</div>
<div
v-if=
"userId==1"
@
click=
"getSalerInfo(item)"
>
修改业务员
</div>
<div
@
click=
'zhuanLoading = true,OPRemarkMsg.OrderId = item.OrderId'
>
OP备注
</div>
<div
@
click=
'zhuanLoading = true,OPRemarkMsg.OrderId = item.OrderId'
>
OP备注
</div>
<div
@
click=
'TCMsg.OrderId = item.OrderId, TCMsg.CommissionMinusRate = item.CommissionMinusRate, TiChengLoading = true'
>
修改提成
</div>
<div
v-if=
"OrderDataList.IsUpdateOrderCommission"
@
click=
'TCMsg.OrderId = item.OrderId, TCMsg.CommissionMinusRate = item.CommissionMinusRate, TiChengLoading = true'
>
修改提成
</div>
<div
@
click=
'deleteItem(item)'
>
删除
</div>
<div
@
click=
'deleteItem(item)'
>
删除
</div>
</div>
</div>
<el-button
slot=
"reference"
type=
"primary"
style=
'background:#297BEF; border-color:#297BEF;border-top-left-radius: 0;border-bottom-left-radius: 0;'
<el-button
slot=
"reference"
type=
"primary"
style=
'background:#297BEF; border-color:#297BEF;border-top-left-radius: 0;border-bottom-left-radius: 0;'
...
@@ -1543,6 +1542,7 @@
...
@@ -1543,6 +1542,7 @@
<div
class=
"RL_CreatInfo"
>
关联销售:
{{
childItem
.
CommissionSPeopleName
}}
</div>
<div
class=
"RL_CreatInfo"
>
关联销售:
{{
childItem
.
CommissionSPeopleName
}}
</div>
<!--
<p>
发团:
{{
childItem
.
startDate
}}
</p>
-->
<!--
<p>
发团:
{{
childItem
.
startDate
}}
</p>
-->
<p>
下单时间:
{{
childItem
.
CreateDate
}}
</p>
<p>
下单时间:
{{
childItem
.
CreateDate
}}
</p>
<p
v-if=
'childItem.CommissionMoney'
style=
"color:red"
>
提成:
{{
childItem
.
CommissionMoney
}}
</p>
</td>
</td>
<td>
<td>
<p
v-if=
"childItem.IsOwn==1||userId==1||userId==5"
class=
"fz12 over_ellipsis"
style=
"width:90%;"
:title=
"childItem.ContactName"
>
<p
v-if=
"childItem.IsOwn==1||userId==1||userId==5"
class=
"fz12 over_ellipsis"
style=
"width:90%;"
:title=
"childItem.ContactName"
>
...
@@ -1659,7 +1659,7 @@
...
@@ -1659,7 +1659,7 @@
<div
v-if=
"userId==1"
@
click=
"getSalerInfo(childItem)"
>
修改业务员
</div>
<div
v-if=
"userId==1"
@
click=
"getSalerInfo(childItem)"
>
修改业务员
</div>
<div
@
click=
"transfer(childItem)"
>
订单转团
</div>
<div
@
click=
"transfer(childItem)"
>
订单转团
</div>
<div
@
click=
'zhuanLoading = true,OPRemarkMsg.OrderId = childItem.OrderId'
>
OP备注
</div>
<div
@
click=
'zhuanLoading = true,OPRemarkMsg.OrderId = childItem.OrderId'
>
OP备注
</div>
<div
@
click=
'TCMsg.OrderId = childItem.OrderId, TCMsg.CommissionMinusRate = childItem.CommissionMinusRate, TiChengLoading = true'
>
修改提成
</div>
<div
v-if=
"OrderDataList.IsUpdateOrderCommission"
@
click=
'TCMsg.OrderId = childItem.OrderId, TCMsg.CommissionMinusRate = childItem.CommissionMinusRate, TiChengLoading = true'
>
修改提成
</div>
<div
v-if=
"childItem.OrderState=='1'||childItem.OrderState=='2'||childItem.OrderState=='3'"
<div
v-if=
"childItem.OrderState=='1'||childItem.OrderState=='2'||childItem.OrderState=='3'"
@
click=
'deleteItem(childItem)'
>
@
click=
'deleteItem(childItem)'
>
删除
删除
...
@@ -1878,7 +1878,7 @@
...
@@ -1878,7 +1878,7 @@
<div
@
click=
"toTrip(item)"
>
出团通知书({{SetNoticeMsg.OutNotice==1?'OK':'暂定'}})
</div>
<div
@
click=
"toTrip(item)"
>
出团通知书({{SetNoticeMsg.OutNotice==1?'OK':'暂定'}})
</div>
<div
v-if=
"userId==1"
@
click=
"getSalerInfo(item)"
>
修改业务员
</div>
<div
v-if=
"userId==1"
@
click=
"getSalerInfo(item)"
>
修改业务员
</div>
<div
@
click=
'zhuanLoading = true,OPRemarkMsg.OrderId = item.OrderId'
>
OP备注
</div>
<div
@
click=
'zhuanLoading = true,OPRemarkMsg.OrderId = item.OrderId'
>
OP备注
</div>
<div
@
click=
'TCMsg.OrderId = item.OrderId, TCMsg.CommissionMinusRate = item.CommissionMinusRate, TiChengLoading = true'
>
修改提成
</div>
<div
v-if=
"OrderDataList.IsUpdateOrderCommission"
@
click=
'TCMsg.OrderId = item.OrderId, TCMsg.CommissionMinusRate = item.CommissionMinusRate, TiChengLoading = true'
>
修改提成
</div>
<div
v-if=
"item.OrderState=='2'||item.OrderState=='3'"
@
click=
'deleteItem(item)'
>
删除
</div>
<div
v-if=
"item.OrderState=='2'||item.OrderState=='3'"
@
click=
'deleteItem(item)'
>
删除
</div>
</div>
</div>
<el-button
slot=
"reference"
type=
"primary"
style=
'background:#297BEF; border-color:#297BEF;border-top-left-radius: 0;border-bottom-left-radius: 0;'
<el-button
slot=
"reference"
type=
"primary"
style=
'background:#297BEF; border-color:#297BEF;border-top-left-radius: 0;border-bottom-left-radius: 0;'
...
...
src/components/commonPage/payURL.vue
View file @
26acfe86
...
@@ -32,8 +32,9 @@
...
@@ -32,8 +32,9 @@
</div>
</div>
<el-select
slot=
"reference"
v-model=
"value"
class=
'w80'
placeholder=
"收款方式"
@
change=
'chanceType(item)'
>
<el-select
slot=
"reference"
v-model=
"value"
class=
'w80'
placeholder=
"收款方式"
@
change=
'chanceType(item)'
>
<!--
<el-option
label=
"二维码"
value=
"1"
></el-option>
-->
<!--
<el-option
label=
"二维码"
value=
"1"
></el-option>
-->
<el-option
label=
"现金或转账"
value=
"2"
></el-option>
<el-option
label=
"团队收款"
value=
"2"
></el-option>
<el-option
v-if=
'item.orderState===1'
label=
"退款"
value=
"3"
></el-option>
<el-option
v-if=
'item.orderState===1'
label=
"团队退款"
value=
"3"
></el-option>
<el-option
label=
"团队小费"
value=
"4"
></el-option>
</el-select>
</el-select>
</el-popover>
</el-popover>
</div>
</div>
...
@@ -144,6 +145,26 @@
...
@@ -144,6 +145,26 @@
'orderObj'
:
JSON
.
stringify
(
orderObj
)
'orderObj'
:
JSON
.
stringify
(
orderObj
)
}
}
});
});
}
else
if
(
this
.
value
===
'4'
)
{
this
.
visible
=
false
let
orderObj
=
{
OrderID
:
obj
.
orderId
,
OrderSource
:
8
,
CallType
:
1
,
Obj
:
{},
SourceID
:
obj
.
ID
,
TCIDList
:
TCIDARR
}
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:{
"Type"
:
1
,
"companyID"
:
obj
.
outBranchId
,
"path"
:
""
,
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
)
}
});
}
}
this
.
value
=
''
this
.
value
=
''
},
},
...
...
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