增加UPLOAD_FILE_TYPE_ENUM
parent
a17906f072
commit
274cc26d73
|
|
@ -120,6 +120,8 @@ export declare const UPLOAD_FILE_TYPE_ENUM: {
|
|||
185: 185; // major_temporary_disposal_information_rectification 重大隐患-临时处置信息(整改)
|
||||
186: 186; // major_hidden_danger_rectification_plan 重大隐患-隐患整改方案
|
||||
187: 187; // major_hidden_rectification_process_record 重大隐患-隐患整改过程记录
|
||||
188: 188; // attachment_to_safety_responsibility 安全责任清单 清单附件
|
||||
189: 189; // feedback_attachment_of_safety_responsibility 安全责任清单 清单反馈附件
|
||||
302: 302; // fire_safety_inspection_passed_images - 消防点检检查合格
|
||||
407: 407; // special_operation_restricted_space_ledger_attachment - 特殊作业-受限空间作业台账附件
|
||||
701: 701; // material_equipment_warehouse_equipment_facilities - 物资装备库-设备设施
|
||||
|
|
@ -257,6 +259,8 @@ export declare const UPLOAD_FILE_PATH_ENUM: {
|
|||
185: "major_temporary_disposal_information_rectification";
|
||||
186: "major_hidden_danger_rectification_plan";
|
||||
187: "major_hidden_rectification_process_record";
|
||||
188: "attachment_to_safety_responsibility";
|
||||
189: "feedback_attachment_of_safety_responsibility";
|
||||
302: "fire_safety_inspection_passed_images";
|
||||
407: "special_operation_restricted_space_ledger_attachment";
|
||||
701: "material_equipment_warehouse_equipment_facilities";
|
||||
|
|
|
|||
|
|
@ -123,6 +123,8 @@ export const UPLOAD_FILE_TYPE_ENUM = {
|
|||
185: 185, // major_temporary_disposal_information_rectification 重大隐患-临时处置信息(整改)
|
||||
186: 186, // major_hidden_danger_rectification_plan 重大隐患-隐患整改方案
|
||||
187: 187, // major_hidden_rectification_process_record 重大隐患-隐患整改过程记录
|
||||
188: 188, // attachment_to_safety_responsibility 安全责任清单 清单附件
|
||||
189: 189, // feedback_attachment_of_safety_responsibility 安全责任清单 清单反馈附件
|
||||
302: 302, // fire_safety_inspection_passed_images - 消防点检检查合格
|
||||
407: 407, // special_operation_restricted_space_ledger_attachment - 特殊作业-受限空间作业台账附件
|
||||
701: 701, // material_equipment_warehouse_equipment_facilities - 物资装备库-设备设施
|
||||
|
|
@ -260,6 +262,8 @@ export const UPLOAD_FILE_PATH_ENUM = {
|
|||
185: "major_temporary_disposal_information_rectification",
|
||||
186: "major_hidden_danger_rectification_plan",
|
||||
187: "major_hidden_rectification_process_record",
|
||||
188: "attachment_to_safety_responsibility",
|
||||
189: "feedback_attachment_of_safety_responsibility",
|
||||
302: "fire_safety_inspection_passed_images",
|
||||
407: "special_operation_restricted_space_ledger_attachment",
|
||||
701: "material_equipment_warehouse_equipment_facilities",
|
||||
|
|
|
|||
Loading…
Reference in New Issue