Commit f85e468e authored by 黄奎's avatar 黄奎

页面修改

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