edit
This commit is contained in:
@ -18,16 +18,16 @@
|
||||
{{ costInfo?.brmdate }}
|
||||
</se>
|
||||
<se label="收款方式" required>
|
||||
{{ costInfo?.brmmode }}
|
||||
{{ costInfo?.brmmodeLabel }}
|
||||
</se>
|
||||
<se label="银行类型">
|
||||
{{ costInfo?.banktype }}
|
||||
{{ costInfo?.banktypeLabel }}
|
||||
</se>
|
||||
<se label="付款人" required>
|
||||
{{ costInfo?.artoname }}
|
||||
</se>
|
||||
<se label="收款类型" required>
|
||||
{{ costInfo?.brmtype }}
|
||||
{{ costInfo?.brmtypeLabel }}
|
||||
</se>
|
||||
<se label="收款账户" required>
|
||||
{{ costInfo?.ltdaccountId }}
|
||||
|
||||
@ -88,8 +88,8 @@ export class FreightAccountService extends ShipperBaseService {
|
||||
|
||||
// 查询收款单抬头
|
||||
$api_get_receipt_page = '/api/fcc/ficoBrmH/list/page';
|
||||
// 获取收款单抬头
|
||||
$api_get_receipt_header = '/api/fcc/ficoBrmH/get';
|
||||
// 收款单抬头信息
|
||||
$api_get_receipt_header = '/api/fcc/ficoBrmH/getFicoPayHById';
|
||||
// 获取收款单抬头
|
||||
$api_get_receipt_detail = '/api/fcc/ficoBrmYsk/getListByBrmHid';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user