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

调整zydj

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