From cdacaa3a770e30582d57b9c4aef379b7da65c8c7 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周四, 25 4月 2024 19:24:18 +0800 Subject: [PATCH] bug --- iWare_RawMaterialWarehouse_Web/src/api/modular/main/WmsBase/BaseCustomerManage.js | 25 +++++++++++++++++-------- 1 files changed, 17 insertions(+), 8 deletions(-) diff --git a/iWare_RawMaterialWarehouse_Web/src/api/modular/main/WmsBase/BaseCustomerManage.js b/iWare_RawMaterialWarehouse_Web/src/api/modular/main/WmsBase/BaseCustomerManage.js index b23c98e..3dc26e3 100644 --- a/iWare_RawMaterialWarehouse_Web/src/api/modular/main/WmsBase/BaseCustomerManage.js +++ b/iWare_RawMaterialWarehouse_Web/src/api/modular/main/WmsBase/BaseCustomerManage.js @@ -1,7 +1,7 @@ 锘縤mport { axios } from '@/utils/request' /** - * 鏌ヨ寰�鏉ュ叧绯� + * 鏌ヨ寰�鏉ュ崟浣� * * @author ly */ @@ -14,7 +14,7 @@ } /** - * 寰�鏉ュ叧绯诲垪琛� + * 寰�鏉ュ崟浣嶅垪琛� * * @author ly */ @@ -26,8 +26,17 @@ }) } + +export function BaseZjmList (parameter) { + return axios({ + url: '/WmsCommon/getMnemonicCode', + method: 'get', + params: parameter + }) +} + /** - * 娣诲姞寰�鏉ュ叧绯� + * 娣诲姞寰�鏉ュ崟浣� * * @author ly */ @@ -40,7 +49,7 @@ } /** - * 缂栬緫寰�鏉ュ叧绯� + * 缂栬緫寰�鏉ュ崟浣� * * @author ly */ @@ -53,7 +62,7 @@ } /** - * 鍒犻櫎寰�鏉ュ叧绯� + * 鍒犻櫎寰�鏉ュ崟浣� * * @author ly */ @@ -67,7 +76,7 @@ /** - * 瀵煎嚭寰�鏉ュ叧绯荤殑Excel鏂囦欢 + * 瀵煎嚭寰�鏉ュ崟浣嶇殑Excel鏂囦欢 * * @author ly */ @@ -81,7 +90,7 @@ } /** - * 瀵煎叆寰�鏉ュ叧绯荤殑Excel鏂囦欢 + * 瀵煎叆寰�鏉ュ崟浣嶇殑Excel鏂囦欢 * * @author ly */ @@ -97,7 +106,7 @@ /** - * 涓嬭浇寰�鏉ュ叧绯荤殑Excel瀵煎叆妯℃澘 + * 涓嬭浇寰�鏉ュ崟浣嶇殑Excel瀵煎叆妯℃澘 * * @author ly */ -- Gitblit v1.9.3