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 | 104 +++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 98 insertions(+), 6 deletions(-)
diff --git a/pages/project/project.json b/pages/project/project.json
index 2deaad4..e4d3ab9 100644
--- a/pages/project/project.json
+++ b/pages/project/project.json
@@ -1,9 +1,101 @@
{
- "phps": {
- "name":"骞虫箹鍝佷笂鏂板彂鐜�",
- "menu": [
- {"name": "缁勬墭鍏ュ簱"},
- {"name": "璁㈠崟缁勬墭"}
- ]
+ "title": "骞虫箹鍝佷笂鏂板彂鐜�",
+ "name": "ps",
+ "menu": [{
+ "title": "缁勬墭鍏ュ簱",
+ "name": "pakin",
+ "url": "/pages/project/pakin/pakin",
+ "color": "cyan",
+ "cuIcon": "pullup",
+ "width": "90%",
+ "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": "/pages/project/pakin/pakin",
+ "color": "green",
+ "cuIcon": "order",
+ "width": "90%",
+ "sort": 2
+ },
+ {
+ "title": "璁㈠崟缁勬墭",
+ "name": "orderPakin",
+ "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
}
+ ]
}
\ No newline at end of file
--
Gitblit v1.9.1