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
899500bc
Commit
899500bc
authored
5 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改认证
parent
551ec727
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
CustomerCertification.vue
src/components/SalesModule/CustomerCertification.vue
+5
-4
custumerXzCertification.vue
src/components/administrative/custumerXzCertification.vue
+5
-4
No files found.
src/components/SalesModule/CustomerCertification.vue
View file @
899500bc
...
...
@@ -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
:
''
RB_Branch_Id
:
''
,
Type
:
1
},
viewerObj
:
null
,
Reason
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/components/administrative/custumerXzCertification.vue
View file @
899500bc
...
...
@@ -118,9 +118,9 @@
<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=
"
3"
key=
"3
"
></el-option>
<el-option
label=
"通过"
value=
"1"
key=
"1"
></el-option>
<el-option
label=
"拒绝"
value=
"2"
key=
"2"
></el-option>
</el-select>
...
...
@@ -165,7 +165,7 @@
<td>
{{
item
.
AllianceName
}}
</td>
<td>
{{
item
.
CreateDateStr
}}
</td>
<td>
<span
v-if=
"item.ApplyState ===
0
"
class=
"_status_str _status_str_y"
>
审核中
</span>
<span
v-if=
"item.ApplyState ===
3
"
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 === 2"
class=
"_status_str _status_str_r"
>
已拒绝
</span>
</td>
...
...
@@ -207,7 +207,8 @@ export default {
SDate
:
""
,
EDate
:
""
,
ApplyState
:
"-1"
,
RB_Branch_Id
:
-
2
RB_Branch_Id
:
-
2
,
Type
:
2
},
viewerObj
:
null
,
Reason
:
""
,
...
...
This diff is collapsed.
Click to expand it.
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