edit
This commit is contained in:
@ -24,6 +24,17 @@ export class TicketService extends ShipperBaseService {
|
||||
// 删除开票申请订单明细
|
||||
$api_remove_bill = '/api/fcc/ficoVatappBill/deletebatch';
|
||||
|
||||
// 已开发票查询
|
||||
$api_get_invoice_page = '/api/fcc/ficoVatinvH/list/page';
|
||||
// 获取销项发票抬头
|
||||
$api_get_invoice_header_detail = '/api/fcc/ficoVatinvH/get';
|
||||
// 获取分票发票抬头开票申请订单明细
|
||||
$api_get_invoice_order_detail = '/api/fcc/ficoVatappBill/getDetailByVatinvHId';
|
||||
// 获取分票发票抬头开票申请费用明细
|
||||
$api_get_invoice_cost_detail = '/api/fcc/ficoVatappFee/getDetailByVatinvHId';
|
||||
// 获取分票发票明细
|
||||
$api_get_invoice_details = '/api/fcc/ficoVatinvL/getDetailByVatinvHId';
|
||||
|
||||
constructor(public injector: Injector) {
|
||||
super(injector);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user