Commit fe1d3726 authored by zhengke's avatar zhengke

修改

parent fc019136
...@@ -101,8 +101,8 @@ ...@@ -101,8 +101,8 @@
<template v-if="props.row.DataObj.FinanceId>0"> <template v-if="props.row.DataObj.FinanceId>0">
<span @click="goFinaceUrl('FinancialDocumentsDetail',props.row.DataObj)" style="color: #2961FE;font-weight: bold;cursor: pointer;">{{props.row.DataObj.FinanceId}}</span> <span @click="goFinaceUrl('FinancialDocumentsDetail',props.row.DataObj)" style="color: #2961FE;font-weight: bold;cursor: pointer;">{{props.row.DataObj.FinanceId}}</span>
</template> </template>
<template v-else> <template v-if="props.row.DataObj.FinanceId<=0">
<q-btn v-if="tabCheck=='1'" flat size="xs" icon="directions" color="secondary" style="font-weight:400" label="制单" <q-btn v-if="tabCheck=='1'&& props.row.VerifyStatus==2&&props.row.ReceiptType==2" flat size="xs" icon="directions" color="secondary" style="font-weight:400" label="制单"
@click="createBillForm(props.row)" /> @click="createBillForm(props.row)" />
</template> </template>
<q-btn v-if="props.row.VerifyStatus==0 && tabCheck=='1'" 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="作废"
......
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