| | |
| | | </div> |
| | | <div v-if="form && form.status == 0"> |
| | | <p class="tip-header" >申请审批</p> |
| | | <el-form :model="checkForm" ref="checkForm" :rules="rules" label-width="110px" label-suffix=":" style="margin-left: 20px;width: 500px;" inline > |
| | | <el-form :model="checkForm" ref="checkForm" :rules="rules" label-width="110px" label-suffix=":" style="margin-left: 20px;width: 500px;" > |
| | | <el-form-item label="审核结果" prop="status"> |
| | | <el-radio-group v-model="checkForm.status" @change="changeStatuus"> |
| | | <el-radio :label="1">通过</el-radio> |
| | |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | <el-form-item label="打款凭证" prop="payFileList" v-if="checkForm.status ==1"> |
| | | <div style="margin-left: 150px"> |
| | | <div style=" "> |
| | | <UploadImage |
| | | :fileList="checkForm.payFileList" |
| | | :uploadData="{folder:'transfer'}" |
| | |
| | | this.form = res || {} |
| | | this.logList = [] |
| | | if (this.form.status == 1) { |
| | | this.logList.push({ title: '平台审核通过', info: this.form.auditUserName, createTime: this.form.auditTime || '', status: 1, files: this.form.payFileList || [], bank: this.form.payBank || '', auditRemark: this.form.auditRemark || '' }) |
| | | this.logList.push({ title: '平台审核通过', info: this.form.auditUserName, createTime: this.form.auditTime || '', status: 1, files: this.form.payFileList || [], payBank: this.form.payBank || '', auditRemark: this.form.auditRemark || '' }) |
| | | } else if (this.form.status == 2) { |
| | | this.logList.push({ title: '平台审核驳回', info: this.form.auditUserName, createTime: this.form.auditTime || '', status: 2, auditRemark: this.form.auditRemark || '' }) |
| | | } |
| | |
| | | |
| | | } |
| | | .info-item-a span{ |
| | | font-weight: 600; |
| | | //font-weight: 600; |
| | | } |
| | | .info-item-a .btn{ |
| | | font-size: 12px !important; |