From 682a016c565bd32b09087dc87164b98427f4e6c4 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sun, 14 Jul 2024 20:11:16 +0800 Subject: [PATCH] uu --- common/api/order.js | 13 ------------- common/api/url.js | 3 --- pages/tabBar/mine/mine.vue | 2 +- 3 files changed, 1 insertion(+), 17 deletions(-) diff --git a/common/api/order.js b/common/api/order.js index 96ef582..dbe97db 100644 --- a/common/api/order.js +++ b/common/api/order.js @@ -26,15 +26,6 @@ export const getRSDStaffList = (data = {})=> { return coreRequest(url.getPickStaffList, { ...data, postCode: 'RSD' }, {}, "GET") } -// 回款人联系列表 -export const getPayeeList = (data = {})=> { - return coreRequest(url.getPayeeList, { ...data, postCode: 'RSD' }, {}, "GET") -} - -// 销售人联系列表 -export const getSalemanList = (data = {})=> { - return coreRequest(url.getSalemanList, { ...data, postCode: 'RSD' }, {}, "GET") -} // 报价试算 export const preCalcWaybillFee = (data = {})=> { @@ -109,10 +100,6 @@ export const getPreStationList = (data = {})=> { return coreRequest(url.getPreStationList, data, {}, "GET") } -// 扫描-获取合包列表 -export const getPackCodeList = (data = {})=> { - return coreRequest(url.getPackCodeList, data, {}, "GET") -} // 获取打印运单信息-图片 export const getRealGetWaybillPrintData = (data = {})=> { diff --git a/common/api/url.js b/common/api/url.js index 94bb089..0523711 100644 --- a/common/api/url.js +++ b/common/api/url.js @@ -39,9 +39,6 @@ export default { queryPrintListSimple: `/oms2c/emisWaybill/queryPrintListSimple`, // 运单 打印数据-列表 getNextStationList: `/oms2c/emisTmsScanRecord/getNextStationList`, // 获取-扫描下一网点 getPreStationList: `/oms2c/emisTmsScanRecord/getPreStationList`, // 获取-扫描上一网点 - getPackCodeList: `/oms2c/emisTmsPack/listSimple`, // 获取-合包列表 - getPayeeList: `/oms2c/emisStaff/getPayeeList`, // 回款人联系列表 - getSalemanList: `/oms2c/emisStaff/getSalemanList`, // 销售人联系列表 preCalcWaybillFee: `/oms2c/emisWaybill/preCalcWaybillFee`, // 报价试算 queryWaybillTraceInfo: `/oms2c/emisTmsScanRecord/queryWaybillTraceInfo`, // 物流轨迹 queryProblemTypeList: `/oms2c/emisProblemType/listSimple`, // 问题件类型列表 diff --git a/pages/tabBar/mine/mine.vue b/pages/tabBar/mine/mine.vue index a5383ae..fc5b65e 100644 --- a/pages/tabBar/mine/mine.vue +++ b/pages/tabBar/mine/mine.vue @@ -14,7 +14,7 @@ - +