Commit 9048ad61 authored by guang.wu's avatar guang.wu

fix: 半日结 显示补充发票

parent 4a26098d
...@@ -216,7 +216,7 @@ export function columns(res, pages) { ...@@ -216,7 +216,7 @@ export function columns(res, pages) {
> >
申请结算 申请结算
</Button> </Button>
{row.billPeriod === 4 && row.blueInvoiceState === 4 ? ( {(row.billPeriod === 4 || row.billPeriod === 5) && row.blueInvoiceState === 4 ? (
<Button type="primary" className={styles.button} onClick={() => res.edit(11, row)}> <Button type="primary" className={styles.button} onClick={() => res.edit(11, row)}>
补充发票 补充发票
</Button> </Button>
......
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