diff --git a/src/request/mechanical_files.js b/src/request/mechanical_files.js index cf3a6c3..ddfcb89 100644 --- a/src/request/mechanical_files.js +++ b/src/request/mechanical_files.js @@ -54,3 +54,16 @@ export const setBeidouEdit2 = (params) => post("/beidou/edit2", params); // 维 export const getTrailerListCompass = (params) => post("/beidou/vehicleList", params); + +export const getTankTruckInspectionList = (params) => post("/tankTruckInspection/list", params); // 罐检项配置列表 +export const getTankTruckInspectionListAll = (params) => post("/tankTruckInspection/tankTruckInspectionListAll", params); // 罐检项配置不分页列表 +export const getTankTruckInspectionView = (params) => post("/tankTruckInspection/goEdit", params); // 罐检项配置查看 +export const setTankTruckInspectionAdd = (params) => post("/tankTruckInspection/add", params); // 罐检项配置新增 +export const setTankTruckInspectionEdit = (params) => post("/tankTruckInspection/edit", params); // 罐检项配置修改 +export const setTankTruckInspectionDelete = (params) => post("/tankTruckInspection/delete", params); // 罐检项配置删除 + +export const getTankTruckInspectionRecordList = (params) => post("/tankTruckInspectionRecord/list", params); // 罐检项检查列表 +export const getTankTruckInspectionRecordView = (params) => post("/tankTruckInspectionRecord/goEdit", params); // 罐检项检查查看 +export const setTankTruckInspectionRecordAdd = (params) => post("/tankTruckInspectionRecord/add", params); // 罐检项检查新增 +export const setTankTruckInspectionRecordEdit = (params) => post("/tankTruckInspectionRecord/edit", params); // 罐检项检查修改 +export const setTankTruckInspectionRecordDelete = (params) => post("/tankTruckInspectionRecord/delete", params); // 罐检项检查删除 \ No newline at end of file diff --git a/src/views/mechanical_files/tank_truck/tank_truck_inspection/components/add.vue b/src/views/mechanical_files/tank_truck/tank_truck_inspection/components/add.vue new file mode 100644 index 0000000..0fbdce2 --- /dev/null +++ b/src/views/mechanical_files/tank_truck/tank_truck_inspection/components/add.vue @@ -0,0 +1,112 @@ + + + + + diff --git a/src/views/mechanical_files/tank_truck/tank_truck_inspection/components/view.vue b/src/views/mechanical_files/tank_truck/tank_truck_inspection/components/view.vue new file mode 100644 index 0000000..358f0b4 --- /dev/null +++ b/src/views/mechanical_files/tank_truck/tank_truck_inspection/components/view.vue @@ -0,0 +1,42 @@ + + + + + diff --git a/src/views/mechanical_files/tank_truck/tank_truck_inspection/index.vue b/src/views/mechanical_files/tank_truck/tank_truck_inspection/index.vue new file mode 100644 index 0000000..2d40bd4 --- /dev/null +++ b/src/views/mechanical_files/tank_truck/tank_truck_inspection/index.vue @@ -0,0 +1,165 @@ + + + + + diff --git a/src/views/mechanical_files/tank_truck_record/tank_truck_inspection_record/add.vue b/src/views/mechanical_files/tank_truck_record/tank_truck_inspection_record/add.vue new file mode 100644 index 0000000..afff9d9 --- /dev/null +++ b/src/views/mechanical_files/tank_truck_record/tank_truck_inspection_record/add.vue @@ -0,0 +1,450 @@ + + + + + diff --git a/src/views/mechanical_files/tank_truck_record/tank_truck_inspection_record/edit.vue b/src/views/mechanical_files/tank_truck_record/tank_truck_inspection_record/edit.vue new file mode 100644 index 0000000..334810f --- /dev/null +++ b/src/views/mechanical_files/tank_truck_record/tank_truck_inspection_record/edit.vue @@ -0,0 +1,448 @@ + + + + + diff --git a/src/views/mechanical_files/tank_truck_record/tank_truck_inspection_record/index.vue b/src/views/mechanical_files/tank_truck_record/tank_truck_inspection_record/index.vue new file mode 100644 index 0000000..e09f50e --- /dev/null +++ b/src/views/mechanical_files/tank_truck_record/tank_truck_inspection_record/index.vue @@ -0,0 +1,182 @@ + + + + + diff --git a/src/views/mechanical_files/tank_truck_record/tank_truck_inspection_record/view.vue b/src/views/mechanical_files/tank_truck_record/tank_truck_inspection_record/view.vue new file mode 100644 index 0000000..6bcc9a1 --- /dev/null +++ b/src/views/mechanical_files/tank_truck_record/tank_truck_inspection_record/view.vue @@ -0,0 +1,165 @@ + + + + +