增加UPLOAD_FILE_TYPE_ENUM
parent
14093c485f
commit
b32bb3f74c
|
|
@ -111,6 +111,7 @@ export declare const UPLOAD_FILE_TYPE_ENUM: {
|
||||||
176: 176; // key_homework_defendant 重点作业申辩人签字
|
176: 176; // key_homework_defendant 重点作业申辩人签字
|
||||||
177: 177; // key_homework_confirmer 重点作业确认人签字
|
177: 177; // key_homework_confirmer 重点作业确认人签字
|
||||||
302: 302; // fire_safety_inspection_passed_images - 消防点检检查合格
|
302: 302; // fire_safety_inspection_passed_images - 消防点检检查合格
|
||||||
|
407: 407; // special_operation_restricted_space_ledger_attachment - 特殊作业-受限空间作业台账附件
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -226,4 +227,5 @@ export declare const UPLOAD_FILE_PATH_ENUM: {
|
||||||
176: "key_homework_defendant";
|
176: "key_homework_defendant";
|
||||||
177: "key_homework_confirmer";
|
177: "key_homework_confirmer";
|
||||||
302: "fire_safety_inspection_passed_images";
|
302: "fire_safety_inspection_passed_images";
|
||||||
|
407: "special_operation_restricted_space_ledger_attachment";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -114,6 +114,7 @@ export const UPLOAD_FILE_TYPE_ENUM = {
|
||||||
176: 176, // key_homework_defendant 重点作业申辩人签字
|
176: 176, // key_homework_defendant 重点作业申辩人签字
|
||||||
177: 177, // key_homework_confirmer 重点作业确认人签字
|
177: 177, // key_homework_confirmer 重点作业确认人签字
|
||||||
302: 302, // fire_safety_inspection_passed_images - 消防点检检查合格
|
302: 302, // fire_safety_inspection_passed_images - 消防点检检查合格
|
||||||
|
407: 407, // special_operation_restricted_space_ledger_attachment - 特殊作业-受限空间作业台账附件
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -229,4 +230,5 @@ export const UPLOAD_FILE_PATH_ENUM = {
|
||||||
176: "key_homework_defendant",
|
176: "key_homework_defendant",
|
||||||
177: "key_homework_confirmer",
|
177: "key_homework_confirmer",
|
||||||
302: "fire_safety_inspection_passed_images",
|
302: "fire_safety_inspection_passed_images",
|
||||||
|
407: "special_operation_restricted_space_ledger_attachment",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue