Commit 8a599f53 authored by 李苏's avatar 李苏 💬

大溪沟调整

parent f5047fb0
...@@ -122,56 +122,25 @@ ...@@ -122,56 +122,25 @@
], ],
queryParams: [ queryParams: [
[{
"label": "申请单位",
"prop": "sqdwid",
"span": 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "jcsj/common/bm/queryBz",
"match": {
"value": "id",
"label": "name"
}
}
},
{
"label": "作业等级",
"prop": "zydj",
"span": 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "aqgl/uyxkjzyaqxkz/init/dj/zt",
"match": {
"value": "id",
"label": "name"
}
}
},
{
label: '开始时间',
prop: 'kssj',
span: 6,
type: 'datetime',
value: ''
},
{
label: '结束时间',
prop: 'jssj',
span: 6,
type: 'datetime',
value: ''
}
],
[ [
// {
// "label": "申请单位",
// "prop": "sqdwid",
// "span": 6,
// "type": "RelSelect",
// "value": "",
// "typeConfig": {
// "src": "jcsj/common/bm/queryBz",
// "match": {
// "value": "id",
// "label": "name"
// }
// }
// },
{ {
"label": "公司", "label": "公司",
"prop": "pid", "prop": "pid",
"span": 4, "span": 6,
"type": "RelSelect", "type": "RelSelect",
"value": "", "value": "",
"typeConfig": { "typeConfig": {
...@@ -186,7 +155,7 @@ ...@@ -186,7 +155,7 @@
{ {
"label": "部门", "label": "部门",
"prop": "bmId", "prop": "bmId",
"span": 4, "span": 6,
"type": "RelSelect", "type": "RelSelect",
"value": "", "value": "",
"typeConfig": { "typeConfig": {
...@@ -202,7 +171,7 @@ ...@@ -202,7 +171,7 @@
{ {
"label": "班组", "label": "班组",
"prop": "bzId", "prop": "bzId",
"span": 4, "span": 6,
"type": "RelSelect", "type": "RelSelect",
"value": "", "value": "",
"typeConfig": { "typeConfig": {
...@@ -218,6 +187,39 @@ ...@@ -218,6 +187,39 @@
"label": "bmmc" "label": "bmmc"
} }
} }
},
{
"label": "作业等级",
"prop": "zydj",
"span": 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "aqgl/uyxkjzyaqxkz/init/dj/zt",
"match": {
"value": "id",
"label": "name"
}
}
},
],
[
{
label: '开始时间',
prop: 'kssj',
span: 6,
type: 'datetime',
value: ''
},
{
label: '结束时间',
prop: 'jssj',
span: 6,
type: 'datetime',
value: ''
} }
] ]
], ],
......
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