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 @@ - + - + - + + +