From a9ae574aff52ec447de207b5801faa79e1a9d81b Mon Sep 17 00:00:00 2001 From: xiepeng Date: Thu, 11 Apr 2024 18:29:01 +0800 Subject: [PATCH] =?UTF-8?q?BUG=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/request/waybill_registration.js | 8 + .../waybill_registration/add.vue | 7 +- .../waybill_registration/edit.vue | 687 ++++++++++++++++++ .../waybill_registration/index.vue | 13 + .../security_notice/details.vue | 2 +- 5 files changed, 714 insertions(+), 3 deletions(-) create mode 100644 src/views/electronic_waybill_management/waybill_registration/edit.vue diff --git a/src/request/waybill_registration.js b/src/request/waybill_registration.js index 52e3928..cbd4160 100644 --- a/src/request/waybill_registration.js +++ b/src/request/waybill_registration.js @@ -14,3 +14,11 @@ export const getUserPersonTypeListAll = (params) => export const dateteSecurityAllWaybillre = (params) => post("/waybillregistration/deleteAll", params); // 批量删除 + +export const getSafetyWaybillreInfo = (params) => + post("/waybillregistration/goEdit", params); // 获取运单信息 +export const getPrincipalContactList = (params) => + post("/waybillregistration/getPrincipalContactList", params); // 委托方的联系人列表 + +export const editSafetyWaybillreInfo = (params) => + upload("/waybillregistration/edit", params); // 修改运单信息 diff --git a/src/views/electronic_waybill_management/waybill_registration/add.vue b/src/views/electronic_waybill_management/waybill_registration/add.vue index 3d799cc..c69d5f8 100644 --- a/src/views/electronic_waybill_management/waybill_registration/add.vue +++ b/src/views/electronic_waybill_management/waybill_registration/add.vue @@ -18,8 +18,8 @@ - - + + + + + + 承运信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 客户信息 + + + + + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 地点信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 确定 +
+
+ + + + + diff --git a/src/views/electronic_waybill_management/waybill_registration/index.vue b/src/views/electronic_waybill_management/waybill_registration/index.vue index a30b00f..4eee731 100644 --- a/src/views/electronic_waybill_management/waybill_registration/index.vue +++ b/src/views/electronic_waybill_management/waybill_registration/index.vue @@ -67,6 +67,19 @@