批量审核
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-18 15:57:44
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-01-18 17:17:26
|
||||
* @LastEditTime : 2022-01-18 19:05:23
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\services\\freight-account.service.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
@ -86,6 +86,11 @@ export class FreightAccountService extends ShipperBaseService {
|
||||
// 查询收款单抬头
|
||||
$api_get_receipt_page = '/api/fcc/ficoBrmH/list/page';
|
||||
|
||||
// 收款单浏览抬头
|
||||
$api_get_ficoInpinvL_page = '/api/fcc/ficoBrmH/get';
|
||||
// 收款单浏览表格明细
|
||||
$api_get_ficoInpinvL_getListByBrmHid = '/api/fcc/ficoBrmYsk/getListByBrmHid';
|
||||
|
||||
constructor(public injector: Injector,public eaCacheSrv: EACacheService) {
|
||||
super(injector, eaCacheSrv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user