This commit is contained in:
Taric Xin
2022-01-18 15:49:09 +08:00
parent 7775b39bc6
commit 9d1ba35333
28 changed files with 699 additions and 179 deletions

View File

@ -76,6 +76,10 @@ export class FreightAccountService extends ShipperBaseService {
// 获取总账凭证表详情信息
$api_get_fico_vch__detail = '/api/fcc/ficoVcH/getDetail';
// 查询付款单抬头
$api_get_payment_page = '/api/fcc/ficoPayH/list/page';
// 查询付款单明细
$api_get_payment_detail = '/api/fcc/ficoPayL/list/page';
constructor(public injector: Injector,public eaCacheSrv: EACacheService) {
super(injector, eaCacheSrv);