Commit 296eb522 authored by Mac's avatar Mac

1

parent b2a001a1
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<div class="head-title" > <div class="head-title" >
首店申请 首店申请
<div style="float:right;margin-top:-5px"> <div style="float:right;margin-top:-5px">
<el-button type="primary" size="small" @click="batchadopt(1)">批量审核通过</el-button> <el-button type="primary" size="small" @click="batchadopt(1)">审核通过</el-button>
<el-button type="primary" size="small" @click="batchadopt(2)">批量审核拒绝</el-button> <el-button type="primary" size="small" @click="batchadopt(2)">审核拒绝</el-button>
<el-button style="" size="small" type="primary" @click="Export()"> <el-button style="" size="small" type="primary" @click="Export()">
下载excel 下载excel
</el-button> </el-button>
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
<el-button @click="sureJujue" size="small" type="primary">确 定</el-button> <el-button @click="sureJujue" size="small" type="primary">确 定</el-button>
</span> </span>
</el-dialog> </el-dialog>
<el-dialog title="批量审核拒绝" :visible.sync="resondialog2" width="600px"> <el-dialog title="审核拒绝" :visible.sync="resondialog2" width="600px">
<el-form label-width="80px"> <el-form label-width="80px">
<el-form-item label="拒绝原因" class="is-required"> <el-form-item label="拒绝原因" class="is-required">
<el-input type="textarea" :rows="6" v-model="batchmsg.AuditRemark"></el-input> <el-input type="textarea" :rows="6" v-model="batchmsg.AuditRemark"></el-input>
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
if(type==1){ if(type==1){
that.batchmsg.AuditState = 2; that.batchmsg.AuditState = 2;
that.batchmsg.AuditRemark = ''; that.batchmsg.AuditRemark = '';
that.Confirm("确定批量审核通过?", function () { that.Confirm("确定审核通过?", function () {
that.BatchAuthenticationAudit() that.BatchAuthenticationAudit()
}); });
}else if(type==2){ }else if(type==2){
......
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