#
whycq
2023-12-01 d8e6f395fea1419c73f6b6f0a2ddd75eac3eed84
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
      }
   ]
}