From c054059c05608b1c7235e18b3da0dfa095ebfe4d Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 22 九月 2023 10:45:18 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/WMS

---
 src/api/data.js |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/src/api/data.js b/src/api/data.js
index f98678f..36a8533 100644
--- a/src/api/data.js
+++ b/src/api/data.js
@@ -138,6 +138,38 @@
     id: 2
   }
 ]
+// 浣嶇疆
+// 浣嶇疆绫诲瀷
+const positionType=[
+  {
+    name: "渚涘簲鍟嗕綅缃�",
+    id: 1
+  },
+  {
+    name: "瑙嗗浘",
+    id: 2
+  },
+  {
+    name: "鍐呴儴浣嶇疆",
+    id: 3
+  },
+  {
+    name: "瀹㈡埛浣嶇疆",
+    id: 4
+  },
+  {
+    name: "搴撳瓨鎹熷け",
+    id: 5
+  },
+  {
+    name: "鐢熶骇",
+    id: 6
+  },
+  {
+    name: "涓浆浣嶇疆",
+    id: 7
+  }
+]
 export const getDataByType = (type) => {
   if (type == "purchaseStatus") {
     return purchaseStatus
@@ -157,5 +189,7 @@
     return costingMethod
   }else if(type=='inventoryValuation'){
     return inventoryValuation
+  }else if(type=='positionType'){
+    return positionType;
   }
 }

--
Gitblit v1.8.0