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 | 67 +++++++++++++++++++++++++++++----
1 files changed, 59 insertions(+), 8 deletions(-)
diff --git a/pages/project/project.json b/pages/project/project.json
index 2196470..68bec41 100644
--- a/pages/project/project.json
+++ b/pages/project/project.json
@@ -1,8 +1,7 @@
{
- "title":"骞虫箹鍝佷笂鏂板彂鐜�",
+ "title": "骞虫箹鍝佷笂鏂板彂鐜�",
"name": "ps",
- "menu": [
- {
+ "menu": [{
"title": "缁勬墭鍏ュ簱",
"name": "pakin",
"url": "/pakin/pakin",
@@ -11,12 +10,64 @@
"width": "90%",
"sort": 1,
"page": {
- "input": [
- {"id":1,"name": "barcode","title": "鎵樼洏鐮�","val": "2","lenCheck": 8,"focus": true},
- {"id":2,"name": "matnr","title": "鐗╂枡鐮�","val": "2","btn": true,"btnName": "鎻愬彇","focus": true}
+ "input": [{
+ "id": 1,
+ "name": "barcode",
+ "title": "鎵樼洏鐮�",
+ "val": "",
+ "lenCheck": 8,
+ "focus": true
+ },
+ {
+ "id": 2,
+ "name": "matnr",
+ "title": "鐗╂枡鐮�",
+ "val": "",
+ "btn": true,
+ "btnName": "鎻愬彇",
+ "focus": false
+ }
],
- "list": {}
-
+ "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"
+ }
+ ]
+
}
},
{
--
Gitblit v1.9.1