edit
This commit is contained in:
@ -124,8 +124,8 @@ export class FreightAccountService extends ShipperBaseService {
|
||||
// 根据预收款ID获取收款单明细
|
||||
$api_get_advance_collection_detail = '/api/fcc/ficoBrmYsk/getBrmYskByYskblaId';
|
||||
|
||||
constructor(public injector: Injector, public eaCacheSrv: EACacheService) {
|
||||
super(injector, eaCacheSrv);
|
||||
constructor(public injector: Injector) {
|
||||
super(injector);
|
||||
}
|
||||
|
||||
getReceiptUrl(url: string, params: any) {
|
||||
|
||||
Reference in New Issue
Block a user