From a2019ade7b884799e639150021c3cdeef27eea72 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期六, 09 十一月 2024 11:40:52 +0800
Subject: [PATCH] 增加工号ui修改
---
pages/project/project.json | 66 +++++++++++++++++++++++++++++++--
1 files changed, 62 insertions(+), 4 deletions(-)
diff --git a/pages/project/project.json b/pages/project/project.json
index a2db84b..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",
@@ -10,7 +9,66 @@
"cuIcon": "pullup",
"width": "90%",
"sort": 1,
- "page": 0
+ "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": "璁㈠崟缁勬墭",
--
Gitblit v1.9.1