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
43a0ff4e
Commit
43a0ff4e
authored
5 years ago
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户实名认证分公司负责人审核直接通过
parent
6534a09c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CustomerCertification.vue
src/components/SalesModule/CustomerCertification.vue
+4
-4
No files found.
src/components/SalesModule/CustomerCertification.vue
View file @
43a0ff4e
...
...
@@ -60,7 +60,7 @@
class=
"normalBtn mt20 fr"
v-if=
"item.ApplyState === 0"
value=
"通过"
@
click=
"saveIdea(item,
3
)"
@
click=
"saveIdea(item,
1
)"
/>
<input
type=
"button"
...
...
@@ -121,7 +121,7 @@
<el-select
v-model=
"msg.ApplyState"
>
<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>
</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 ==
3||item.ApplyState === 1
"
class=
"_status_str _status_str_g"
>
已通过
</span>
<span
v-if=
"item.ApplyState ==
1||item.ApplyState === 3
"
class=
"_status_str _status_str_g"
>
已通过
</span>
<span
v-if=
"item.ApplyState === 2"
class=
"_status_str _status_str_r"
>
已拒绝
</span>
</td>
<td>
...
...
@@ -208,7 +208,7 @@ export default {
EDate
:
""
,
ApplyState
:
"-1"
,
RB_Branch_Id
:
''
,
Type
:
1
Type
:
0
},
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