| | |
| | | declare interface ProjectStateType { |
| | | projectData: Array<ProjectType> |
| | | projectData?: Array<ProjectType> |
| | | developData?: Array<ProjectType> |
| | | searchQuery: { |
| | | pageIndex: number, |
| | | pageSize: number, |
| | |
| | | |
| | | declare interface ProjectType { |
| | | id?: number | null, |
| | | liabilityUserId?: number | null, |
| | | experimentCode: string, |
| | | experimentName: string, |
| | | } |
| | |
| | | experimentName: string, |
| | | experimentType: null | number, |
| | | liabilityUserId: null | number, |
| | | safeLiabilityUserId: null | number, |
| | | safeLiabilityUser: string |
| | | liabilityUserPhone: string, |
| | | safeLiabilityUserPhone: string, |
| | | sisStatus?: null | number, |
| | | safeInformationSystem?: string, |
| | | dep: string, |
| | | siteId: null | number, |
| | | experimentStep: string, |
| | | experimentMethod: string, |
| | | process: string, |
| | | keyProcess: string, |
| | | measure: string, |
| | | timeout: null | number, |
| | | timeoutManager: string, |
| | | closed: null | number, |
| | |
| | | emergencyDrillStatus: string, |
| | | partitionCondition: string, |
| | | note: string, |
| | | expectStartTime: null | number, |
| | | startTime?: string, |
| | | createExperimentTime: string |
| | | persons: SelectPersonType [], |
| | | siteList: SelectRoomType [], |
| | | deviceList: SelectEquipmentType [], |
| | | stuffList: SelectMaterialType [], |
| | | hazardousWasteList: SelectDangerType [] |
| | |
| | | |
| | | }, |
| | | allPersonList: Array<AllPersonListType> |
| | | systemPersonList: Array<SystemPersonType> |
| | | systemPersonList: Array<AllPersonListType> |
| | | allRoomList: Array<RoomType> |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | declare interface AllPersonListType { |
| | | id: null | number, |
| | | id?: null | number, |
| | | personId?: null | number, |
| | | personName: null, |
| | | personAge: null, |
| | |
| | | training:'' |
| | | } |
| | | |
| | | declare interface NewPersonListType { |
| | | depId: number | null |
| | | depName: string |
| | | id: number |
| | | idSerial: string |
| | | idType: number | null |
| | | name: string |
| | | phone: string |
| | | realName: string |
| | | } |
| | | |
| | | declare interface SelectEquipmentType { |
| | | disabled: boolean |
| | | equipmentList: Array<AllEquipmentListType>, |
| | | allEquipmentList: Array<AllEquipmentListType>, |
| | | equipmentTypeList: Array<any>, |
| | | specialDeviceList: Array<Type> |
| | | } |
| | | |
| | | declare interface AllEquipmentListType { |
| | |
| | | deviceName: string, |
| | | devicePower: string, |
| | | specialDevice: string, |
| | | deviceUnit?: null | number, |
| | | safeProtect?: null | number |
| | | } |
| | | |
| | | |
| | |
| | | disabled: boolean |
| | | materialList: Array<AllMaterialListType>, |
| | | allMaterialList: Array<AllMaterialListType>, |
| | | stuffTypeList: Array<stuffType> |
| | | stuffStorageList: Array<stuffType> |
| | | stuffUnitList: Array<stuffType> |
| | | } |
| | | |
| | | declare interface SelectRoomType { |
| | | disabled: boolean |
| | | roomList: Array<roomListType>, |
| | | allRoomList: Array<roomListType>, |
| | | specialDeviceList: Array<stuffType> |
| | | memberList: Array<any> |
| | | typeList: Array<any> |
| | | stuffStorageList: Array<stuffType> |
| | | stuffUnitList: Array<stuffType> |
| | | } |
| | | |
| | | declare interface roomListType { |
| | | siteId?: null | number, |
| | | siteName?: string, |
| | | floor?: string, |
| | | room?: string, |
| | | fireFacilities?: null | number, |
| | | partitionStatus?: null | number, |
| | | siteType?: string, |
| | | } |
| | | |
| | | declare interface stuffType { |
| | | id: null | number, |
| | | name: string |
| | | } |
| | | |
| | | declare interface AllMaterialListType { |