Commit 33135156 authored by 李苏's avatar 李苏 💬

调整zydj

parent a7c3f938
<template> <template>
<RelDialog width="50%" :type='type' :editApp='editApp' :app='app' :buttonApp='buttonApp'> <RelDialog width="50%" :type='type' :editApp='editApp' :app='app' :buttonApp='buttonApp'>
<el-form slot="form" ref="form" :model="form" label-width="100px" :rules="rules"> <el-form slot="form" ref="form" :model="form" label-width="140px" :rules="rules">
<el-row :gutter="20" :app="this"> <el-row :gutter="20" :app="this">
<EditColItem :required="item.required||false" :readonly="item.readonly?true:false " <EditColItem :required="item.required||false" :readonly="item.readonly?true:false "
v-for="(item,index) in editColItemList " :value="item.value" :span="item.span" :label="item.label" v-for="(item,index) in editColItemList " :value="item.value" :span="item.span" :label="item.label"
...@@ -49,7 +49,19 @@ ...@@ -49,7 +49,19 @@
linkParams: ['pid'], linkParams: ['pid'],
} }
}, },
{
label: '作业等级',
prop: 'zydj',
span: 12,
type: 'RelSelect',
"typeConfig": {
"src": "aqgl/rcgl/uwhfcgzyqd/init/dj/zt",
"match": {
"value": "id",
"label": "name"
}
},
},
{ {
label: '作业类型', label: '作业类型',
prop: 'ufcgzylxid', prop: 'ufcgzylxid',
...@@ -63,6 +75,7 @@ ...@@ -63,6 +75,7 @@
} }
}, },
}, },
{ {
label: '主要危险因素', label: '主要危险因素',
prop: 'zywxyswhId', prop: 'zywxyswhId',
...@@ -91,7 +104,7 @@ ...@@ -91,7 +104,7 @@
} }
}, },
{ {
label: '负责人联系方式', label: '安全负责人联系方式',
prop: 'fzrPhone', prop: 'fzrPhone',
span: 12, span: 12,
type: 'input', type: 'input',
...@@ -115,25 +128,25 @@ ...@@ -115,25 +128,25 @@
type: 'datetime', type: 'datetime',
value:new Date().getTime() value:new Date().getTime()
}, },
{ // {
label: '安全防护措施', // label: '安全防护措施',
prop: 'aqfhcsId', // prop: 'aqfhcsId',
span: 24, // span: 24,
type: 'RelMulSelect', // type: 'RelMulSelect',
"typeConfig": { // "typeConfig": {
"src": "aqgl/rcgl/uaqfhcs/query", // "src": "aqgl/rcgl/uaqfhcs/query",
"match": { // "match": {
"value": "id", // "value": "id",
"label": "name" // "label": "name"
} // }
}, // },
}, // },
{ // {
label: '作业工具器', // label: '作业工具器',
prop: 'zygqj', // prop: 'zygqj',
span: 24, // span: 24,
type: 'input', // type: 'input',
}, // },
{ {
......
...@@ -68,16 +68,16 @@ ...@@ -68,16 +68,16 @@
field: "zywxyswhName", field: "zywxyswhName",
width: 140 width: 140
}, },
{ // {
title: "安全防护措施", // title: "安全防护措施",
field: "aqfhcsName", // field: "aqfhcsName",
width: 140 // width: 140
}, // },
{ // {
title: "作业工具器", // title: "作业工具器",
field: "zygqj", // field: "zygqj",
width: 140 // width: 140
}, // },
{ {
title: "作业地点", title: "作业地点",
field: "zydd", field: "zydd",
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
width: 140 width: 140
}, },
{ {
title: "负责人联系方式", title: "安全负责人联系方式",
field: "fzrPhone", field: "fzrPhone",
width: 200 width: 200
}, },
...@@ -127,14 +127,28 @@ ...@@ -127,14 +127,28 @@
[{ [{
label: '单号', label: '单号',
prop: 'djid', prop: 'djid',
span: 4, span: 6,
type: 'input', type: 'input',
value: '' value: ''
}, },
{
"label": "作业等级",
"prop": "zydj",
"span": 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "aqgl/rcgl/uwhfcgzyqd/init/dj/zt",
"match": {
"value": "id",
"label": "name"
}
}
},
{ {
"label": "作业类型", "label": "作业类型",
"prop": "ufcgzylxid", "prop": "ufcgzylxid",
"span": 4, "span": 6,
"type": "RelSelect", "type": "RelSelect",
"value": "", "value": "",
"typeConfig": { "typeConfig": {
...@@ -148,7 +162,7 @@ ...@@ -148,7 +162,7 @@
{ {
"label": "部门", "label": "部门",
"prop": "bmid", "prop": "bmid",
"span": 4, "span": 6,
"type": "RelSelect", "type": "RelSelect",
"value": "", "value": "",
"typeConfig": { "typeConfig": {
...@@ -159,6 +173,10 @@ ...@@ -159,6 +173,10 @@
} }
} }
}, },
],
[
{ {
label: '开始时间', label: '开始时间',
prop: 'kssj', prop: 'kssj',
...@@ -173,10 +191,7 @@ ...@@ -173,10 +191,7 @@
type: 'datetime', type: 'datetime',
value: '' value: ''
} }
]
],
// [
// ]
], ],
/* 默认启停用 */ /* 默认启停用 */
showqt: false, showqt: false,
......
...@@ -59,6 +59,19 @@ ...@@ -59,6 +59,19 @@
span: 12, span: 12,
type: 'input', type: 'input',
}, },
{
label: '作业等级',
prop: 'zydj',
span: 12,
type: 'RelSelect',
"typeConfig": {
"src": "aqgl/uyxkjzyaqxkz/init/dj/zt",
"match": {
"value": "id",
"label": "name"
}
},
},
{ {
label: '作业开始时间', label: '作业开始时间',
prop: 'zykssj', prop: 'zykssj',
......
...@@ -126,6 +126,20 @@ ...@@ -126,6 +126,20 @@
} }
} }
}, },
{
"label": "作业等级",
"prop": "zydj",
"span": 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "aqgl/uyxkjzyaqxkz/init/dj/zt",
"match": {
"value": "id",
"label": "name"
}
}
},
{ {
label: '开始时间', label: '开始时间',
prop: 'kssj', prop: 'kssj',
...@@ -141,6 +155,7 @@ ...@@ -141,6 +155,7 @@
value: '' 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