From 69a199e56c2262a23d5b71dfefad14482548e42e Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期六, 09 十一月 2024 10:52:18 +0800
Subject: [PATCH] 增加工号
---
pages/project/project.json | 95 ++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 89 insertions(+), 6 deletions(-)
diff --git a/pages/project/project.json b/pages/project/project.json
index 2deaad4..68bec41 100644
--- a/pages/project/project.json
+++ b/pages/project/project.json
@@ -1,9 +1,92 @@
{
- "phps": {
- "name":"骞虫箹鍝佷笂鏂板彂鐜�",
- "menu": [
- {"name": "缁勬墭鍏ュ簱"},
- {"name": "璁㈠崟缁勬墭"}
- ]
+ "title": "骞虫箹鍝佷笂鏂板彂鐜�",
+ "name": "ps",
+ "menu": [{
+ "title": "缁勬墭鍏ュ簱",
+ "name": "pakin",
+ "url": "/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": "/pakin/pakin",
+ "color": "green",
+ "cuIcon": "order",
+ "width": "90%",
+ "sort": 2
+ },
+ {
+ "title": "璁㈠崟缁勬墭",
+ "name": "orderPakin",
+ "url": "/pakin/pakin",
+ "color": "green",
+ "cuIcon": "order",
+ "width": "90%",
+ "sort": 2
}
+ ]
}
\ No newline at end of file
--
Gitblit v1.9.1