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
6591aa69
Commit
6591aa69
authored
Sep 25, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
0924154b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
25 deletions
+39
-25
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+3
-3
OrderReceivablesAccount.vue
...ts/FinancialModule/components/OrderReceivablesAccount.vue
+34
-20
MyCustomer.vue
src/components/SalesModule/MyCustomer.vue
+2
-2
No files found.
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
6591aa69
...
...
@@ -618,7 +618,7 @@
</span>
</p>
-->
<p
style=
"margin-left: 15px;"
>
<el-tooltip
v-if=
"
msg.CourseId!=12||(PlatformUserNameList&&PlatformUserNameList.length>0)
"
class=
"item"
effect=
"dark"
:content=
"AccountPrompt"
placement=
"top"
>
<el-tooltip
v-if=
"
(msg.CourseId!=12||(PlatformUserNameList&&PlatformUserNameList.length>0))&&msg.CourseId>0
"
class=
"item"
effect=
"dark"
:content=
"AccountPrompt"
placement=
"top"
>
<i
class=
"el-icon-warning-outline"
style=
"cursor: pointer;"
></i>
</el-tooltip>
<span>
...
...
@@ -782,7 +782,7 @@
</div>
</div>
</div>
<!-- 跟团订单、当地游订单,获取订单客户
收款账号
-->
<!-- 跟团订单、当地游订单,获取订单客户
签约信息
-->
<OrderReceivablesAccount
v-if=
"isReceivablesAccount"
:orderObj=
"orderObj"
:clientData=
"clientData"
@
ClosePopup=
"isReceivablesAccount=false"
></OrderReceivablesAccount>
...
...
@@ -2248,7 +2248,7 @@
this
.
returnCode
=
this
.
$route
.
query
.
Conditon
;
}
this
.
BankAccount_post_GetAccountType
();
// 跟团订单、当地游订单,获取订单客户
收款账号
// 跟团订单、当地游订单,获取订单客户
签约信息
if
(
this
.
orderObj
&&
this
.
orderObj
.
OrderID
&&
this
.
orderObj
.
OrderSource
==
8
&&
this
.
msg
.
TemplateId
==
27
){
this
.
getReceivablesAccount
(
this
.
orderObj
.
OrderID
)
}
...
...
src/components/FinancialModule/components/OrderReceivablesAccount.vue
View file @
6591aa69
...
...
@@ -15,8 +15,8 @@
padding
:
0
0
10px
0
;
}
.OrderReceivablesAccount-center
>
div
{
display
:
flex
;
flex-wrap
:
nowrap
;
/*
display: flex;
flex-wrap: nowrap;
*/
padding
:
0
0
5px
0
;
}
.OrderReceivablesAccount-center
>
div
:last-child
{
...
...
@@ -25,6 +25,7 @@
.OrderReceivablesAccount-center
>
div
>
span
{
color
:
#949695
;
margin-right
:
10px
;
/* flex-shrink: 0; */
}
.OrderReceivablesAccount-contract
{
display
:
flex
;
...
...
@@ -33,8 +34,12 @@
.OrderReceivablesAccount-imgBox
{
width
:
50px
;
height
:
50px
;
margin-right
:
5px
;
margin-bottom
:
3px
;
overflow
:
hidden
;
position
:
relative
;
border
:
1px
dashed
#d1d1d1
;
border-radius
:
6px
;
}
.imgBox-imgs
img
{
width
:
100%
;
...
...
@@ -72,26 +77,19 @@
<
template
>
<div
class=
"OrderReceivablesAccount-form"
v-if=
"clientData&&clientData.State==1"
>
<div
class=
"OrderReceivablesAccount-title"
>
提示
</div>
<div
class=
"OrderReceivablesAccount-title"
>
签约信息
</div>
<div
class=
"ClosePopup"
@
click=
"clickClosePopup"
><i
class=
"el-icon-close"
></i>
</div>
<div
class=
"OrderReceivablesAccount-center"
>
<div><span>
客户名称:
</span>
<div>
{{
clientData
.
CustomerName
}}
</div></div>
<div><span>
联系人:
</span>
<div>
{{
clientData
.
Contact
}}
</div></div>
<div
v-if=
"clientData.PlatformUserNameList&&clientData.PlatformUserNameList.length>0"
>
<span>
平台用户名:
</span>
<div>
{{
clientData
.
PlatformUserNameList
.
join
(
','
)
}}
</div>
</div>
<template
v-if=
"clientData.OpenBankName"
>
<div><span>
开户行:
</span>
<div>
{{
clientData
.
OpenBankName
}}
</div></div>
<div><span>
开户人:
</span>
<div>
{{
clientData
.
AccountHolder
}}
</div></div>
<div><span>
卡号:
</span>
<div>
{{
clientData
.
CardNum
}}
</div></div>
<div><span>
别名:
</span>
<div>
{{
clientData
.
AccountAlias
}}
</div></div>
</
template
>
<div>
<span>
合同:
</span>
<div><span>
客户:
</span>
{{
clientData
.
CustomerName
}}
(
{{
clientData
.
Contact
}}
)
</div>
<div
style=
"display: flex;"
>
<span>
合同:
</span>
<div
class=
"OrderReceivablesAccount-contract"
>
<div
class=
"OrderReceivablesAccount-imgBox"
v-for=
"(img,imgI) in clientData.ContractList"
>
<div
class=
"imgBox-imgs"
v-if=
"img&&verificationFile(img,3)"
>
<img
src=
"../../../assets/img/Travelslider.png"
alt=
""
>
<el-image
:src=
"img"
:preview-src-list=
"[img]"
>
</el-image>
</div>
<div
class=
"OrderReceivablesAccount-PDF"
v-if=
"img&&verificationFile(img,1)"
style=
"width: 50px; line-height: 50px;text-align: center;"
>
...
...
@@ -104,7 +102,23 @@
</div>
</div>
</div>
</div>
<div
v-if=
"clientData.OpenBankName"
>
<span>
签约银行:
</span>
{{
clientData
.
OpenBankName
}}
(
{{
clientData
.
CardNum
}}
{{
clientData
.
AccountHolder
}}
)
</div>
<div
v-if=
"clientData.PlatformUserNameList&&clientData.PlatformUserNameList.length>0"
>
<span>
签约平台:
</span>
<p
style=
"display: inline;"
>
<el-tag
:key=
"tag"
v-for=
"tag in clientData.PlatformUserNameList"
:disable-transitions=
"false"
size=
"medium"
style=
"margin-right: 5px;margin-bottom: 3px;"
>
{{
tag
}}
</el-tag>
</p>
</div>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -118,14 +132,14 @@
watch
:
{
clientData
:{
handler
(
val
,
oldVal
){
// this.getReceivablesAccount()
},
deep
:
true
,
immediate
:
true
},
orderObj
:{
handler
(
val
,
oldVal
){
// this.getReceivablesAccount()
},
deep
:
true
,
immediate
:
true
...
...
src/components/SalesModule/MyCustomer.vue
View file @
6591aa69
...
...
@@ -724,7 +724,7 @@
:disable-transitions=
"false"
@
close=
"handleClose(tag,1)"
size=
"medium"
style=
"margin-right: 5px;"
>
style=
"margin-right: 5px;
margin-bottom: 3px;
"
>
{{
tag
}}
</el-tag>
<div>
...
...
@@ -1026,7 +1026,7 @@
:disable-transitions=
"false"
@
close=
"handleClose(tag)"
size=
"small"
style=
"margin-right: 5px;"
>
style=
"margin-right: 5px;
margin-bottom: 3px;
"
>
{{tag}}
</el-tag>
<el-input
...
...
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