From eb829262d8b685b66e1321ad25af9575864dde4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <14166000+zhangtonghai@user.noreply.gitee.com> Date: Mon, 15 Apr 2024 18:05:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=83=A8=E5=88=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../operation/seaexport/api/BookingLedger.js | 19 +- .../operation/seaexport/detail/index.vue | 2255 +++++++++-------- .../seaexport/detail/modules/basicInfo.vue | 6 +- .../seaexport/detail/modules/cargoInfo.vue | 8 +- .../seaexport/detail/modules/mailingInfo.vue | 8 +- .../detail/modules/operationArea.vue | 15 +- src/views/operation/seaexport/index.vue | 152 +- 7 files changed, 1181 insertions(+), 1282 deletions(-) diff --git a/src/views/operation/seaexport/api/BookingLedger.js b/src/views/operation/seaexport/api/BookingLedger.js index 70b327bb..96db7211 100644 --- a/src/views/operation/seaexport/api/BookingLedger.js +++ b/src/views/operation/seaexport/api/BookingLedger.js @@ -34,6 +34,14 @@ export function GetUserQuerySet(parameter) { params: parameter, }) } +// 获取船公司 +export function GetCarrierlist(parameter) { + return request({ + url: '/mainApi/ClientCommon/GetCarrierClientList', + method: 'get', + params: parameter, + }) +} /** * 获取订舱明细 * @params Id @@ -68,17 +76,6 @@ export function DjyCustomerSuggest(parameter) { params: parameter, }) } -/** - * 获取船公司 - * @params CnName - */ -export function GetCarrierlist(parameter) { - return request({ - url: '/commondb/carrierlist', - method: 'get', - params: parameter, - }) -} /** * 获取船名 diff --git a/src/views/operation/seaexport/detail/index.vue b/src/views/operation/seaexport/detail/index.vue index dfdad703..3675c189 100644 --- a/src/views/operation/seaexport/detail/index.vue +++ b/src/views/operation/seaexport/detail/index.vue @@ -40,7 +40,7 @@ -
  • +
  • @@ -176,11 +176,11 @@ }) -->