{type == Type.add ||
data?.status == Status.ReCall ||
forceModify ? (
}>Upload
) : (
)}
依据《合同管理办法》,合同相关资料需要作为合同电子档案的一部分,包括:
1)合同会审纪要或投资决策通知书(如有);
2)合同相对方的营业执照等资质证的复印件(首次签约的须加盖公章)、个人身份证复印件(合同一方为自然人时提供);
3)合同相对方经办人员的授权委托书原件及其身份证复印件(如有);
4)
涉及房屋或场地租赁的,还应提供房屋及场地的权属证明资料,但如果续签租赁合同,且房屋所有权人没有发生变更的,在附具相关说明后可不再提供上述资料;
5)其他资料。
}
>
{type == Type.add || forceModify ? (
}>Upload
) : (
)}
{data?.status >= Status.Checking && !forceModify && (
<>
>
)}
{(type == Type.cancel || data?.status >= Status.CalChecking) && (
<>
>
)}
{type == Type.cancel && (
确认作废该合同,作废提交后无法撤回
)}
{data?.status >= Status.CalChecking && (
<>
>
)}
{(type == Type.add || data?.status == Status.ReCall || forceModify) &&
auditList.length > 0 && (
<>
{
return {
title: `审批${index + 1}`,
description: `审批人:${item.name}`,
};
})}
/>
>
)}