diff --git a/src/app/routes/ticket-management/services/ticket.service.ts b/src/app/routes/ticket-management/services/ticket.service.ts index 1bbfea9a..8d7611a8 100644 --- a/src/app/routes/ticket-management/services/ticket.service.ts +++ b/src/app/routes/ticket-management/services/ticket.service.ts @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-12-29 13:12:35 - * @LastEditTime: 2021-12-30 15:26:59 + * @LastEditTime: 2021-12-30 15:59:07 * @LastEditors: Please set LastEditors * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @FilePath: \tms-obc-web\src\app\routes\ticket-management\services\ticket.service.ts @@ -44,6 +44,8 @@ export class TicketService extends ShipperBaseService { $api_get_applyBatchFicoVatinv = '/api/fcc/ficoVatinvH/applyBatchFicoVatinv'; // 删除销项发票抬头 $api_delete_deletebatch = '/api/fcc/ficoVatinvH/deletebatch'; + // 保存开票申请费用明细 + $api_ficoVatappFee_save = '/api/fcc/ficoVatappFee/save'; constructor(public injector: Injector) { super(injector);