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
de3b86a4
Commit
de3b86a4
authored
Sep 29, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
7de05dab
899500bc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
496 additions
and
6 deletions
+496
-6
CustomerCertification.vue
src/components/SalesModule/CustomerCertification.vue
+8
-6
custumerXzCertification.vue
src/components/administrative/custumerXzCertification.vue
+480
-0
config.js
src/router/config.js
+8
-0
No files found.
src/components/SalesModule/CustomerCertification.vue
View file @
de3b86a4
...
...
@@ -91,7 +91,7 @@
class=
"w135"
value-format=
"yyyy-MM-dd"
type=
"date"
></el-date-picker>
-
></el-date-picker>
-
<el-date-picker
v-model=
"msg.EDate"
@
change=
"dataDui()"
...
...
@@ -100,7 +100,7 @@
type=
"date"
></el-date-picker>
</li>
<li>
<li
style=
"display:none;"
>
<span>
<em>
{{
$t
(
'system.query_company'
)
}}
</em>
<el-select
filterable
v-model=
"msg.RB_Branch_Id"
>
...
...
@@ -118,10 +118,10 @@
<span>
<em>
状态
</em>
</span>
<el-select
v-model=
"msg.
MarkOverTyp
e"
>
<el-select
v-model=
"msg.
ApplyStat
e"
>
<el-option
label=
"不限"
value=
"-1"
key=
"-1"
></el-option>
<el-option
label=
"申请中"
value=
"0"
key=
"0"
></el-option>
<el-option
label=
"通过"
value=
"
1"
key=
"1
"
></el-option>
<el-option
label=
"通过"
value=
"
3"
key=
"3
"
></el-option>
<el-option
label=
"拒绝"
value=
"2"
key=
"2"
></el-option>
</el-select>
</li>
...
...
@@ -166,7 +166,7 @@
<td>
{{
item
.
CreateDateStr
}}
</td>
<td>
<span
v-if=
"item.ApplyState === 0"
class=
"_status_str _status_str_y"
>
审核中
</span>
<span
v-if=
"item.ApplyState === 1"
class=
"_status_str _status_str_g"
>
已通过
</span>
<span
v-if=
"item.ApplyState ==
3||item.ApplyState ==
= 1"
class=
"_status_str _status_str_g"
>
已通过
</span>
<span
v-if=
"item.ApplyState === 2"
class=
"_status_str _status_str_r"
>
已拒绝
</span>
</td>
<td>
...
...
@@ -207,7 +207,8 @@ export default {
SDate
:
""
,
EDate
:
""
,
ApplyState
:
"-1"
,
RB_Branch_Id
:
-
2
RB_Branch_Id
:
''
,
Type
:
1
},
viewerObj
:
null
,
Reason
:
""
,
...
...
@@ -339,6 +340,7 @@ export default {
mounted
()
{
let
userInfo
=
this
.
getLocalStorage
();
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
msg
.
RB_Branch_Id
=
userInfo
.
RB_Branch_id
;
//公司ID
this
.
getList
();
this
.
getCompanyList
();
}
...
...
src/components/administrative/custumerXzCertification.vue
0 → 100644
View file @
de3b86a4
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
de3b86a4
...
...
@@ -641,6 +641,14 @@ export default {
title
:
'联盟管理'
},
},
{
path
:
'/custumerXzCertification'
,
//客户实名认证
name
:
'custumerXzCertification'
,
component
:
resolve
=>
require
([
'@/components/administrative/custumerXzCertification'
],
resolve
),
meta
:
{
title
:
'客户实名认证'
},
},
{
path
:
'/LianMengManagementList'
,
//联盟客户列表管理
name
:
'LianMengManagementList'
,
...
...
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