车辆对接
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2021-12-07 14:52:29
|
||||
* @LastEditTime: 2021-12-16 19:46:55
|
||||
* @LastEditors: your name
|
||||
* @LastEditTime: 2021-12-17 14:15:09
|
||||
* @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\waybill-management\services\waybill-management.service.ts
|
||||
*/
|
||||
@ -18,6 +18,18 @@ export class SupplyManagementService extends BaseService {
|
||||
$api_del_driver = ``;
|
||||
// 据 手机号/姓名 查询 车队长/司机
|
||||
$api_get_getDriverInfo = `/api/mdc/cuc/user/getDriverInfo`;
|
||||
// 查询整车运单-运营后台
|
||||
$api_get_wholePage = `/api/sdc/wayBillOperate/list/wholePage`;
|
||||
// 查询整车运单详情-运营后台
|
||||
$api_get_getWholeDetail = `/api/sdc/wayBillOperate/getWholeDetail`;
|
||||
|
||||
// 查询大宗运单-运营后台
|
||||
$api_get_Bulkpage = `/api/sdc/wayBillOperate/list/Bulkpage`;
|
||||
// 查询大宗运单详情-运营后台
|
||||
$api_get_getBulkDetail = `/api/sdc/wayBillOperate/getBulkDetail`;
|
||||
|
||||
// 根据车牌号查询车辆信息
|
||||
$api_get_getCarLicenseListByCarNo= `/api/mdc/cuc/carLicenseAudit/operate/getCarLicenseListByCarNo`;
|
||||
constructor(public injector: Injector) {
|
||||
super(injector)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user