|
|
@ -6,32 +6,32 @@ export const tabConfigList = [ |
|
|
|
label: "交通事故", |
|
|
|
formConfig: { |
|
|
|
list: [ |
|
|
|
PresetFormItems.callPolicePersonName, |
|
|
|
PresetFormItems.callPolicePersonPhone, |
|
|
|
Object.assign(PresetFormItems.callPolicePersonName, { key: 'dcEventAccident.reporterName' }), |
|
|
|
Object.assign(PresetFormItems.callPolicePersonPhone, { key: 'dcEventAccident.reporterPhoneNumber' }), |
|
|
|
PresetFormItems.trafficAccidentType, |
|
|
|
PresetFormItems.eventLevel, |
|
|
|
PresetFormItems.locationMode, |
|
|
|
PresetFormItems.route, |
|
|
|
Object.assign(PresetFormItems.locationMode, { key: 'dcEventAccident.locationType' }), |
|
|
|
Object.assign(PresetFormItems.route, { key: 'dcEventAccident.route' }), |
|
|
|
PresetFormItems.direction, |
|
|
|
PresetFormItems.station, |
|
|
|
PresetFormItems.eventHappenTime, |
|
|
|
PresetFormItems.aEstimatedReleaseTime, |
|
|
|
PresetFormItems.pressure, |
|
|
|
PresetFormItems.weatherConditions, |
|
|
|
PresetFormItems.effect, |
|
|
|
PresetFormItems.isArrives, |
|
|
|
PresetFormItems.isMaintenanceAccident, |
|
|
|
PresetFormItems.trafficPolicePhone, |
|
|
|
PresetFormItems.wreckerCalls, |
|
|
|
PresetFormItems.isCongestionAhead, |
|
|
|
PresetFormItems.isForkRoad, |
|
|
|
PresetFormItems.isCurveRoad, |
|
|
|
PresetFormItems.isInTunnel, |
|
|
|
PresetFormItems.spillName, |
|
|
|
PresetFormItems.ownerPhone, |
|
|
|
PresetFormItems.laneOccupancy, |
|
|
|
PresetFormItems.vehicleCondition, |
|
|
|
PresetFormItems.casualties, |
|
|
|
Object.assign(PresetFormItems.pressure, { key: 'dcEventAccident.trafficJam' }), |
|
|
|
Object.assign(PresetFormItems.weatherConditions, { key: 'dcEventAccident.weatherCondition' }), |
|
|
|
Object.assign(PresetFormItems.effect, { key: 'dcEventAccident.impactLevel' }), |
|
|
|
Object.assign(PresetFormItems.isArrives, { key: 'dcEventAccident.isReverseCargo' }), |
|
|
|
Object.assign(PresetFormItems.isMaintenanceAccident, { key: 'dcEventAccident.isMaintenance' }), |
|
|
|
Object.assign(PresetFormItems.trafficPolicePhone, { key: 'dcEventAccident.policeContact' }), |
|
|
|
Object.assign(PresetFormItems.wreckerCalls, { key: 'dcEventAccident.towingServiceContact' }), |
|
|
|
Object.assign(PresetFormItems.isCongestionAhead, { key: 'dcEventAccident.congestionAhead' }), |
|
|
|
Object.assign(PresetFormItems.isForkRoad, { key: 'dcEventAccident.atIntersection' }), |
|
|
|
Object.assign(PresetFormItems.isCurveRoad, { key: 'dcEventAccident.onCurve' }), |
|
|
|
Object.assign(PresetFormItems.isInTunnel, { key: 'dcEventAccident.inTunnel' }), |
|
|
|
Object.assign(PresetFormItems.spillName, { key: 'dcEventAccident.spillageItem' }), |
|
|
|
Object.assign(PresetFormItems.ownerPhone, { key: 'dcEventAccident.vehicleOwnerPhone' }), |
|
|
|
Object.assign(PresetFormItems.laneOccupancy, { key: 'dcEventAccident.laneOccupancy' }), |
|
|
|
PresetFormItems.vehicleCondition('dcEventAccident'), |
|
|
|
PresetFormItems.casualties('dcEventAccident'), |
|
|
|
PresetFormItems.eventTitle, |
|
|
|
PresetFormItems.eventDesc, |
|
|
|
PresetFormItems.source, |
|
|
@ -44,25 +44,25 @@ export const tabConfigList = [ |
|
|
|
formConfig: { |
|
|
|
formOptions: {}, |
|
|
|
list: [ |
|
|
|
PresetFormItems.callPolicePersonName, |
|
|
|
PresetFormItems.callPolicePersonPhone, |
|
|
|
PresetFormItems.trafficAccidentType, |
|
|
|
Object.assign(PresetFormItems.callPolicePersonName, { key: 'dcEventVehicleAccident.reporterName' }), |
|
|
|
Object.assign(PresetFormItems.callPolicePersonPhone, { key: 'dcEventVehicleAccident.reporterPhoneNumber' }), |
|
|
|
PresetFormItems.vehicleMalfunctionType, |
|
|
|
PresetFormItems.eventLevel, |
|
|
|
PresetFormItems.locationMode, |
|
|
|
PresetFormItems.route, |
|
|
|
Object.assign(PresetFormItems.locationMode, { key: 'dcEventVehicleAccident.locationType' }), |
|
|
|
Object.assign(PresetFormItems.route, { key: 'dcEventVehicleAccident.route' }), |
|
|
|
PresetFormItems.direction, |
|
|
|
PresetFormItems.station, |
|
|
|
PresetFormItems.eventHappenTime, |
|
|
|
PresetFormItems.aEstimatedReleaseTime, |
|
|
|
PresetFormItems.pressure, |
|
|
|
PresetFormItems.weatherConditions, |
|
|
|
PresetFormItems.isCongestionAhead, |
|
|
|
PresetFormItems.isForkRoad, |
|
|
|
PresetFormItems.isCurveRoad, |
|
|
|
PresetFormItems.isInTunnel, |
|
|
|
PresetFormItems.laneOccupancy, |
|
|
|
PresetFormItems.vehicleCondition, |
|
|
|
PresetFormItems.casualties, |
|
|
|
Object.assign(PresetFormItems.pressure, { key: 'dcEventVehicleAccident.trafficJam' }), |
|
|
|
Object.assign(PresetFormItems.weatherConditions, { key: 'dcEventVehicleAccident.weatherCondition' }), |
|
|
|
Object.assign(PresetFormItems.isCongestionAhead, { key: 'dcEventVehicleAccident.congestionAhead' }), |
|
|
|
Object.assign(PresetFormItems.isForkRoad, { key: 'dcEventVehicleAccident.atIntersection' }), |
|
|
|
Object.assign(PresetFormItems.isCurveRoad, { key: 'dcEventVehicleAccident.onCurve' }), |
|
|
|
Object.assign(PresetFormItems.isInTunnel, { key: 'dcEventVehicleAccident.inTunnel' }), |
|
|
|
Object.assign(PresetFormItems.laneOccupancy, { key: 'dcEventVehicleAccident.laneOccupancy' }), |
|
|
|
PresetFormItems.vehicleCondition('dcEventVehicleAccident'), |
|
|
|
PresetFormItems.casualties('dcEventVehicleAccident'), |
|
|
|
PresetFormItems.eventTitle, |
|
|
|
PresetFormItems.eventDesc, |
|
|
|
PresetFormItems.source, |
|
|
@ -77,7 +77,7 @@ export const tabConfigList = [ |
|
|
|
list: [ |
|
|
|
{ |
|
|
|
label: "拥堵类型:", |
|
|
|
key: "key01203", |
|
|
|
key: "eventSubclass", |
|
|
|
type: "RadioGroup", |
|
|
|
isAlone: true, |
|
|
|
required: true, |
|
|
@ -85,29 +85,29 @@ export const tabConfigList = [ |
|
|
|
activeColor: "linear-gradient(180deg, #37E7FF 0%, #009BCC 100%)", |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
key: "道路拥堵", |
|
|
|
key: "4-1", |
|
|
|
label: "道路拥堵", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "立交拥堵", |
|
|
|
key: "4-2", |
|
|
|
label: "立交拥堵", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "收费站拥堵", |
|
|
|
key: "4-3", |
|
|
|
label: "收费站拥堵", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "服务区拥堵", |
|
|
|
key: "4-4", |
|
|
|
label: "服务区拥堵", |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
}, |
|
|
|
PresetFormItems.congestionCause, |
|
|
|
Object.assign(PresetFormItems.congestionCause, { key: 'dcEventTrafficCongestion.congestionCause' }), |
|
|
|
PresetFormItems.isInTunnel, |
|
|
|
{ |
|
|
|
label: "拥堵里程:", |
|
|
|
key: "key9666", |
|
|
|
key: "dcEventTrafficCongestion.congestionMileage", |
|
|
|
required: true, |
|
|
|
type: "MultipleLabelItem", |
|
|
|
options: { |
|
|
@ -123,7 +123,7 @@ export const tabConfigList = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "最大拥堵里程:", |
|
|
|
key: "key96669", |
|
|
|
key: "dcEventTrafficCongestion.maxCongestionMileage", |
|
|
|
required: true, |
|
|
|
type: "MultipleLabelItem", |
|
|
|
options: { |
|
|
@ -154,7 +154,7 @@ export const tabConfigList = [ |
|
|
|
list: [ |
|
|
|
{ |
|
|
|
label: "管制设施:", |
|
|
|
key: "key012399", |
|
|
|
key: "eventSubclass", |
|
|
|
type: "RadioGroup", |
|
|
|
isAlone: true, |
|
|
|
required: true, |
|
|
@ -162,27 +162,27 @@ export const tabConfigList = [ |
|
|
|
activeColor: "linear-gradient(180deg, #37E7FF 0%, #009BCC 100%)", |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
key: "主线", |
|
|
|
key: "3-1", |
|
|
|
label: "主线", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "收费站", |
|
|
|
key: "3-2", |
|
|
|
label: "收费站", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "立交", |
|
|
|
key: "3-3", |
|
|
|
label: "立交", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "服务器", |
|
|
|
label: "服务器", |
|
|
|
key: "3-4", |
|
|
|
label: "服务区", |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "管制分类:", |
|
|
|
key: "key0126", |
|
|
|
key: "dcEventTrafficControl.controlType", |
|
|
|
type: "RadioGroup", |
|
|
|
isAlone: true, |
|
|
|
required: true, |
|
|
@ -190,11 +190,11 @@ export const tabConfigList = [ |
|
|
|
activeColor: "linear-gradient(180deg, #37E7FF 0%, #009BCC 100%)", |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
key: "封闭", |
|
|
|
key: "1", |
|
|
|
label: "封闭", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "限行", |
|
|
|
key: "2", |
|
|
|
label: "限行", |
|
|
|
}, |
|
|
|
], |
|
|
@ -202,7 +202,7 @@ export const tabConfigList = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "分类:", |
|
|
|
key: "key0135", |
|
|
|
key: "dcEventTrafficControl.classify", |
|
|
|
type: "RadioGroup", |
|
|
|
isAlone: true, |
|
|
|
required: true, |
|
|
@ -210,7 +210,7 @@ export const tabConfigList = [ |
|
|
|
activeColor: "linear-gradient(180deg, #37E7FF 0%, #009BCC 100%)", |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
key: "主线关闭", |
|
|
|
key: "1", |
|
|
|
label: "主线关闭", |
|
|
|
}, |
|
|
|
], |
|
|
@ -218,7 +218,7 @@ export const tabConfigList = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "分类原因:", |
|
|
|
key: "key0138", |
|
|
|
key: "dcEventTrafficControl.controlCause", |
|
|
|
type: "RadioGroup", |
|
|
|
isAlone: true, |
|
|
|
required: true, |
|
|
@ -226,27 +226,27 @@ export const tabConfigList = [ |
|
|
|
activeColor: "linear-gradient(180deg, #37E7FF 0%, #009BCC 100%)", |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
key: "车流量大", |
|
|
|
key: "1", |
|
|
|
label: "车流量大", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "交通事故", |
|
|
|
key: "2", |
|
|
|
label: "交通事故", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "恶劣天气", |
|
|
|
key: "3", |
|
|
|
label: "恶劣天气", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "施工", |
|
|
|
key: "4", |
|
|
|
label: "施工", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "警备任务", |
|
|
|
key: "5", |
|
|
|
label: "警备任务", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "其他", |
|
|
|
key: "6", |
|
|
|
label: "其他", |
|
|
|
}, |
|
|
|
], |
|
|
@ -255,7 +255,7 @@ export const tabConfigList = [ |
|
|
|
PresetFormItems.isInTunnel, |
|
|
|
{ |
|
|
|
label: "原因类型:", |
|
|
|
key: "key00036", |
|
|
|
key: "dcEventTrafficControl.causeType", |
|
|
|
type: "select", |
|
|
|
}, |
|
|
|
PresetFormItems.freeway, |
|
|
@ -264,8 +264,40 @@ export const tabConfigList = [ |
|
|
|
{ |
|
|
|
label: "措施:", |
|
|
|
required: true, |
|
|
|
key: "key2139", |
|
|
|
key: "dcEventTrafficControl.measure", |
|
|
|
type: "select", |
|
|
|
options: { |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
value: "1", |
|
|
|
label: "临时关闭", |
|
|
|
}, |
|
|
|
{ |
|
|
|
value: "2", |
|
|
|
label: "限行车辆", |
|
|
|
}, |
|
|
|
{ |
|
|
|
value: "3", |
|
|
|
label: "限行车道", |
|
|
|
}, |
|
|
|
{ |
|
|
|
value: "4", |
|
|
|
label: "限行车道且限行车辆", |
|
|
|
}, |
|
|
|
{ |
|
|
|
value: "5", |
|
|
|
label: "间隔放行", |
|
|
|
}, |
|
|
|
{ |
|
|
|
value: "6", |
|
|
|
label: "并道行驶", |
|
|
|
}, |
|
|
|
{ |
|
|
|
value: "7", |
|
|
|
label: "限速", |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
}, |
|
|
|
PresetFormItems.station, |
|
|
|
PresetFormItems.startTime, |
|
|
@ -285,7 +317,7 @@ export const tabConfigList = [ |
|
|
|
list: [ |
|
|
|
{ |
|
|
|
label: "异常分类:", |
|
|
|
key: "key012039", |
|
|
|
key: "eventSubclass", |
|
|
|
type: "RadioGroup", |
|
|
|
isAlone: true, |
|
|
|
required: true, |
|
|
@ -293,15 +325,15 @@ export const tabConfigList = [ |
|
|
|
activeColor: "linear-gradient(180deg, #37E7FF 0%, #009BCC 100%)", |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
key: "封闭、暂停营业", |
|
|
|
key: "8-1", |
|
|
|
label: "封闭、暂停营业", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "重要设施停用", |
|
|
|
key: "8-2", |
|
|
|
label: "重要设施停用", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "其他异常", |
|
|
|
key: "8-3", |
|
|
|
label: "其他异常", |
|
|
|
}, |
|
|
|
], |
|
|
@ -311,7 +343,7 @@ export const tabConfigList = [ |
|
|
|
PresetFormItems.direction, |
|
|
|
{ |
|
|
|
label: "服务区:", |
|
|
|
key: "key3666", |
|
|
|
key: "dcEventServiceArea.facilityId", |
|
|
|
type: "select", |
|
|
|
isAlone: true, |
|
|
|
required: true, |
|
|
@ -326,7 +358,7 @@ export const tabConfigList = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "出入口:", |
|
|
|
key: "key01203", |
|
|
|
key: "dcEventServiceArea.exitsInlets", |
|
|
|
type: "RadioGroup", |
|
|
|
isAlone: true, |
|
|
|
required: true, |
|
|
@ -334,11 +366,11 @@ export const tabConfigList = [ |
|
|
|
activeColor: "linear-gradient(180deg, #37E7FF 0%, #009BCC 100%)", |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
key: "出口", |
|
|
|
key: "1", |
|
|
|
label: "出口", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "入口", |
|
|
|
key: "2", |
|
|
|
label: "入口", |
|
|
|
}, |
|
|
|
], |
|
|
@ -361,7 +393,7 @@ export const tabConfigList = [ |
|
|
|
list: [ |
|
|
|
{ |
|
|
|
label: "事件说明:", |
|
|
|
key: "key00036", |
|
|
|
key: "eventSourceTips", |
|
|
|
isAlone: true, |
|
|
|
options: { |
|
|
|
type: "textarea", |
|
|
@ -392,7 +424,7 @@ export const tabConfigList = [ |
|
|
|
list: [ |
|
|
|
{ |
|
|
|
label: "类型:", |
|
|
|
key: "key0123", |
|
|
|
key: "eventSubclass", |
|
|
|
type: "RadioGroup", |
|
|
|
isAlone: true, |
|
|
|
required: true, |
|
|
@ -400,27 +432,27 @@ export const tabConfigList = [ |
|
|
|
activeColor: "linear-gradient(180deg, #37E7FF 0%, #009BCC 100%)", |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
key: "摄像机", |
|
|
|
key: "9-1", |
|
|
|
label: "摄像机", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "护栏", |
|
|
|
key: "9-2", |
|
|
|
label: "护栏", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "隔离栅", |
|
|
|
key: "9-3", |
|
|
|
label: "隔离栅", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "情报板", |
|
|
|
key: "9-4", |
|
|
|
label: "情报板", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "防眩板", |
|
|
|
key: "9-5", |
|
|
|
label: "防眩板", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "其他", |
|
|
|
key: "9-6", |
|
|
|
label: "其他", |
|
|
|
}, |
|
|
|
], |
|
|
@ -428,7 +460,7 @@ export const tabConfigList = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "设备补充说明:", |
|
|
|
key: "key00036", |
|
|
|
key: "eventSourceTips", |
|
|
|
isAlone: true, |
|
|
|
options: { |
|
|
|
type: "textarea", |
|
|
@ -460,7 +492,7 @@ export const tabConfigList = [ |
|
|
|
list: [ |
|
|
|
{ |
|
|
|
label: "异常天气:", |
|
|
|
key: "key0123", |
|
|
|
key: "eventSubclass", |
|
|
|
type: "RadioGroup", |
|
|
|
isAlone: true, |
|
|
|
required: true, |
|
|
@ -468,54 +500,66 @@ export const tabConfigList = [ |
|
|
|
activeColor: "linear-gradient(180deg, #37E7FF 0%, #009BCC 100%)", |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
key: "雨", |
|
|
|
key: "10-1", |
|
|
|
label: "雨", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "雪", |
|
|
|
key: "10-2", |
|
|
|
label: "雪", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "雾", |
|
|
|
key: "10-3", |
|
|
|
label: "雾", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "大风", |
|
|
|
key: "10-4", |
|
|
|
label: "大风", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "低温寒潮", |
|
|
|
key: "10-5", |
|
|
|
label: "低温寒潮", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "路面积雪", |
|
|
|
key: "10-6", |
|
|
|
label: "路面积雪", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "路面结冰", |
|
|
|
key: "10-7", |
|
|
|
label: "路面结冰", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "路面积水", |
|
|
|
key: "10-8", |
|
|
|
label: "路面积水", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "其他", |
|
|
|
key: "10-9", |
|
|
|
label: "其他", |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
}, |
|
|
|
PresetFormItems.weatherConditions, |
|
|
|
Object.assign(PresetFormItems.weatherConditions, { key: 'dcEventAbnormalWeather.weatherSituation' }), |
|
|
|
PresetFormItems.additionalNotes, |
|
|
|
PresetFormItems.freeway, |
|
|
|
PresetFormItems.direction, |
|
|
|
PresetFormItems.startEndStation, |
|
|
|
{ |
|
|
|
label: "紧急级别:", |
|
|
|
key: "key207", |
|
|
|
key: "dcEventAbnormalWeather.emergencyLevel", |
|
|
|
required: true, |
|
|
|
type: "select", |
|
|
|
options: { |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
value: "1", |
|
|
|
label: "一般", |
|
|
|
}, |
|
|
|
{ |
|
|
|
value: "2", |
|
|
|
label: "紧急", |
|
|
|
}, |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
PresetFormItems.isInTunnel, |
|
|
|
PresetFormItems.startTime, |
|
|
@ -555,7 +599,7 @@ export const tabConfigList = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "施工分类:", |
|
|
|
key: "key0126", |
|
|
|
key: "eventSubclass", |
|
|
|
type: "RadioGroup", |
|
|
|
isAlone: true, |
|
|
|
required: true, |
|
|
@ -563,23 +607,23 @@ export const tabConfigList = [ |
|
|
|
activeColor: "linear-gradient(180deg, #37E7FF 0%, #009BCC 100%)", |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
key: "道路养护施工", |
|
|
|
key: "7-1", |
|
|
|
label: "道路养护施工", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "收费站养护施工", |
|
|
|
key: "7-2", |
|
|
|
label: "收费站养护施工", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "服务区养护施工", |
|
|
|
key: "7-3", |
|
|
|
label: "服务区养护施工", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "枢纽立交匝道养护施工", |
|
|
|
key: "7-4", |
|
|
|
label: "枢纽立交匝道养护施工", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "地方道路养护施工", |
|
|
|
key: "7-5", |
|
|
|
label: "地方道路养护施工", |
|
|
|
}, |
|
|
|
], |
|
|
@ -587,7 +631,7 @@ export const tabConfigList = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "管制方式:", |
|
|
|
key: "key0135", |
|
|
|
key: "dcEventConstruction.controlMode", |
|
|
|
type: "RadioGroup", |
|
|
|
isAlone: true, |
|
|
|
required: true, |
|
|
@ -595,25 +639,25 @@ export const tabConfigList = [ |
|
|
|
activeColor: "linear-gradient(180deg, #37E7FF 0%, #009BCC 100%)", |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
key: "封闭", |
|
|
|
key: "1", |
|
|
|
label: "封闭", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "不封闭", |
|
|
|
key: "2", |
|
|
|
label: "不封闭", |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
}, |
|
|
|
PresetFormItems.isInTunnel, |
|
|
|
PresetFormItems.locationType, |
|
|
|
Object.assign(PresetFormItems.locationType, { key: 'dcEventConstruction.locationType' }), |
|
|
|
PresetFormItems.freeway, |
|
|
|
PresetFormItems.direction, |
|
|
|
PresetFormItems.station, |
|
|
|
PresetFormItems.emptyLine, |
|
|
|
{ |
|
|
|
label: "特殊地点描述:", |
|
|
|
key: "key00036", |
|
|
|
key: "dcEventConstruction.specialPlaceDescription", |
|
|
|
isAlone: true, |
|
|
|
options: { |
|
|
|
type: "textarea", |
|
|
@ -623,8 +667,8 @@ export const tabConfigList = [ |
|
|
|
showWordLimit: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
PresetFormItems.specialConstruction, |
|
|
|
PresetFormItems.constructionMeasurement, |
|
|
|
Object.assign(PresetFormItems.specialConstruction, { key: 'dcEventConstruction.specialConstruction' }), |
|
|
|
Object.assign(PresetFormItems.constructionMeasurement, { key: 'dcEventConstruction.constructionMeasurement' }), |
|
|
|
PresetFormItems.startTime, |
|
|
|
PresetFormItems.expectedEndTime, |
|
|
|
PresetFormItems.remark, |
|
|
@ -642,7 +686,7 @@ export const tabConfigList = [ |
|
|
|
list: [ |
|
|
|
{ |
|
|
|
label: "障碍物类型:", |
|
|
|
key: "key0123", |
|
|
|
key: "eventSubclass", |
|
|
|
type: "RadioGroup", |
|
|
|
isAlone: true, |
|
|
|
required: true, |
|
|
@ -650,23 +694,23 @@ export const tabConfigList = [ |
|
|
|
activeColor: "linear-gradient(180deg, #37E7FF 0%, #009BCC 100%)", |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
key: "烟雾", |
|
|
|
key: "6-1", |
|
|
|
label: "烟雾", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "倒伏树木", |
|
|
|
key: "6-2", |
|
|
|
label: "倒伏树木", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "撒落物", |
|
|
|
key: "6-3", |
|
|
|
label: "撒落物", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "动物", |
|
|
|
key: "6-4", |
|
|
|
label: "动物", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "其他", |
|
|
|
key: "6-5", |
|
|
|
label: "其他", |
|
|
|
}, |
|
|
|
], |
|
|
|