Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
8eb5529b
Commit
8eb5529b
authored
Jan 23, 2021
by
罗承锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加审核学生证
parent
1e92e64e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/views/school-center/order/order.vue
+6
-0
No files found.
src/views/school-center/order/order.vue
View file @
8eb5529b
...
...
@@ -301,6 +301,7 @@
</div>
</a-carousel>
</div>
<a-button
@
click=
"showReview()"
type=
"primary"
>
审核学生证
</a-button>
<a-divider
orientation=
"left"
>
受理信息
</a-divider>
<a-row>
<a-col
:span=
"6"
>
...
...
@@ -615,6 +616,7 @@
</div>
</a-carousel>
</div>
<a-button
@
click=
"showReview()"
type=
"primary"
>
审核学生证
</a-button>
<a-divider
orientation=
"left"
>
受理信息
</a-divider>
<a-row>
<a-col
:span=
"6"
>
...
...
@@ -843,6 +845,9 @@
this
.
handleSubmit3
();
}
},
showReview
()
{
this
.
review
=
true
;
},
reviewStudentIdCard
(
res
)
{
this
.
reviewStudentImg
=
this
.
apis
+
res
.
studentCard
;
/*this.reviewStudentImg =this.baseUrl+'abstract0'+1+'.jpg'*/
...
...
@@ -852,6 +857,7 @@
this
.
review
=
true
;
},
reviewOk
()
{
this
.
reviewStudent
.
id
=
this
.
orderInfo
.
id
;
if
(
this
.
reviewStudent
.
studentCardCheckStatus
==
"0"
)
{
if
(
this
.
reviewStudent
.
checkFail
==
""
||
...
...
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