diff --git a/src/api/carList/list.js b/src/api/carList/list.js index 329b64e..ea9bf5e 100644 --- a/src/api/carList/list.js +++ b/src/api/carList/list.js @@ -9,6 +9,14 @@ export function carList(data) { data }) } +//车辆信息列表 +export function carHuiList(carVinId) { + return request({ + url: 'carBase/car//list/' + carVinId, + method: 'get', + carVinId + }) +} //添加车辆信息管理 export function carAdd(data) { diff --git a/src/views/allCar/catMessage.vue b/src/views/allCar/catMessage.vue index 7f4816e..d7f70d0 100644 --- a/src/views/allCar/catMessage.vue +++ b/src/views/allCar/catMessage.vue @@ -56,7 +56,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -109,9 +147,9 @@ @@ -123,7 +161,7 @@ diff --git a/src/views/allCar/history.vue b/src/views/allCar/history.vue new file mode 100644 index 0000000..12f0955 --- /dev/null +++ b/src/views/allCar/history.vue @@ -0,0 +1,1115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/allCar/operation.vue b/src/views/allCar/operation.vue index 3f52c26..7aaf64a 100644 --- a/src/views/allCar/operation.vue +++ b/src/views/allCar/operation.vue @@ -1,15 +1,15 @@