Commit ff4ff003 authored by FE-安焕焕's avatar FE-安焕焕 👣

修改上传凭证状态

parent 8dfb2601
......@@ -84,7 +84,7 @@ export default () => {
拒绝
</Button>
</Popconfirm>
<Button type="primary" onClick={() => uploadInvoice(r)} disabled={r.settlementStatus === 6}>
<Button type="primary" onClick={() => uploadInvoice(r)} disabled={r.settlementStatus !== 6}>
上传发票
</Button>
</p>
......
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