From f4078b75fe80f03e58af3217bf642d0de118d1c9 Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周四, 09 5月 2024 13:01:19 +0800
Subject: [PATCH] 流程图

---
 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