edi8t
This commit is contained in:
@ -55,6 +55,17 @@ export class TicketService extends ShipperBaseService {
|
||||
$api_save_etc_shipper = '/api/fcc/ficoShipperWhiteList/save';
|
||||
// 查询ETC企业列表
|
||||
$api_get_etc_list = '/api/mdc/cuc/enterpriseInfo/operate/etcList';
|
||||
// 查询ETC认证车辆信息筛选
|
||||
$api_get_etc_cart_list = '/api/mdc/cuc/carLicense/operate/findCarLicenseScreenList';
|
||||
// 查询ETC认证车辆信息筛选
|
||||
$api_get_etc_cart_page = '/api/fcc/ficoCarWhiteList/list/page';
|
||||
// 保存ETC白名单(车辆)
|
||||
$api_save_etc_cart = '/api/fcc/ficoCarWhiteList/save';
|
||||
// 删除ETC白名单(车辆)
|
||||
$api_delete_etc_cart = '/api/fcc/ficoCarWhiteList/deleteBatch';
|
||||
|
||||
// ETC申请开票界面查询
|
||||
$api_get_apply_invoice_page = '/api/sdc/invoiceEtcOperate/list/listEtcApplyPageList';
|
||||
|
||||
// 进项发票查询
|
||||
$api_get_input_invoice_page = '/api/fcc/ficoInpinvH/getListPage';
|
||||
|
||||
Reference in New Issue
Block a user