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
7bff7e30
Commit
7bff7e30
authored
Mar 16, 2020
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuin' into uat
parents
12eb86f0
a94f95d6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
12 deletions
+36
-12
contract-details.vue
src/pages/distributorSign/contract-details.vue
+24
-0
my-info.vue
src/pages/myInfo/my-info.vue
+12
-12
No files found.
src/pages/distributorSign/contract-details.vue
View file @
7bff7e30
...
...
@@ -322,6 +322,30 @@ export default {
},
created
()
{},
methods
:
{
// 跳转银行信息录入
// entryInfo () {
// let idCard = ''
// if (this.baseInfo.auth_flag) {
// this.baseInfo.auth_flag === '是'
// ? (idCard = this.baseInfo.auth_person_id_card)
// : this.baseInfo.id_card_no
// console.log(',,,,,,,,,,,', idCard)
// } else {
// idCard = this.baseInfo.id_card_no
// }
// this.$router.push({
// name: 'EntryInfo',
// params: {
// id_card_no: idCard,
// bp_name: this.bp_name,
// project_id: this.project_id,
// confirm_status: this.con_confirm_status,
// entry_info_flag: this.entry_info_flag,
// user_bp_type: this.user_bp_type,
// bp_id: this.baseInfo.bp_id,
// },
// })
// },
charge
(
val
,
status
)
{
let
vm
=
this
this
.
hlsPopup
.
showConfirm
({
...
...
src/pages/myInfo/my-info.vue
View file @
7bff7e30
...
...
@@ -431,18 +431,18 @@ export default {
// 进入待签约功能,客户类型为经销商则进入经销商功能,非经销商则进入合同签约
goSign
()
{
if
(
this
.
bp_id
)
{
if
(
this
.
user_bp_type
===
'AGENT'
)
{
this
.
$router
.
push
({
name
:
'ContractList'
,
})
}
else
{
//
if (this.user_bp_type === 'AGENT') {
//
this.$router.push({
//
name: 'ContractList',
//
})
//
} else {
this
.
$router
.
push
({
name
:
'ContractSigning'
,
params
:
{
user_bp_type
:
this
.
user_bp_type
,
},
})
}
//
}
}
else
{
hlsPopup
.
showLongCenter
(
'请先进行用户绑定'
)
}
...
...
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