From 9ab6b38c098f857f2ce0772693142c930e4f9b6d Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期六, 30 三月 2024 10:44:03 +0800
Subject: [PATCH] #

---
 pages/project/project.json |   84 ++++++++++++++++++++++++++++++++++++++---
 1 files changed, 77 insertions(+), 7 deletions(-)

diff --git a/pages/project/project.json b/pages/project/project.json
index e10dc39..e4d3ab9 100644
--- a/pages/project/project.json
+++ b/pages/project/project.json
@@ -1,30 +1,100 @@
 {
-	"title":"骞虫箹鍝佷笂鏂板彂鐜�",
+	"title": "骞虫箹鍝佷笂鏂板彂鐜�",
 	"name": "ps",
-	"menu": [
-		{
+	"menu": [{
 			"title": "缁勬墭鍏ュ簱",
 			"name": "pakin",
-			"url": "/pakin/pakin",
+			"url": "/pages/project/pakin/pakin",
 			"color": "cyan",
 			"cuIcon": "pullup",
 			"width": "90%",
-			"sort": 1
+			"sort": 1,
+			"page": {
+				"input": [{
+						"id": 1,
+						"name": "barcode",
+						"title": "鎵樼洏鐮�",
+						"val": "",
+						"lenCheck": 8,
+						"focus": true
+					},
+					{
+						"id": 2,
+						"name": "matnr",
+						"title": "鐗╂枡鐮�",
+						"val": "",
+						"btn": true,
+						"btnName": "鎻愬彇",
+						"focus": false
+					}
+				],
+				"input1": {
+					"attribute": "barcode",
+					"lable": "鎵樼洏鐮�",
+					"length": 8,
+					"scanCode": true
+				},
+				"input2": {
+					"attribute": "matnr",
+					"lable": "鐗╂枡鐮�"
+				},
+				"lable": [{
+						"label": "鍟嗗搧鐮�",
+						"attribute": "matnr",
+						"value": "fbr3242",
+						"valText": "val-text"
+					},
+					{
+						"label": "鍟嗗搧鍚嶇О",
+						"attribute": "maktx",
+						"value": "fbr3242"
+					},
+					{
+						"label": "瑙勬牸",
+						"attribute": "specs",
+						"value": "fbr3242"
+					},
+					{
+						"label": "鎵瑰彿",
+						"attribute": "batch",
+						"value": "fbr3242"
+					},
+					{
+						"label": "鏁伴噺",
+						"attribute": "count",
+						"value": 9999,
+						"type": "number-box",
+						"valText": "val-num"
+					}
+				]
+
+			}
 		},
 		{
 			"title": "璁㈠崟缁勬墭",
 			"name": "orderPakin",
-			"url": "/pakin/pakin",
+			"url": "/pages/project/pakin/pakin",
 			"color": "green",
 			"cuIcon": "order",
+			"width": "90%",
 			"sort": 2
 		},
 		{
 			"title": "璁㈠崟缁勬墭",
 			"name": "orderPakin",
-			"url": "/pakin/pakin",
+			"url": "/pages/project/pakin/pakin",
 			"color": "green",
 			"cuIcon": "order",
+			"width": "90%",
+			"sort": 2
+		},
+		{
+			"title": "璐﹀彿",
+			"name": "account",
+			"url": "/pages/user/user",
+			"color": "green",
+			"cuIcon": "order",
+			"width": "90%",
 			"sort": 2
 		}
 	]

--
Gitblit v1.9.1