Commit 6b15f118 authored by lxd's avatar lxd

feat: 发票按钮是否可点击

parent 5a776636
...@@ -142,7 +142,7 @@ export function columns(res) { ...@@ -142,7 +142,7 @@ export function columns(res) {
</Button> </Button>
<Button <Button
type="primary" type="primary"
disabled={!(row.payState === 3 && row.blueInvoiceState === 1)} disabled={!(row.blueInvoiceState === 1 || row.blueInvoiceState === 3)}
className={styles.button} className={styles.button}
onClick={() => res.edit(1, row)} onClick={() => res.edit(1, row)}
> >
......
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