Commit 3309e7311168821104f95c7e5d9438894cbdd45e

Authored by youxiw2000
2 parents c7dc5285 601fcdb5

Merge branch 'dev' of http://61.169.120.202:8888/youxiw20000/trash into dev

trash-ui/src/views/unit/carInfo/info.vue
... ... @@ -430,7 +430,7 @@ import { listDriverByCompanyId } from "@/api/unit/driver";
430 430 import {getCarCodeList} from "@/api/gps/trajectory";
431 431  
432 432 export default {
433   - name: "DisposalSite",
  433 + name: "carInfo-edit",
434 434 components: {Treeselect},
435 435 data() {
436 436 return {
... ...
trash-unit/src/main/resources/mapper/unit/CarInfoMapper.xml
... ... @@ -74,7 +74,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
74 74 </resultMap>
75 75  
76 76 <sql id="selectCarInfoVo">
77   - select id, company_id, car_type, car_code, car_brank, emission_standard, road_transport_date, driving_license_date, enter_date, farme_number, car_identification, container_volume, car_color, car_equipment, remark, road_transport, driving_license, car_front, car_left, car_behind, car_right, drivers, status, create_time, create_by, update_time, update_by, credit_status, qr_code,is_del from car_info
  77 + select id, company_id, car_type, car_code, car_brank, emission_standard, road_transport_date, driving_license_date, enter_date, farme_number, car_identification, container_volume, car_color, car_equipment, remark, road_transport, driving_license, car_front, car_left, car_behind, car_right, drivers, status, create_time, create_by, update_time, update_by, credit_status, qr_code,is_del,length_width_height from car_info
78 78 </sql>
79 79  
80 80 <sql id="selectCarInfoForCompanyVo">
... ...