Commit f85e468e authored by 黄奎's avatar 黄奎

页面修改

parent 6add2980
......@@ -27,7 +27,7 @@
<div class="page-search row items-center">
<div class="col row wrap q-col-gutter-md">
<div class="col-3">
<q-input clearable filled v-model="msg.Id" label="单据编号" @input="resetSearch" />
<q-input clearable filled v-model="msg.Id" label="单据编号" @input="resetSearch" />
</div>
<div class="col-3">
<q-select @input="resetSearch" clearable filled v-model="msg.VerifyStatus" :options="ShowOpts" emit-value
......@@ -76,8 +76,8 @@
</template>
<template v-slot:body-cell-optioned="props">
<q-td :props="props">
<q-btn flat size="xs" v-if="IsEditEduReceipAudit" icon="edit" color="accent" style="font-weight:400" label="修改"
@click="getCurrentAuditMan(props.row)" />
<q-btn flat size="xs" v-if="IsEditEduReceipAudit &&(props.row.VerifyStatus==0||props.row.VerifyStatus==1)"
icon="edit" color="accent" style="font-weight:400" label="修改" @click="getCurrentAuditMan(props.row)" />
<q-popup-proxy v-if="isShowEdit">
<q-banner>
<div class="billDialog">
......@@ -156,7 +156,7 @@
label: '单号',
field: 'Id',
align: 'left'
},
},
{
name: 'ReceiptTypeName',
label: '单据类型',
......@@ -234,7 +234,7 @@
AuditList: [], //角色数组
EmployeeList: [],
AllemployeeList: [],
IsEditEduReceipAudit:false,//是否有修改审核人权限
IsEditEduReceipAudit: false, //是否有修改审核人权限
}
},
created() {
......
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