fix bug
This commit is contained in:
@ -2,7 +2,7 @@ import { WaybillManagementBulkComponent } from './../components/bulk/bulk.compon
|
||||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2021-12-07 14:52:29
|
||||
* @LastEditTime : 2022-03-24 15:17:57
|
||||
* @LastEditTime : 2022-03-28 11:13:50
|
||||
* @LastEditors : Shiming
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\waybill-management\\services\\waybill-management.service.ts
|
||||
@ -61,6 +61,11 @@ export class WaybillManagementServe extends BaseService {
|
||||
$api_get_getAppDriverPosition = `/api/sdc/wayBillOperate/getAppDriverPosition`;
|
||||
// 获取货主企业列表
|
||||
public $api_enterpriceList = '/api/mdc/cuc/enterpriseInfo/operate/enterpriceList';
|
||||
|
||||
// 异步导出运营后台大宗运单列表
|
||||
public $api_asyncExportBulkList = '/api/sdc/wayBillOperate/asyncExportBulkList';
|
||||
// 异步导出运营后台整车运单列表
|
||||
public $api_asyncExportWholeList = '/api/sdc/wayBillOperate/asyncExportWholeList';
|
||||
constructor(public injector: Injector) {
|
||||
super(injector);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user