This commit is contained in:
Taric Xin
2022-01-19 16:30:12 +08:00
parent ce64b48674
commit 48ce6a1d10
22 changed files with 623 additions and 144 deletions

View File

@ -57,6 +57,8 @@ export class FreightAccountService extends ShipperBaseService {
$api_get_cost_page = '/api/fcc/ficoFeeH/list/page';
// 根据费用头ID查询费用单及开票明细
$api_get_cost_detail = '/api/fcc/ficoFeeL/detail';
// 费用关联的应收核销明细
$api_get_cost_ahxl_detail = '/api/fcc/ficoAhxL/getListByFeeLId';
// 查询应收核销抬头
$api_get_fico_page = '/api/fcc/ficoAhxH/list/page';
@ -81,9 +83,15 @@ export class FreightAccountService extends ShipperBaseService {
$api_get_payment_page = '/api/fcc/ficoPayH/listFicoPayHPage';
// 查询付款单明细
$api_get_payment_detail = '/api/fcc/ficoPayL/list/page';
// 付款单抬头信息
$api_get_payment_header = '/api/fcc/ficoPayH/getFicoPayHById';
// 查询收款单抬头
$api_get_receipt_page = '/api/fcc/ficoBrmH/list/page';
// 获取收款单抬头
$api_get_receipt_header = '/api/fcc/ficoBrmH/get';
// 获取收款单抬头
$api_get_receipt_detail = '/api/fcc/ficoBrmYsk/getListByBrmHid';
// 收款单浏览抬头
$api_get_ficoInpinvL_page = '/api/fcc/ficoBrmH/get';