Commit af7d76b1 authored by guang.wu's avatar guang.wu

fix: 修改补充发票显示逻辑

parent 843988dc
...@@ -215,7 +215,7 @@ export function columns(res, pages) { ...@@ -215,7 +215,7 @@ export function columns(res, pages) {
> >
申请结算 申请结算
</Button> </Button>
{row.blueInvoiceState === 4 ? ( {row.billPeriod === 4 && 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