Commit 4a8e64cf authored by yangzhengwu's avatar yangzhengwu

修改页面

parent ad040aa4
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
"typeConfig": { "typeConfig": {
"src": "sbgl/ujzbm/query", "src": "sbgl/ujzbm/query",
"match": { "match": {
"value": "id", "value": "code",
"label": "name" "label": "name"
} }
} }
......
...@@ -63,6 +63,18 @@ ...@@ -63,6 +63,18 @@
"span": 12, "span": 12,
"type": "input" "type": "input"
}, },
{
"label": "工具规格",
"prop": "gjgg",
"span": 12,
"type": "input"
},
{
"label": "工具数量",
"prop": "gjsl",
"span": 12,
"type": "inputNumber"
},
{ {
"label": "责任专业(三字码)", "label": "责任专业(三字码)",
"prop": "zrzy", "prop": "zrzy",
...@@ -99,12 +111,6 @@ ...@@ -99,12 +111,6 @@
"span": 12, "span": 12,
"type": "date" "type": "date"
}, },
{
"label": "工具数量",
"prop": "gjsl",
"span": 12,
"type": "inputNumber"
},
{ {
"label": "备注", "label": "备注",
"prop": "bz", "prop": "bz",
......
...@@ -53,6 +53,16 @@ ...@@ -53,6 +53,16 @@
field: "gjcz", field: "gjcz",
width: 140 width: 140
}, },
{
title: "工具规格",
field: "gjgg",
width: 140
},
{
title: "工具数量",
field: "gjsl",
width: 140
},
{ {
title: "责任专业(三字码)", title: "责任专业(三字码)",
field: "zrzy", field: "zrzy",
...@@ -85,11 +95,6 @@ ...@@ -85,11 +95,6 @@
width: 180, width: 180,
fieldType: "ftDate" fieldType: "ftDate"
}, },
{
title: "工具数量",
field: "gjsl",
width: 140
},
{ {
title: "备注", title: "备注",
field: "bz", field: "bz",
......
...@@ -37,6 +37,12 @@ export default { ...@@ -37,6 +37,12 @@ export default {
"type": "input", "type": "input",
required: true, required: true,
}, },
{
"label": "编码",
"prop": "code",
"span": 12,
"type": "input",
},
{ {
"label": "设备名称", "label": "设备名称",
"prop": "sbxx", "prop": "sbxx",
...@@ -44,6 +50,19 @@ export default { ...@@ -44,6 +50,19 @@ export default {
"type": "input", "type": "input",
required: true, required: true,
}, },
{
"label": "设备类型",
"prop": "sblxid",
"span": 12,
"type": "RelSelect",
"typeConfig": {
"src": "sbgl/usblx/query",
"match": {
"value": "id",
"label": "name"
}
}
},
{ {
"label": "材质", "label": "材质",
"prop": "cz", "prop": "cz",
......
...@@ -44,6 +44,16 @@ ...@@ -44,6 +44,16 @@
field: "sbxx", field: "sbxx",
width: 140 width: 140
}, },
{
title: "设备类型",
field: "sblxid",
width: 140,
transform: {
"url": "sbgl/usblx/query",
"label": "name",
"value": "id"
}
},
{ {
title: "材质", title: "材质",
field: "cz", field: "cz",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment