Commit 977b4d76 authored by yangzhengwu's avatar yangzhengwu

修改页面

parent f4bafb6e
......@@ -420,6 +420,13 @@
span: 6,
type: 'input',
value: ''
},
{
label: '事件描述',
prop: 'sjms',
span: 6,
type: 'input',
value: ''
}
]
......
......@@ -45,6 +45,20 @@
}
}
},
{
"label": "机组编码",
"prop": "jzbm",
"span": 12,
type: 'RelSelect',
typeConfig: {
"src": "sbgl/ujzbm/query",
"match": {
"value": "code",
"label": "name"
},
}
},
{
"label": "工具名称",
"prop": "gjname",
......
......@@ -31,6 +31,16 @@
"value": "id"
}
},
{
title: "机组编码",
field: "jzbm",
width: 140,
transform: {
"url": "sbgl/ujzbm/query",
"label": "name",
"value": "code"
}
},
{
title: "工具名称",
field: "gjname",
......@@ -158,9 +168,9 @@
endValue: new Date().getTime(),
},
{
prop:'gnwz',
prop:'jzbm',
type:'hide',
value:localStorage.getItem('gnwz')
value:(localStorage.getItem('gnwz') || '').charAt(0)
}
]
......
......@@ -43,6 +43,19 @@ export default {
"span": 12,
"type": "input",
},
{
"label": "机组编码",
"prop": "jzbm",
"span": 12,
type: 'RelSelect',
typeConfig: {
"src": "sbgl/ujzbm/query",
"match": {
"value": "code",
"label": "name"
},
}
},
{
"label": "设备名称",
"prop": "sbxx",
......
......@@ -27,6 +27,16 @@
field: "code",
width: 140
},
{
title: "机组编码",
field: "jzbm",
width: 140,
transform: {
"url": "sbgl/ujzbm/query",
"label": "name",
"value": "code"
}
},
{
title: "功能位置",
field: "gnwz",
......@@ -147,9 +157,9 @@
}
},
{
prop:'gnwz',
prop:'jzbm',
type:'hide',
value:localStorage.getItem('gnwz')
value:(localStorage.getItem('gnwz') || '').charAt(0)
}
]
......
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