edit
This commit is contained in:
@ -101,8 +101,12 @@ export class FreightAccountService extends ShipperBaseService {
|
||||
// 下载银行回单请求
|
||||
$api_download_receipt_apply = '/api/fcc/spd/callback/receiptApply';
|
||||
|
||||
// 查询预收款余额
|
||||
$api_get_advance_collection_page = '/api/fcc/ficoYskBla/list/page';
|
||||
// 查询预收款余额
|
||||
$api_get_advance_collection_page = '/api/fcc/ficoYskBla/list/page';
|
||||
// 根据预收款ID获取收款单抬头
|
||||
$api_get_advance_collection_header = '/api/fcc/ficoBrmH/getByYskblaId';
|
||||
// 根据预收款ID获取收款单明细
|
||||
$api_get_advance_collection_detail = '/api/fcc/ficoBrmYsk/getBrmYskByYskblaId';
|
||||
|
||||
constructor(public injector: Injector, public eaCacheSrv: EACacheService) {
|
||||
super(injector, eaCacheSrv);
|
||||
@ -121,8 +125,8 @@ export class FreightAccountService extends ShipperBaseService {
|
||||
});
|
||||
}
|
||||
}
|
||||
// 获取货主企业列表
|
||||
public $api_enterpriceList = '/api/mdc/cuc/enterpriseInfo/operate/enterpriceList';
|
||||
// 获取货主企业列表
|
||||
public $api_enterpriceList = '/api/mdc/cuc/enterpriseInfo/operate/enterpriceList';
|
||||
reviewPDF(url: string) {
|
||||
if (!url) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user