车辆接口更新
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-14 14:39:04
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-01-25 16:09:14
|
||||
* @LastEditTime : 2022-01-25 16:18:21
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\payable-order\\payable-order-detail\\payable-order-detail.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
@ -26,10 +26,10 @@
|
||||
{{headerInfo?.cno}}
|
||||
</se>
|
||||
<se label="付款账户" required>
|
||||
{{headerInfo?.shipperaccount}}
|
||||
{{headerInfo?.shipperaccountId}}
|
||||
</se>
|
||||
<se label="核销金额" required>
|
||||
{{headerInfo?.ahxmoney | currency}}
|
||||
{{headerInfo?.phxmoney | currency}}
|
||||
</se>
|
||||
</div>
|
||||
<div nz-col [nzXl]="8" [nzLg]="8" [nzSm]="8" [nzXs]="8" se-container [labelWidth]="100" col="1">
|
||||
@ -37,10 +37,10 @@
|
||||
{{headerInfo?.phxdate}}
|
||||
</se>
|
||||
<se label="收款人" required>
|
||||
{{headerInfo?.arto}}
|
||||
{{headerInfo?.driver2IdName}}
|
||||
</se>
|
||||
<se label="收款账户" required>
|
||||
{{headerInfo?.ltdaccount}}
|
||||
{{headerInfo?.ltdaccountId}}
|
||||
</se>
|
||||
<se label="应付金额">
|
||||
{{headerInfo?.prmoney | currency}}
|
||||
|
||||
Reference in New Issue
Block a user