|
|
|
@ -28,7 +28,7 @@ export class OilStationInfoComponent implements OnInit {
|
|
|
|
|
laneNumber: [null], |
|
|
|
|
address: [null], |
|
|
|
|
locationName: [null], |
|
|
|
|
companyName: [null], |
|
|
|
|
companyName: [null, [Validators.required]], |
|
|
|
|
leaderName: [null], |
|
|
|
|
leaderContact: [null], |
|
|
|
|
stationLevel: [null], |
|
|
|
@ -184,10 +184,10 @@ export class OilStationInfoComponent implements OnInit {
|
|
|
|
|
{ name: '', connectTanker: '', connectOilTank: '', designPaper: '' } |
|
|
|
|
], |
|
|
|
|
oilVaporRecovery: [ |
|
|
|
|
{ name: '', onceSystemType: '', twiceSystemType: 0, twicePumpType: '', thriceProcessingUnit: '', monitoringDevice: '', designPaper: '' } |
|
|
|
|
{ name: '油气回收管线', onceSystemType: '将卸油时产生的油气进行回收', twiceSystemType: 1, twicePumpType: 'mini9000', thriceProcessingUnit: '冷凝+吸附', monitoringDevice: '监测气液比、密闭性,出现异常可及时预警', designPaper: '' } |
|
|
|
|
], |
|
|
|
|
valve: [ |
|
|
|
|
{ name: '', description: '' } |
|
|
|
|
{ name: 'P/V阀(机械呼吸阀)', description: '阀内设计双向开启功能,阀门处于常闭状态,当油罐压力/真空达到阀门预设压力/真空值时,阀门自行打开进行排气/吸气,以维持油罐内压力与大气压保持平衡。' } |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|