This commit is contained in:
Taric Xin
2022-04-08 17:00:11 +08:00
parent 1a397b28f3
commit 7d899c8d9d
4 changed files with 34 additions and 5 deletions

View File

@ -87,6 +87,8 @@ export class TicketService extends ShipperBaseService {
$api_delete_deletebatch = '/api/fcc/ficoVatinvH/deletebatch';
// 保存开票申请费用明细
$api_ficoVatappFee_save = '/api/fcc/ficoVatappFee/save';
// 更新销项发票信息
$api_update_evatinh = '/api/fcc/ficoVatinvH/updatEvatinvH';
// 查询ETC白名单货主
$api_get_etc_shipper_list = '/api/fcc/ficoShipperWhiteList/list/page';