Commit 12a5fea1 authored by 卢均锐's avatar 卢均锐

fix: [19691] 从待待请款中点击提交跳转的页面,少了发票号码

-物料请款单增加&编辑页面加上发票信息
parent a6c3e4f8
......@@ -831,6 +831,13 @@ const Add = () => {
<Link>{dataSource['reconciliationNo']}</Link>
</Form.Item>
</Row>
<Row>
<Form.Item
label='发票号码'
>
{dataSource?.invoiceMessages ? <>{dataSource?.invoiceMessages?.numbers.map((item) => <div>{item.invoiceNumber}({item.invoiceDate})</div>)}</> : '-'}
</Form.Item>
</Row>
</>}
</Col>
</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