Commit fe4ffa25 authored by 黄奎's avatar 黄奎

页面修改

parent e8917465
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<q-btn v-if="tabCheck=='1' && props.row.AuditStatus==2" flat size="xs" icon="edit" color="accent" <q-btn v-if="tabCheck=='1' && props.row.AuditStatus==2" flat size="xs" icon="edit" color="accent"
style="font-weight:400" label="生成单据" @click="createBillForm(props.row)" /> style="font-weight:400" label="生成单据" @click="createBillForm(props.row)" />
</template> </template>
<q-btn v-if="props.row.VerifyStatus==0" flat size="xs" icon="delete" color="negative" style="font-weight:400" label="作废" <q-btn v-if="props.row.VerifyStatus==0 && tabCheck=='1'" flat size="xs" icon="delete" color="negative" style="font-weight:400" label="作废"
@click="invalidBillForm(props.row)" /> @click="invalidBillForm(props.row)" />
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="查看" <q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="查看"
@click="showBillForm(props.row,1)" /> @click="showBillForm(props.row,1)" />
......
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