| | |
| | | searchParams: { |
| | | experimentName: string, |
| | | experimentType: null | number, |
| | | assessLevel: null | number, |
| | | } |
| | | }, |
| | | total: 0, |
| | | experimentTypeList: Type [] |
| | | riskLevelList: Type [] |
| | | allRoomList: RoomType [] |
| | | tagBg: Array<string> |
| | | } |
| | | |
| | | declare interface ProjectType { |
| | |
| | | id: number, |
| | | name: string, |
| | | } |
| | | declare interface eType { |
| | | typeId: number, |
| | | typeName: string, |
| | | } |
| | | |
| | | declare interface ProjectDialogType { |
| | | title: string, |
| | |
| | | projectForm: { |
| | | id: null | number, |
| | | experimentName: string, |
| | | experimentType: null | number, |
| | | experimentType: null | number | any, |
| | | typeList: Array<eType>, |
| | | liabilityUser: string |
| | | liabilityUserId: null | number, |
| | | safeLiabilityUser: string |
| | | safeLiabilityUserId: null | number, |
| | | liabilityUserPhone: string, |
| | | safeLiabilityUserPhone: string, |
| | | sisStatus?: null | number, |
| | |
| | | explosionProof: string, |
| | | fireProof: string, |
| | | poisonProof: string, |
| | | hazardousWaste: null | number, |
| | | safeManagerMethod: string, |
| | | emergencyPlan: string, |
| | | emergencyDrill: string, |
| | | emergencyPlanName: string, |
| | | emergencyDrillStatus: string, |
| | | partitionCondition: string, |
| | | emergencyList: Array<emergencyListType>, |
| | | partitionCondition: null | number, |
| | | note: string, |
| | | startTime?: string, |
| | | createExperimentTime: string |
| | |
| | | allPersonList: Array<AllPersonListType> |
| | | systemPersonList: Array<AllPersonListType> |
| | | allRoomList: Array<RoomType> |
| | | experimentTypeList: eType [] |
| | | deptList: Array<any> |
| | | } |
| | | |
| | | declare interface SelectDangerType { |
| | |
| | | declare interface AllPersonListType { |
| | | id?: null | number, |
| | | personId?: null | number, |
| | | personName: null, |
| | | personName: string, |
| | | realName?: string |
| | | personAge: null, |
| | | personGender:'', |
| | | personMajor:'', |
| | |
| | | stuffUnitList: Array<stuffType> |
| | | } |
| | | |
| | | declare interface SelectEmergencyType { |
| | | disabled: boolean |
| | | emergencyList: Array<emergencyListType> |
| | | } |
| | | |
| | | declare interface emergencyListType { |
| | | emergencyPlanName: string, |
| | | emergencyDrillStatus: string, |
| | | emergencyDrill: string, |
| | | emergencyPlan: string |
| | | } |
| | | |
| | | declare interface SelectRoomType { |
| | | disabled: boolean |
| | | roomList: Array<roomListType>, |
| | | allRoomList: Array<roomListType>, |
| | | allRoomList: Array<allRoomListType>, |
| | | specialDeviceList: Array<stuffType> |
| | | memberList: Array<any> |
| | | typeList: Array<any> |
| | |
| | | } |
| | | |
| | | declare interface roomListType { |
| | | siteId?: null | number, |
| | | siteName?: string, |
| | | floor?: string, |
| | | room?: string, |
| | | fireFacilities?: null | number, |
| | | partitionStatus?: null | number, |
| | | siteType?: string, |
| | | siteId: null | number, |
| | | siteName: string, |
| | | floor: string, |
| | | room: string, |
| | | fireFacilities: null | number, |
| | | partitionStatus: null | number, |
| | | siteType: string, |
| | | } |
| | | |
| | | declare interface allRoomListType { |
| | | id: null | number, |
| | | siteName: string, |
| | | floor: string, |
| | | room: string, |
| | | fireFacilities: null | number, |
| | | partitionStatus: null | number, |
| | | siteType: string, |
| | | } |
| | | |
| | | declare interface stuffType { |
| | |
| | | stuffStorage: string, |
| | | stuffUnit: string |
| | | } |
| | | |
| | | |
| | | declare interface ApplyStartDialogType { |
| | | title: string, |