From db057467b26509f56d4bfbc857f2cfdb70247984 Mon Sep 17 00:00:00 2001 From: wangpeng Date: Tue, 9 Apr 2024 21:52:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=9B=BF=E6=8D=A2CORPINFO=5F?= =?UTF-8?q?ID=E9=80=9A=E7=94=A8=E6=A0=87=E8=AF=86?= 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 | 3 -- .../customer_management/add.vue | 10 +------ .../customer_management/index.vue | 30 ++----------------- .../location_managemen/add.vue | 16 +++------- .../location_managemen/index.vue | 30 ++----------------- .../waybill_registration/add.vue | 18 ++++------- .../freight_trailer/index.vue | 5 ++-- .../operation_vehicle/index.vue | 5 ++-- .../assigned_manage/index.vue | 4 +-- src/views/mechanical_files/beidou/index.vue | 5 ++-- .../inspect_annually/index.vue | 5 ++-- src/views/mechanical_files/insure/index.vue | 5 ++-- .../mechanical_files/maintenance/add.vue | 29 +++++++++++------- .../mechanical_files/maintenance/edit.vue | 6 +++- .../mechanical_files/maintenance/index.vue | 5 ++-- .../mechanical_files/operations/index.vue | 5 ++-- .../production_accident/add.vue | 7 +++-- .../mechanical_files/scrap_manage/index.vue | 4 +-- .../taxation_manage/index.vue | 4 +-- .../management_agreement/components/add.vue | 1 + .../safety_meeting/meeting_info.vue | 2 +- .../security_notice/add.vue | 14 ++------- .../security_notice/details.vue | 28 ++++++----------- .../security_notice/index.vue | 12 ++++---- .../security_notice/notice_info.vue | 2 +- 27 files changed, 98 insertions(+), 165 deletions(-) diff --git a/src/request/customer_management.js b/src/request/customer_management.js index dc79979..4455f66 100644 --- a/src/request/customer_management.js +++ b/src/request/customer_management.js @@ -1,10 +1,13 @@ import { post, upload } from "@/request/axios.js"; export const getSecurityCustomerList = (params) => - post("/securitycustomer/listForSecurityCustomerManagement", params); // 客户管理列表 + post("/securitycustomer/listForSecurityCustomerManagement", params); // 客户管理列表(table) export const addSafetyCustomerView = (params) => upload("/securitycustomer/add", params); // 添加 export const deleteSafetyCustomerView = (params) => upload("/securitycustomer/delete", params); // 删除 + +export const getTrafficCustomerSelectList = (params) => + post("/securitycustomer/getTrafficCustomerSelectList", params); // 客户管理列表(list) diff --git a/src/request/location_management.js b/src/request/location_management.js index 699e05d..44c01ef 100644 --- a/src/request/location_management.js +++ b/src/request/location_management.js @@ -8,3 +8,6 @@ export const addSafetyLocationView = (params) => export const deleteSafetyLocationView = (params) => post("/securitylocation/delete", params); // 添加地段管理 + +export const getTrafficLocationSelectList = (params) => + post("/securitylocation/getTrafficLocationSelectList", params); // 地点管理列表 diff --git a/src/request/waybill_registration.js b/src/request/waybill_registration.js index 716821d..52e3928 100644 --- a/src/request/waybill_registration.js +++ b/src/request/waybill_registration.js @@ -3,9 +3,6 @@ import { post, upload } from "@/request/axios.js"; export const getSecurityWaybillreList = (params) => post("/waybillregistration/listForSecurityWaybillre", params); // 运单登记列表 -export const getSecurityPerson = (params) => - post("/waybillregistration/forSecurityPerson", params); - export const addSafetyWaybillreView = (params) => upload("/waybillregistration/add", params); // 添加运单登记 diff --git a/src/views/electronic_waybill_management/customer_management/add.vue b/src/views/electronic_waybill_management/customer_management/add.vue index e72f639..53b0a0f 100644 --- a/src/views/electronic_waybill_management/customer_management/add.vue +++ b/src/views/electronic_waybill_management/customer_management/add.vue @@ -104,8 +104,7 @@