diff --git a/src/views/driving_inspections/driving_log/drivingLog_info.vue b/src/views/driving_inspections/driving_log/drivingLog_info.vue
index e4ed01e..e1bf60f 100644
--- a/src/views/driving_inspections/driving_log/drivingLog_info.vue
+++ b/src/views/driving_inspections/driving_log/drivingLog_info.vue
@@ -186,6 +186,7 @@ const data = reactive({
const fnGetData = async () => {
const resData = await getSafetyDrivingLogView({ WAYBILLREGISTRATION_ID });
data.info = resData.pd;
+ console.log(data.info);
data.commitmentList = resData.commitmentList;
};
fnGetData();
diff --git a/src/views/mechanical_files/production_accident/edit.vue b/src/views/mechanical_files/production_accident/edit.vue
new file mode 100644
index 0000000..a5cc59a
--- /dev/null
+++ b/src/views/mechanical_files/production_accident/edit.vue
@@ -0,0 +1,636 @@
+
+
+
+
+
+ 事故人员信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 事故调查
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 事故分析
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 整改措施
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 事故认定
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确定
+
+
+
+
+
+
+
diff --git a/src/views/mechanical_files/production_accident/index.vue b/src/views/mechanical_files/production_accident/index.vue
index 236674f..083bd20 100644
--- a/src/views/mechanical_files/production_accident/index.vue
+++ b/src/views/mechanical_files/production_accident/index.vue
@@ -145,7 +145,7 @@ const convertACCIDENTNATURE = (name) => {
};
const fnAddOrEdit = (ACCIDENTINVESTIGATION_ID, USER_ID) => {
router.push({
- path: "/mechanical_files/production_accident/add",
+ path: "/mechanical_files/production_accident/edit",
query: {
mode: "edit",
ACCIDENTINVESTIGATION_ID,