From deaa659d2b52c2dfd88102f14406eb43dae9f379 Mon Sep 17 00:00:00 2001 From: WenShiJun Date: Fri, 22 Mar 2024 14:35:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E5=8D=95=E7=99=BB=E8=AE=B0=EF=BC=8C?= =?UTF-8?q?=E5=9C=B0=E7=82=B9=E7=AE=A1=E7=90=86=EF=BC=8C=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=A8=A1=E5=9D=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/request/customer_management.js | 5 +- src/request/location_management.js | 3 + src/request/waybill_registration.js | 10 +- .../customer_management/index.vue | 32 +- .../location_managemen/index.vue | 30 +- .../waybill_registration/add.vue | 284 ++++++++++++------ .../waybill_registration/index.vue | 44 ++- src/views/management_staffing/index.vue | 2 +- .../inspect_annually/index.vue | 6 +- .../production_accident/index.vue | 5 - src/views/occupational_hazards/index.vue | 6 +- .../management_agreement/index.vue | 4 +- .../violation_registration/index.vue | 5 - src/views/safety_assessment/index.vue | 2 +- src/views/safety_production/index.vue | 2 +- .../safety_meeting/index.vue | 10 +- src/views/safety_responsibility/index.vue | 6 +- 17 files changed, 321 insertions(+), 135 deletions(-) diff --git a/src/request/customer_management.js b/src/request/customer_management.js index 15230c9..dc79979 100644 --- a/src/request/customer_management.js +++ b/src/request/customer_management.js @@ -4,4 +4,7 @@ export const getSecurityCustomerList = (params) => post("/securitycustomer/listForSecurityCustomerManagement", params); // 客户管理列表 export const addSafetyCustomerView = (params) => - upload("/securitycustomer/add", params); // 添加运单登记 + upload("/securitycustomer/add", params); // 添加 + +export const deleteSafetyCustomerView = (params) => + upload("/securitycustomer/delete", params); // 删除 diff --git a/src/request/location_management.js b/src/request/location_management.js index 8f8469b..699e05d 100644 --- a/src/request/location_management.js +++ b/src/request/location_management.js @@ -5,3 +5,6 @@ export const getSecurityLocationList = (params) => export const addSafetyLocationView = (params) => post("/securitylocation/add", params); // 添加地段管理 + +export const deleteSafetyLocationView = (params) => + post("/securitylocation/delete", params); // 添加地段管理 diff --git a/src/request/waybill_registration.js b/src/request/waybill_registration.js index 950f55d..716821d 100644 --- a/src/request/waybill_registration.js +++ b/src/request/waybill_registration.js @@ -4,10 +4,16 @@ export const getSecurityWaybillreList = (params) => post("/waybillregistration/listForSecurityWaybillre", params); // 运单登记列表 export const getSecurityPerson = (params) => - post("/waybillregistration/forSecurityPerson", params); // 部门人员信息 + post("/waybillregistration/forSecurityPerson", params); -export const addSafetyThingsChecView = (params) => +export const addSafetyWaybillreView = (params) => upload("/waybillregistration/add", params); // 添加运单登记 +export const deleteSafetyWaybillreView = (params) => + upload("/waybillregistration/delete", params); // 删除运单登记 + export const getUserPersonTypeListAll = (params) => post("/user/listSelectPersonType", params); + +export const dateteSecurityAllWaybillre = (params) => + post("/waybillregistration/deleteAll", params); // 批量删除 diff --git a/src/views/electronic_waybill_management/customer_management/index.vue b/src/views/electronic_waybill_management/customer_management/index.vue index 2369099..5fdd017 100644 --- a/src/views/electronic_waybill_management/customer_management/index.vue +++ b/src/views/electronic_waybill_management/customer_management/index.vue @@ -64,11 +64,22 @@ - + - + - + + +