车辆对接
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-01-11 19:07:29
 | 
			
		||||
 * @LastEditTime: 2022-01-12 14:34:04
 | 
			
		||||
 * @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
 | 
			
		||||
@ -35,7 +35,7 @@ export class WaybillManagementServe extends BaseService {
 | 
			
		||||
    $api_get_getBulkStatistics = `/api/sdc/wayBillOperate/getBulkStatistics`;
 | 
			
		||||
 | 
			
		||||
      // 根据车牌号查询车辆信息
 | 
			
		||||
  $api_get_getCarLicenseListByCarNo= `/api/mdc/cuc/carLicenseAudit/operate/getCarLicenseListByCarNo`;
 | 
			
		||||
  $api_get_getCarLicenseListByCarNo= `/api/mdc/cuc/carLicense/findCarLicenseByCarNo`;
 | 
			
		||||
  
 | 
			
		||||
      // 大宗确认发车
 | 
			
		||||
  $api_get_insertBulkStartCarInfo= `/api/sdc/wayBillOperate/insertBulkStartCarInfo`;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user