This commit is contained in:
weiyu
2022-04-26 19:51:28 +08:00
parent 456f086f8d
commit 3798c71bd6
3 changed files with 76 additions and 92 deletions

View File

@ -146,6 +146,9 @@ export class TicketService extends ShipperBaseService {
// ETC白名单车辆导出接口
$api_get_ficoCarWhiteList_asyncExport = '/api/fcc/ficoEtcInvoiceL/asyncExportCarWhiteList';
// 可开票订单list查询
$api_invoicedBillInfo_page = '/api/fcc/invoicedBillInfo/findInvoicedBillInfoPage';
constructor(public injector: Injector) {
super(injector);
}