车辆接口更新

This commit is contained in:
wangshiming
2022-01-25 14:32:30 +08:00
parent bc8304e930
commit 7d4875707b
7 changed files with 36 additions and 25 deletions

View File

@ -18,7 +18,7 @@
{{ costInfo?.brmdate }}
</se>
<se label="收款方式" required>
{{ costInfo?.brmmodeLabel }}
{{ costInfo?.brmModeLabel }}
</se>
<se label="银行类型">
{{ costInfo?.banktypeLabel }}
@ -36,18 +36,19 @@
{{ costInfo?.recnopay |currency }}
</se>
<se label="手续费">
{{ costInfo?.ltdid }}
{{ 0 |currency }}
</se>
<se label="到账金额" required>
{{ costInfo?.brmmoney |currency }}
</se>
<se label="核销金额">
{{ costInfo?.brmmoney |currency }}
</se>
<se label="银行水单">
{{ costInfo?.bankreceipt }}
</se>
<se label="预收金额">
{{ costInfo?.yskmoney |currency}}
{{ costInfo?.brmmoney |currency }}
</se>
<se label="收款备注">
{{ costInfo?.remarks }}