From b622567973aca8583efaa92c46ac6e3100fd6195 Mon Sep 17 00:00:00 2001 From: wangpeng Date: Fri, 14 Jun 2024 13:01:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../driving_log/drivingLog_info.vue | 1 - .../waybill_registration/add.vue | 8 +-- .../operation_vehicle/index.vue | 3 +- .../user_practitioner/details.vue | 55 +++++++++++-------- src/views/labor_contract/index.vue | 2 +- src/views/management_staffing/index.vue | 2 +- .../mechanical_files/assigned_manage/add.vue | 8 +-- .../production_accident/add.vue | 2 +- .../production_accident/edit.vue | 2 +- .../tank_truck_inspection_record/add.vue | 2 +- .../management_agreement/index.vue | 4 +- .../violation_registration/add.vue | 11 ++-- src/views/safety_assessment/index.vue | 2 +- .../safety_activities/components/add.vue | 6 +- .../safety_manual/components/add.vue | 2 +- .../safety_culture/safety_manual/index.vue | 2 +- src/views/safety_production/index.vue | 2 +- .../safety_meeting/add.vue | 4 +- .../safety_meeting/meeting_info.vue | 17 ++++-- .../components/select_person.vue | 1 - .../extraction_and_use/index.vue | 2 +- .../components/add.vue | 5 +- .../components/list.vue | 1 - 23 files changed, 76 insertions(+), 68 deletions(-) diff --git a/src/views/driving_inspections/driving_log/drivingLog_info.vue b/src/views/driving_inspections/driving_log/drivingLog_info.vue index e1bf60f..e4ed01e 100644 --- a/src/views/driving_inspections/driving_log/drivingLog_info.vue +++ b/src/views/driving_inspections/driving_log/drivingLog_info.vue @@ -186,7 +186,6 @@ 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/electronic_waybill_management/waybill_registration/add.vue b/src/views/electronic_waybill_management/waybill_registration/add.vue index c059fcd..b9c0abe 100644 --- a/src/views/electronic_waybill_management/waybill_registration/add.vue +++ b/src/views/electronic_waybill_management/waybill_registration/add.vue @@ -410,9 +410,7 @@ const rules = { PRACTITIONER: [ { required: true, message: "请选择从业人员", trigger: "change" }, ], - DEPARTMENT_ID: [ - { required: true, message: "请选择部门", trigger: "change"} - ] + DEPARTMENT_ID: [{ required: true, message: "请选择部门", trigger: "change" }], }; const data = reactive({ @@ -504,7 +502,9 @@ const changeCONFIRMINGPERSON = (contactPersonId) => { const fnGetUnitsList = async () => { const resData = await getUserPersonTypeListAll({}); data.userTypeList = resData.userList; - data.userTypeList = data.userTypeList.filter(( item ) => item.APPLY_STATUS === '1') + data.userTypeList = data.userTypeList.filter( + (item) => item.APPLY_STATUS === "1" + ); }; fnGetUnitsList(); diff --git a/src/views/enterprise_management/basics_info_management/operation_vehicle/index.vue b/src/views/enterprise_management/basics_info_management/operation_vehicle/index.vue index 5b856fd..39c6f83 100644 --- a/src/views/enterprise_management/basics_info_management/operation_vehicle/index.vue +++ b/src/views/enterprise_management/basics_info_management/operation_vehicle/index.vue @@ -177,7 +177,8 @@ + @submit="fnSubmitImport" + > diff --git a/src/views/enterprise_management/user_practitioner/details.vue b/src/views/enterprise_management/user_practitioner/details.vue index 846f36f..12137c7 100644 --- a/src/views/enterprise_management/user_practitioner/details.vue +++ b/src/views/enterprise_management/user_practitioner/details.vue @@ -108,16 +108,16 @@ class="ml-10" /> - + {{ data.idCard.ID_ADDRESS }} - + {{ data.idCard.ID_NO }} - + {{ data.idCard.ID_ORGAN }} - + {{ data.idCard.ID_VALIDITY_START + "至" + data.idCard.ID_VALIDITY_END }} @@ -133,17 +133,21 @@ class="ml-10" /> - + {{ data.drivingLicence.ID_NO }} - + {{ data.drivingLicence.ALLOW_QUALIFICATION }} - + {{ data.drivingLicence.ID_ORGAN }} - - {{ data.drivingLicence.ID_VALIDITY_START + "至" + data.drivingLicence.ID_VALIDITY_END }} + + {{ + data.drivingLicence.ID_VALIDITY_START + + "至" + + data.drivingLicence.ID_VALIDITY_END + }} 道路运输从业资格证 @@ -158,20 +162,24 @@ class="ml-10" /> - + {{ data.qualificationCertificate.ID_NO }} - + {{ data.qualificationCertificate.ALLOW_QUALIFICATION }} - + {{ data.qualificationCertificate.ID_ORGAN }} - - {{ data.qualificationCertificate.ID_VALIDITY_START + "至" + data.qualificationCertificate.ID_VALIDITY_END }} + + {{ + data.qualificationCertificate.ID_VALIDITY_START + + "至" + + data.qualificationCertificate.ID_VALIDITY_END + }} -