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 f70a55ed..73106d48 100644 --- a/src/views/operation/seaexport/detail/index.vue +++ b/src/views/operation/seaexport/detail/index.vue @@ -40,8 +40,8 @@ -
  • - +
  • +
  • @@ -176,11 +176,11 @@ }) -->