From a6baad20258a61d9ce9a786029ca4cb63a7c992e Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期二, 21 四月 2026 17:31:33 +0800
Subject: [PATCH] 优化出入库功能,新增对未完全入库和出库商品的检查,更新相关API接口以支持审批人字段的统一命名

---
 src/pages_qiun/static/json/user-server/1.json |   62 +++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/src/pages_qiun/static/json/user-server/1.json b/src/pages_qiun/static/json/user-server/1.json
new file mode 100644
index 0000000..c381732
--- /dev/null
+++ b/src/pages_qiun/static/json/user-server/1.json
@@ -0,0 +1,62 @@
+[
+	{
+		"series": [{
+			"color": "#fff",
+			"data": 0.224,
+			"precent":"22.4%",
+			"index": 0,
+			"legendShape": "circle",
+			"name": "B2C閿�鍞",
+			"pointShape": "circle",
+			"show": true,
+			"type": "arcbar",
+			"value":"12786",
+			"backgroundColor":"#00AEF9"
+		}]
+	},
+	{
+		"series": [{
+			"color": "#fff",
+			"data": 0.3717,
+			"precent":"37.17%",
+			"index": 0,
+			"legendShape": "circle",
+			"name": "B2C姣涘埄鐜�",
+			"pointShape": "circle",
+			"show": true,
+			"type": "arcbar",
+			"value":"1096",
+			"backgroundColor":"#F55676"
+		}]
+	},
+	{
+		"series": [{
+			"color": "#fff",
+			"data": 0.0017,
+			"precent":"0.17%",
+			"index": 0,
+			"legendShape": "circle",
+			"name": "O2O閿�鍞",
+			"pointShape": "circle",
+			"show": true,
+			"type": "arcbar",
+			"value":"147604",
+			"backgroundColor":"#FAB215"
+		}]
+	},
+	{
+		"series": [{
+			"color": "#fff",
+			"data": 0.6321,
+			"precent":"63.21%",
+			"index": 0,
+			"legendShape": "circle",
+			"name": "O2O姣涘埄鐜�",
+			"pointShape": "circle",
+			"show": true,
+			"type": "arcbar",
+			"value":"173",
+			"backgroundColor":"#2EC693"
+		}]
+	}
+]
\ No newline at end of file

--
Gitblit v1.9.3