This commit is contained in:
wangshiming
2022-05-13 10:42:27 +08:00
parent b4dfcd43ef
commit 1b42d9347e
3 changed files with 55 additions and 20 deletions

View File

@ -1,7 +1,7 @@
/*
* @Author: your name
* @Date: 2021-12-29 13:12:35
* @LastEditTime : 2022-05-10 09:51:30
* @LastEditTime : 2022-05-13 10:38:32
* @LastEditors : Shiming
* @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
@ -152,6 +152,8 @@ export class TicketService extends ShipperBaseService {
$api_export_InvoicedBillInfoPage = '/api/fcc/invoicedBillInfo/exportInvoicedBillInfoPage'
// 批量生成进项发票
$api_createFicoInpinv = '/api/fcc/ficoEtcInvoiceL/createFicoInpinv'
// 开票记录-确认开票
$api_updateEtcRecordStatus = '/api/fcc/ficoEtcRecord/updateEtcRecordStatus'
constructor(public injector: Injector) {
super(injector);