Commit 977b4d76 authored by yangzhengwu's avatar yangzhengwu

修改页面

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