Commit 8eb5529b by 罗承锋

添加审核学生证

parent 1e92e64e
......@@ -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 == "" ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment