This commit is contained in:
Taric Xin
2022-01-19 17:45:26 +08:00
parent 50eeb36d64
commit 619eea6220
5 changed files with 7 additions and 43 deletions

View File

@ -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 }}

View File

@ -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';