Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
xugong
hls-xcmg-vue-app
Commits
ac23c3de
Commit
ac23c3de
authored
Dec 14, 2020
by
Jennie Shi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改前的备份
parent
ec0d14c3
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
my-contract.vue
src/pages/contractCreate/my-contract.vue
+1
-1
contract-signing.vue
src/pages/contractSigning/contract-signing.vue
+1
-1
contract-list.vue
src/pages/distributorSign/contract-list.vue
+1
-1
function-list.vue
src/pages/functionCenter/function-list.vue
+2
-2
my-info.vue
src/pages/myInfo/my-info.vue
+1
-1
index.js
src/router/index.js
+2
-2
No files found.
src/pages/contractCreate/my-contract.vue
View file @
ac23c3de
...
...
@@ -17,7 +17,7 @@
<div
class=
"contract-item"
@
click=
"goSign()"
>
<p
:class=
"
{'content-wrap-class-width':signCount > 99, 'content-wrap-class':signCount
<
99
}"
v-if=
"signCount > 0"
>
{{
signCount
>
99
?
'99+'
:
signCount
}}
</p>
<img
src=
"@/assets/myInfo/unSign.png"
>
<span>
合同签约
</span>
<span>
租赁方案确认
</span>
</div>
<div
class=
"contract-item"
v-if=
"multipleRole == 'TENANT' || multipleRole == 'GUTA'"
@
click=
"goCarConfirm()"
>
<p
:class=
"
{'content-wrap-class-width':carCount > 99, 'content-wrap-class':carCount
<
99
}"
v-if=
"carCount > 0"
>
{{
carCount
>
99
?
'99+'
:
carCount
}}
</p>
...
...
src/pages/contractSigning/contract-signing.vue
View file @
ac23c3de
...
...
@@ -3,7 +3,7 @@
<h-header
:proportion=
"[5,1,1]"
class=
"bar-custom"
>
<div
slot=
"left"
class=
"h-header-btn"
>
<img
src=
"@/assets/userBind/arrow.png"
@
click=
"$routeGo()"
>
<span>
合同签约
</span>
<span>
租赁方案确认
</span>
</div>
</h-header>
<div
class=
"tab-style has-header"
>
...
...
src/pages/distributorSign/contract-list.vue
View file @
ac23c3de
...
...
@@ -9,7 +9,7 @@
<h-header
:proportion=
"[5,1,1]"
class=
"bar-custom"
>
<div
slot=
"left"
class=
"h-header-btn"
>
<img
src=
"@/assets/userBind/arrow.png"
@
click=
"$routeGo()"
>
<span>
合同签约
</span>
<span>
租赁方案确认
</span>
</div>
</h-header>
<div
class=
"tab-style has-header"
>
...
...
src/pages/functionCenter/function-list.vue
View file @
ac23c3de
...
...
@@ -52,7 +52,7 @@
<div
class=
"info-content"
>
<div
class=
"add-name"
>
<img
src=
"@/assets/functionCenter/con-sign@2x.png"
alt=
""
>
<div
class=
"name-title"
>
合同签约
</div>
<div
class=
"name-title"
>
租赁方案确认
</div>
</div>
<div
class=
"add-content"
@
click=
"conSign"
>
<img
src=
"@/assets/functionCenter/in@2x.png"
alt=
""
>
...
...
@@ -247,7 +247,7 @@ export default {
hlsPopup
.
showLongCenter
(
'请先进行用户绑定'
)
}
},
//
合同签约
//
租赁方案确认
conSign
(){
let
vm
=
this
if
(
this
.
bp_id
)
{
...
...
src/pages/myInfo/my-info.vue
View file @
ac23c3de
...
...
@@ -457,7 +457,7 @@ export default {
},
})
},
// 进入待签约功能,客户类型为经销商则进入经销商功能,非经销商则进入
合同签约
// 进入待签约功能,客户类型为经销商则进入经销商功能,非经销商则进入
租赁方案确认
goSign
()
{
if
(
this
.
bp_id
)
{
// if (this.user_bp_type === 'AGENT') {
...
...
src/router/index.js
View file @
ac23c3de
...
...
@@ -52,7 +52,7 @@ import FinancDetails from '@/pages/distributorSign/financ-details' // 还款计
import
FinancingTrial
from
'@/pages/financingTrial/financing-trial'
import
FinancingDetails
from
'@/pages/financingTrial/financing-details'
// 融资明细
import
TrialRepayPlan
from
'@/pages/financingTrial/trial-repay-plan'
//
合同签约
//
租赁方案确认
import
ContractSigning
from
'../pages/contractSigning/contract-signing'
import
ContractDetail
from
'@/pages/ContractSigning/contract-detail'
import
ContractContent
from
'@/pages/ContractSigning/contract-content'
...
...
@@ -256,7 +256,7 @@ export default new Router({
{
path
:
'/financing-trial'
,
component
:
FinancingTrial
,
name
:
'FinancingTrial'
,
meta
:
{
keepAlive
:
true
}},
{
path
:
'/financing-details'
,
component
:
FinancingDetails
,
name
:
'FinancingDetails'
,
meta
:
{
keepAlive
:
true
}},
{
path
:
'/trial-repay-plan'
,
component
:
TrialRepayPlan
,
name
:
'TrialRepayPlan'
,
meta
:
{
keepAlive
:
true
}},
//
合同签约
//
租赁方案确认
{
path
:
'/contract-signing'
,
component
:
ContractSigning
,
name
:
'ContractSigning'
,
meta
:
{
keepAlive
:
false
}},
{
path
:
'/contract-detail'
,
component
:
ContractDetail
,
name
:
'ContractDetail'
,
meta
:
{
keepAlive
:
true
}},
{
path
:
'/contract-content'
,
component
:
ContractContent
,
name
:
'ContractContent'
,
meta
:
{
keepAlive
:
true
}},
...
...
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