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
df0ffe7d
Commit
df0ffe7d
authored
May 31, 2023
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
613eafec
bcf1afca
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
33 additions
and
16 deletions
+33
-16
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+2
-2
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+2
-2
signedClientList.vue
src/components/SalesModule/Common/signedClientList.vue
+5
-4
signedFinance.vue
src/components/SalesModule/signedFinance.vue
+4
-4
signedFinanceALL.vue
src/components/SalesModule/signedFinanceALL.vue
+2
-0
signedFinanceCheck.vue
src/components/SalesModule/signedFinanceCheck.vue
+16
-4
signedFinanceForAll.vue
src/components/SalesModule/signedFinanceForAll.vue
+2
-0
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
df0ffe7d
...
...
@@ -565,10 +565,10 @@
</p>
<p>业务单据:<span>{{GetDetail.OrderID?GetDetail.OrderID:'无'}}</span></p> -->
</div>
<!--
关联
客户 -->
<!--
签约
客户 -->
<div
v-if=
"GetDetail.SigningCustomerId>0"
>
<a>
<span
style=
"text-decoration: underline;cursor: pointer;color: #000;font-size: 12px;"
@
click=
"goSigningCustomer(GetDetail.SigningCustomerId,GetDetail.SigningCustomerName)"
>
关联
客户:{{GetDetail.SigningCustomerName}}
</span></a>
<span
style=
"text-decoration: underline;cursor: pointer;color: #000;font-size: 12px;"
@
click=
"goSigningCustomer(GetDetail.SigningCustomerId,GetDetail.SigningCustomerName)"
>
签约
客户:{{GetDetail.SigningCustomerName}}
</span></a>
</div>
</div>
<div
class=
"_fujian_box"
v-if=
"GetDetail.VorcherInos&&GetDetail.VorcherInos.length>0"
>
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
df0ffe7d
...
...
@@ -993,10 +993,10 @@
</el-popover>
</div>
</div>
<!--
关联
客户 -->
<!--
签约
客户 -->
<div
v-if=
"GetDetail.SigningCustomerId>0"
>
<a>
<span
style=
"text-decoration: underline;cursor: pointer;color: #000;font-size: 12px;"
@
click=
"goSigningCustomer(GetDetail.SigningCustomerId,GetDetail.SigningCustomerName)"
>
关联
客户:
{{
GetDetail
.
SigningCustomerName
}}
</span></a>
<span
style=
"text-decoration: underline;cursor: pointer;color: #000;font-size: 12px;"
@
click=
"goSigningCustomer(GetDetail.SigningCustomerId,GetDetail.SigningCustomerName)"
>
签约
客户:
{{
GetDetail
.
SigningCustomerName
}}
</span></a>
</div>
</div>
<my-HB-Bill
v-if=
"GetDetail.Is_Merge===1 && ZhiDanRen!==bossID"
:ID=
"FrID"
:FrID=
'FrID'
:GetDetail=
"GetDetail"
...
...
src/components/SalesModule/Common/signedClientList.vue
View file @
df0ffe7d
...
...
@@ -495,10 +495,10 @@
<th>
姓名
</th>
<th>
联系电话
</th>
<th>
门店名称
</th>
<th>
签约到期时间
</th>
<th>
累计交易额
</th>
<th>
签约额度
</th>
<th>
未结算额度
</th>
<th>
签约到期时间
</th>
</tr>
<tr
v-for=
"(item, i) in list"
:key=
"i"
>
<td>
...
...
@@ -506,12 +506,13 @@
</td>
<td>
{{
item
.
contactNumber
}}
</td>
<td>
{{
item
.
customerName
}}
</td>
<td>
{{
item
.
signingEndTime
}}
</td>
<td><span
@
click=
"goUrlCC(item.customerId,3)"
style=
"cursor: pointer;text-decoration: underline;"
>
{{
item
.
tradeTotal
}}
</span></td>
<td><span
@
click=
"goUrlCCC(item.customerId,
3
)"
<td><span
@
click=
"goUrlCCC(item.customerId,
2
)"
style=
"cursor: pointer;text-decoration: underline;"
>
{{
item
.
signingPrice
}}
</span></td>
<td>
{{
item
.
signingUnsettledPrice
}}
</td>
<td><span
@
click=
"goUrlCCC(item.customerId,1)"
style=
"cursor: pointer;text-decoration: underline;"
>
{{
item
.
signingUnsettledPrice
}}
</span></td>
<td>
{{
item
.
signingEndTime
}}
</td>
</tr>
<tr
v-if=
"list.length == 0"
>
<td
colspan=
"12"
style=
"text-align: center"
>
暂无数据
</td>
...
...
src/components/SalesModule/signedFinance.vue
View file @
df0ffe7d
...
...
@@ -243,7 +243,7 @@
height
:
100px
}
.page_MyCustomer
.avatar-uploader
.el-upload
{
/
deep
/
.el-upload
{
border
:
1px
dashed
#d9d9d9
;
border-radius
:
6px
;
cursor
:
pointer
;
...
...
@@ -251,7 +251,7 @@
overflow
:
hidden
;
}
.page_MyCustomer
.avatar-uploader
.el-upload
:hover
{
/
deep
/
.el-upload
:hover
{
border-color
:
#409EFF
;
}
...
...
@@ -345,8 +345,6 @@
margin
:
0
;
}
</
style
>
<
style
scoped
>
._nav
{
margin
:
20px
0
0
0
;
background-color
:
#f5f5f5
;
...
...
@@ -1409,6 +1407,8 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
},
},
mounted
()
{
this
.
type
=
Number
(
this
.
$route
.
query
.
num
||
1
)
this
.
msg
.
FinanceStatus
=
this
.
type
let
userinfo
=
this
.
getLocalStorage
();
let
ActionMenuCode
=
userinfo
.
ActionMenuCode
;
if
(
ActionMenuCode
.
indexOf
(
"F_AccountantFinanceMerge"
)
!=
-
1
)
{
...
...
src/components/SalesModule/signedFinanceALL.vue
View file @
df0ffe7d
...
...
@@ -929,10 +929,12 @@ export default {
financeCheck
(
item
)
{
// this.checkObj = item;
// this.showCheck = true
console
.
log
(
'signedFinanceCheck'
,
item
)
this
.
$router
.
push
({
path
:
'signedFinanceCheck'
,
query
:
{
id
:
item
.
id
,
name
:
item
.
customerName
,
blank
:
'y'
,
}
})
...
...
src/components/SalesModule/signedFinanceCheck.vue
View file @
df0ffe7d
...
...
@@ -840,9 +840,19 @@ input[type="number"] {
<
template
>
<div
class=
"page_MyCustomer MyCustomerDiv"
>
<div>
<div
class=
"check-info"
>
创建者:
<span>
{{
detailInfo
.
CreateBy
}}
</span></div>
<div
class=
"check-info"
>
创建时间:
<span>
{{
detailInfo
.
CreateDate
}}
</span></div>
<div
class=
"check-info"
>
提示:
<span>
{{
detailInfo
.
Notes
}}
</span></div>
<div
style=
"display: flex"
>
<div>
<div
class=
"check-info"
>
客户名称:
<span>
{{
name
}}
</span></div>
<div
class=
"check-info"
>
申请人:
<span>
{{
detailInfo
.
CreateBy
}}
</span></div>
<div
class=
"check-info"
>
申请时间:
<span>
{{
detailInfo
.
CreateDate
}}
</span></div>
<div
class=
"check-info"
>
申请理由:
<span>
{{
detailInfo
.
Notes
}}
</span></div>
<div
class=
"check-info"
>
状态:
<span>
{{
detailInfo
.
StatusName
}}
</span></div>
</div>
<div
class=
"check-info"
>
<div
style=
"margin-bottom: 10px"
>
申请附件:
</div>
<img
style=
"width: 200px"
:src=
"detailInfo.Voucher"
/>
</div>
</div>
<button
class=
"normalBtn"
type=
"primary"
@
click=
"showCheck = true"
>
结算
</button>
...
...
@@ -1064,6 +1074,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
},
data
()
{
return
{
name
:
''
,
colorSon
:
"#f5f5f5"
,
widthSon
:
"700px"
,
active
:
1
,
...
...
@@ -1168,7 +1179,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
return
;
}
this
.
addMsg
.
ExamineVoucher
=
this
.
BusinessCardPhotos
;
this
.
addMsg
.
Id
=
this
.
checkObj
.
customerAccount
Id
;
this
.
addMsg
.
Id
=
this
.
fr
Id
;
this
.
apipost
(
"customer_post_UpdateSigningSettlement"
,
this
.
addMsg
,
...
...
@@ -1195,6 +1206,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
},
mounted
()
{
this
.
frId
=
this
.
$route
.
query
.
id
this
.
name
=
this
.
$route
.
query
.
name
this
.
getDetail
(
this
.
frId
)
}
}
...
...
src/components/SalesModule/signedFinanceForAll.vue
View file @
df0ffe7d
...
...
@@ -1258,10 +1258,12 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
// this.checkObj = item;
// this.showDetail = true;
// this.getDetail(item.customerAccountId)
console
.
log
(
'signedFinanceCheck'
,
item
)
this
.
$router
.
push
({
path
:
'signedFinanceCheck'
,
query
:
{
id
:
item
.
id
,
name
:
item
.
customerName
,
blank
:
'y'
,
}
})
...
...
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