Commit 4a8e64cf authored by yangzhengwu's avatar yangzhengwu

修改页面

parent ad040aa4
......@@ -92,7 +92,7 @@
"typeConfig": {
"src": "sbgl/ujzbm/query",
"match": {
"value": "id",
"value": "code",
"label": "name"
}
}
......
......@@ -63,6 +63,18 @@
"span": 12,
"type": "input"
},
{
"label": "工具规格",
"prop": "gjgg",
"span": 12,
"type": "input"
},
{
"label": "工具数量",
"prop": "gjsl",
"span": 12,
"type": "inputNumber"
},
{
"label": "责任专业(三字码)",
"prop": "zrzy",
......@@ -99,12 +111,6 @@
"span": 12,
"type": "date"
},
{
"label": "工具数量",
"prop": "gjsl",
"span": 12,
"type": "inputNumber"
},
{
"label": "备注",
"prop": "bz",
......
......@@ -53,6 +53,16 @@
field: "gjcz",
width: 140
},
{
title: "工具规格",
field: "gjgg",
width: 140
},
{
title: "工具数量",
field: "gjsl",
width: 140
},
{
title: "责任专业(三字码)",
field: "zrzy",
......@@ -85,11 +95,6 @@
width: 180,
fieldType: "ftDate"
},
{
title: "工具数量",
field: "gjsl",
width: 140
},
{
title: "备注",
field: "bz",
......
......@@ -37,6 +37,12 @@ export default {
"type": "input",
required: true,
},
{
"label": "编码",
"prop": "code",
"span": 12,
"type": "input",
},
{
"label": "设备名称",
"prop": "sbxx",
......@@ -44,6 +50,19 @@ export default {
"type": "input",
required: true,
},
{
"label": "设备类型",
"prop": "sblxid",
"span": 12,
"type": "RelSelect",
"typeConfig": {
"src": "sbgl/usblx/query",
"match": {
"value": "id",
"label": "name"
}
}
},
{
"label": "材质",
"prop": "cz",
......
......@@ -44,6 +44,16 @@
field: "sbxx",
width: 140
},
{
title: "设备类型",
field: "sblxid",
width: 140,
transform: {
"url": "sbgl/usblx/query",
"label": "name",
"value": "id"
}
},
{
title: "材质",
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