Commit 8eb5529b by 罗承锋

添加审核学生证

parent 1e92e64e
...@@ -301,6 +301,7 @@ ...@@ -301,6 +301,7 @@
</div> </div>
</a-carousel> </a-carousel>
</div> </div>
<a-button @click="showReview()" type="primary">审核学生证</a-button>
<a-divider orientation="left">受理信息</a-divider> <a-divider orientation="left">受理信息</a-divider>
<a-row> <a-row>
<a-col :span="6"> <a-col :span="6">
...@@ -615,6 +616,7 @@ ...@@ -615,6 +616,7 @@
</div> </div>
</a-carousel> </a-carousel>
</div> </div>
<a-button @click="showReview()" type="primary">审核学生证</a-button>
<a-divider orientation="left">受理信息</a-divider> <a-divider orientation="left">受理信息</a-divider>
<a-row> <a-row>
<a-col :span="6"> <a-col :span="6">
...@@ -843,6 +845,9 @@ ...@@ -843,6 +845,9 @@
this.handleSubmit3(); this.handleSubmit3();
} }
}, },
showReview() {
this.review = true;
},
reviewStudentIdCard(res) { reviewStudentIdCard(res) {
this.reviewStudentImg = this.apis + res.studentCard; this.reviewStudentImg = this.apis + res.studentCard;
/*this.reviewStudentImg =this.baseUrl+'abstract0'+1+'.jpg'*/ /*this.reviewStudentImg =this.baseUrl+'abstract0'+1+'.jpg'*/
...@@ -852,6 +857,7 @@ ...@@ -852,6 +857,7 @@
this.review = true; this.review = true;
}, },
reviewOk() { reviewOk() {
this.reviewStudent.id = this.orderInfo.id;
if (this.reviewStudent.studentCardCheckStatus == "0") { if (this.reviewStudent.studentCardCheckStatus == "0") {
if ( if (
this.reviewStudent.checkFail == "" || 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