| | |
| | | <div> |
| | | <Card class="customTitle" v-if="!companyName1"> |
| | | <div> |
| | | <Icon type="ios-paper-outline" /> |
| | | <Icon custom="custom custom-dayin"></Icon> |
| | | <span style="cursor: pointer;margin-left: 5px">租赁业务尽职调查</span> |
| | | </div> |
| | | </Card> |
| | | <Card style="margin-top: 3px"> |
| | | <Select v-model="rentPeople" @on-change="changeRentPeople" |
| | | style="width:120px;padding-right: 12px;float: left" size="large"> |
| | | <Option value="1">租赁公司</Option> |
| | | <Option value="2">评估报告</Option> |
| | | <Option value="1">目标企业</Option> |
| | | <Option value="2">尽调报告</Option> |
| | | </Select> |
| | | <div style="width: 280px;float: left" v-if="rentPeople == '1'"> |
| | | <Input v-model="listMessage.companyName" size="large" placeholder="请输入租赁公司名称" @on-enter="search" /> |
| | | <Input v-model="listMessage.companyName" size="large" placeholder="请输入目标企业名称" @on-enter="search" /> |
| | | </div> |
| | | <div style="width: 280px;float: left" v-if="rentPeople == '2'"> |
| | | <Input v-model="listMessage.reportName" size="large" placeholder="请输入评估报告名称" @on-enter="search" /> |
| | | <Input v-model="listMessage.reportName" size="large" placeholder="请输入尽调报告名称" @on-enter="search" /> |
| | | </div> |
| | | <div style="float: left"> |
| | | <Button size="large" style="margin-left: 15px" icon="ios-search" type="primary" @click="search">搜索 |
| | | </Button> |
| | | |
| | | </div> |
| | | <div style="float: right"> |
| | | <Button custom-icon="custom custom-chuangjian" type="primary" size="large" :disabled="defaultmode" |
| | |
| | | <template slot="action" slot-scope="params"> |
| | | <Tooltip content="查看" class="tableActionMargin" theme="light" transfer max-width="200" |
| | | placement="top"> |
| | | <Icon v-if="params.row.State === '已完成'" custom="custom custom-chakanjindu" size="18" |
| | | <Icon v-if="params.row.State === '已完成'" custom="custom custom-chakan" size="18" |
| | | class="actionIcon" @click="showDetail(params.row)" /> |
| | | <Icon v-else custom="custom custom-chakanjindu" size="18" |
| | | <Icon v-else custom="custom custom-chakan" size="18" |
| | | :class="params.row.State === '已完成' ? '' : 'disabledIcon'" /> |
| | | </Tooltip> |
| | | <Tooltip content="删除" theme="light" transfer max-width="200" placement="top"> |
| | |
| | | <ul v-if="addModal" class="lists_readAndEdit clearfix" style="margin-top: 0;" id="addModal"> |
| | | <li class="list" style="padding-left: 130px;width: 100%;"> |
| | | <span class="list_name" style="width: 100px;">尽调报告名称</span> |
| | | <Input v-model="addMessage.ReportName" size="large" :class="addMessage.ReportName ? '' : 'ErrorTip'" |
| | | <Input v-model="addMessage.ReportName" size="large" |
| | | placeholder="请输入尽调报告名称"></Input> |
| | | </li> |
| | | <li class="list" style="padding-left: 130px;width: 100%;"> |
| | |
| | | <Poptip trigger="focus" placement="bottom-start" transfer |
| | | style="width:396px !important;float: left;margin-right: 10px;"> |
| | | <Input v-model="addMessage.CompanyName" size="large" @on-change="remoteMethod" |
| | | :class="addMessage.CompanyName ? '' : 'ErrorTip'" placeholder="请输入目标企业名称"></Input> |
| | | placeholder="请输入目标企业名称"></Input> |
| | | <ul slot="content" style="width: 380px;"> |
| | | <li v-if="optionsList && optionsList.length == 0">无匹配结果</li> |
| | | <li v-for="(item, index) in optionsList" :key="index" |
| | |
| | | <li class="list" style="padding-left: 130px;width: 100%;"> |
| | | <span class="list_name" style="width: 100px;">尽职调查日期</span> |
| | | <DatePicker :value="addMessage.ReportDate" size="large" @on-change="addMessage.ReportDate = $event" |
| | | :class="addMessage.ReportDate ? '' : 'ErrorTip'" type="date" placeholder="请选择尽职调查日期" |
| | | type="date" placeholder="请选择尽职调查日期" |
| | | :clearable="false" style="width: 100%;"></DatePicker> |
| | | </li> |
| | | </ul> |
| | |
| | | <div v-if="detailModal"> |
| | | <Tabs v-model="detailTab" @on-click="changeDetailTab"> |
| | | <TabPane label="主体资格" name="tab1"> |
| | | <Card > |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 主体资格调查指交易主体的资格,即:卖方或承租人,在售后回租项目中卖方和承租人为同一人;担保主体;关联主体(比如:交易主体分公司和子公司、母公司或股东)等。调查交易主体一般需要从工商登记、实际运营、不同行业的行政许可资质证照等方面核查。需要融资方提供的资料一般可包括: |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 1).企业法人营业执照(含税务登记证,组织机构代码证书); |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 2).统计部门颁发的统计登记证; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 3).社会保险登记证; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 4).其他开展生产经营所需的证照(比如:医疗机构许可证、卫生许可证等); |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 5).工商登记档案,其中应当含有从设立到立项时的如下资料: |
| | | ① 公司章程(或合资合同、合作合同); |
| | | <Card> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 主体资格调查指交易主体的资格,即:卖方或承租人,在售后回租项目中卖方和承租人为同一人;担保主体;关联主体(比如:交易主体分公司和子公司、母公司或股东)等。调查交易主体一般需要从工商登记、实际运营、不同行业的行政许可资质证照等方面核查。需要融资方提供的资料一般可包括: |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 1)企业法人营业执照(含税务登记证,组织机构代码证书); |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 2)统计部门颁发的统计登记证; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 3)社会保险登记证; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 4)其他开展生产经营所需的证照(比如:医疗机构许可证、卫生许可证等); |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 5)工商登记档案,其中应当含有从设立到立项时的如下资料: |
| | | ① 公司章程(或合资合同、合作合同); |
| | | |
| | | ② 公司董监高的自然情况和任命情况; |
| | | ② 公司董监高的自然情况和任命情况; |
| | | |
| | | ③ 股份公司的发起人协议或出资协议; |
| | | ③ 股份公司的发起人协议或出资协议; |
| | | |
| | | ④ 公司设立时的审批文件(国有资产管理部门的批复、相关行政主管机关的审批等); |
| | | ④ 公司设立时的审批文件(国有资产管理部门的批复、相关行政主管机关的审批等); |
| | | |
| | | ⑤ 公司设立时的审批文件(国有资产管理部门的批复、相关行政主管机关的审批等); |
| | | ⑤ 公司设立时的审批文件(国有资产管理部门的批复、相关行政主管机关的审批等); |
| | | |
| | | ⑥ 股东或股本的变更资料(包括新进、退出、增减注册资本等); |
| | | ⑥ 股东或股本的变更资料(包括新进、退出、增减注册资本等); |
| | | |
| | | ⑦ 股权的质押情况; |
| | | ⑦ 股权的质押情况; |
| | | |
| | | ⑧ 分立、合并的相关资料; |
| | | ⑧ 分立、合并的相关资料; |
| | | |
| | | ⑨ 重大的并购或出售资产的情况资料; |
| | | ⑨ 重大的并购或出售资产的情况资料; |
| | | |
| | | ⑩ 公司的资产剥离、置换及项目新设资料。 |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 6). 关联公司第5点所述文件: |
| | | </li> |
| | | ⑩ 公司的资产剥离、置换及项目新设资料。 |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 6)关联公司第5点所述文件。 |
| | | </li> |
| | | |
| | | </ul> |
| | | </Card> |
| | | </ul> |
| | | </Card> |
| | | <div style="margin-top: 12px;display: flex;justify-content: space-between;"> |
| | | <!-- <Select v-model="detailtabSEC" @on-change="changeRentPeople" |
| | | style="width:120px;padding-right: 12px;float: left" size="large"> |
| | | <Option value="1">租赁公司</Option> |
| | | <Option value="2">评估报告</Option> |
| | | </Select> --> |
| | | <div style="display: flex;justify-content: space-around;"> |
| | | <div style="width: 200px;"> |
| | | <Input v-model="detailFileName" size="large" placeholder="请输入文件名称" |
| | | @on-enter="search" /> |
| | | </div> |
| | | <div style="width: 200px;margin-left: 12px"> |
| | | <Input v-model="detailFileType" size="large" placeholder="请输入文件类别" |
| | | @on-enter="search" /> |
| | | </div> |
| | | <div style=""> |
| | | <Button size="large" style="margin-left: 12px" icon="ios-search" type="primary" |
| | | @click="search">搜索 |
| | | </Button> |
| | | |
| | | </div> |
| | | </div> |
| | | |
| | | <div> |
| | | <!-- <Button custom-icon="custom custom-chuangjian" type="primary" size="large" |
| | | :disabled="defaultmode" @click="add">上传文件 |
| | | </Button> --> |
| | | <Button size="large" custom-icon="custom custom-daorushuju" type="primary" |
| | | @click="importDate" :disabled="checkbtn">新增附件</Button> |
| | | </div> |
| | | </div> |
| | | <Table border :columns="tab1ListColumns" :data="tab1List" :loading="loading_report" |
| | | :max-height="maxHeight" style="margin-top: 12px" class="assessClass"> |
| | | <template slot="action" slot-scope="params"> |
| | | <Tooltip slot="extra" content="编辑" theme="light" transfer placement="top" |
| | | style="margin-right: 20px;"> |
| | | <Icon custom="custom custom-bianji" size="18" class="actionIcon" |
| | | @click="updataTab1(params.row)" /> |
| | | </Tooltip> |
| | | <Tooltip slot="extra" content="下载" theme="light" transfer placement="top" |
| | | style="margin-right: 20px;"> |
| | | <Icon custom="custom custom-daorushuju" size="18" @click="deleteRow(params.row)" |
| | | class="actionIcon"></Icon> |
| | | </Tooltip> |
| | | <Tooltip content="删除" theme="light" transfer max-width="200" placement="top"> |
| | | <Icon custom="custom custom-delete_b" size="18" @click="deleteRow(params.row)" |
| | | class="actionIcon" /> |
| | | </Tooltip> |
| | | </template> |
| | | </Table> |
| | | <!-- <div style="margin-top: 12px"> |
| | | <Page :current="listMessage.pageIndex" :total="accessListTotalItems" :page-size="10" |
| | | show-total style="text-align: right" @on-change="changeAccessListPageIndex" |
| | | show-elevator /> |
| | | </div> --> |
| | | </TabPane> |
| | | <TabPane label="主体资产" name="tab2"> |
| | | <Card> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 7).目标项目资产: |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 1)目标项目资产: |
| | | |
| | | 以回租为例目标资产需要查明:来源、现状、价值、抵押、质押等,这要现场核查并保留音频或视频资料。目标资产是根,其他资产是担保,所以法律尽职调查的重点是目标资产(如果是一般的直租项目,则主要对生产厂家和承租人的商业计划书进行调查研究,以确定目标资产生产和交付及质量的可靠性)。 |
| | | 以回租为例目标资产需要查明:来源、现状、价值、抵押、质押等,这要现场核查并保留音频或视频资料。目标资产是根,其他资产是担保,所以法律尽职调查的重点是目标资产(如果是一般的直租项目,则主要对生产厂家和承租人的商业计划书进行调查研究,以确定目标资产生产和交付及质量的可靠性)。 |
| | | |
| | | 一般要求提供如下资料: |
| | | 一般要求提供如下资料: |
| | | |
| | | ① 权属证明资料(购置发票、权属证书) |
| | | ① 权属证明资料(购置发票、权属证书) |
| | | |
| | | ② 相关登记机关查询权属登记的回单 |
| | | ② 相关登记机关查询权属登记的回单 |
| | | |
| | | ③ 来源文件(购置合同、说明书、赠与合同等) |
| | | ③ 来源文件(购置合同、说明书、赠与合同等) |
| | | |
| | | ④ 财务价格 |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 8).公司的其他资产,可由公司制作资产清单,一般会包括如下资产: |
| | | ④ 财务价格 |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 2)公司的其他资产,可由公司制作资产清单,一般会包括如下资产: |
| | | |
| | | ① 发起人出资资产的相关证明文件及权属转移文件或证书; |
| | | ① 发起人出资资产的相关证明文件及权属转移文件或证书; |
| | | |
| | | ② 公司持有股票、债券、票据、现金等; |
| | | ② 公司持有股票、债券、票据、现金等; |
| | | |
| | | ③ 公司拥有的房屋土地的权属证书; |
| | | ③ 公司拥有的房屋土地的权属证书; |
| | | |
| | | ④ 公司拥有的被许可使用的财产; |
| | | ④ 公司拥有的被许可使用的财产; |
| | | |
| | | ⑤ 公司拥有的特许经营权; |
| | | ⑤ 公司拥有的特许经营权; |
| | | |
| | | ⑥ 公司拥有的知识产权(专利、商票、著作权、使用许可协议、技术秘密等); |
| | | ⑥ 公司拥有的知识产权(专利、商票、著作权、使用许可协议、技术秘密等); |
| | | |
| | | ⑦ 公司资产的保险措施(财产意外险等)。 |
| | | </li> |
| | | </ul> |
| | | </Card> |
| | | ⑦ 公司资产的保险措施(财产意外险等)。 |
| | | </li> |
| | | </ul> |
| | | </Card> |
| | | </TabPane> |
| | | <TabPane label="主体产品" name="tab3"> |
| | | <Card> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 产品涉及未来目标公司的收益是否稳定,也涉及租金的回收是否顺利,所以应当对产品进行专门的调研。 |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 9).生产经营许可(项目建议书或可行性研究报告); |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 11).产品的原材料记录; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 12).产品的库存与销售记录; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 13).产品的生产标准与质量监督标准或证书; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 14).产品技术标准执行情况记录; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 15).产品的处罚或投诉记录; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 16).产品销售交付或质量不达标纠纷记录; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 17).环保达标文件或审批; |
| | | </li> |
| | | </ul> |
| | | </Card> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 产品涉及未来目标公司的收益是否稳定,也涉及租金的回收是否顺利,所以应当对产品进行专门的调研。 |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 1)生产经营许可(项目建议书或可行性研究报告); |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 2)产品的原材料记录; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 3)产品的库存与销售记录; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 4)产品的生产标准与质量监督标准或证书; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 5)产品技术标准执行情况记录; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 6)产品的处罚或投诉记录; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 7)产品销售交付或质量不达标纠纷记录; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 8)环保达标文件或审批; |
| | | </li> |
| | | </ul> |
| | | </Card> |
| | | </TabPane> |
| | | <TabPane label="财务资料" name="tab4"> |
| | | <Card> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 财务尽职调查会更加精细的调查财务资料,从财务的角度分析是否值得投放资金,但法律尽职调查如需对重大债权债务调查清楚,了解公司的重大资产变化与交易,也应当对财务的基本情况有所了解,以观察系统性或影响合同目的的风险。法律尽职调查应当获取的财务资料至少包括如下部分。 |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 18).目标公司及关联公司近三年的年度财务审计报告; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 19).目标公司近三年的财务报表(含月报、年报;资产负债表、利润表、损益表、纳税申报表,完税赁证); |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 20).上年度的财务预算和决算、本年度的财务预算与执行情况; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 21).未来3年的财务预测报告; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 22).近三年的现金流量表; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 23).存货盘点表和实地存货盘点记录; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 24).银行账户对账单与余额明细表; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 25).主要财产变动明细表; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 26).贷款明细表; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 27). 中国人民银行征信中心出具的企业征信报告; |
| | | </li> |
| | | </ul> |
| | | </Card> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 财务尽职调查会更加精细的调查财务资料,从财务的角度分析是否值得投放资金,但法律尽职调查如需对重大债权债务调查清楚,了解公司的重大资产变化与交易,也应当对财务的基本情况有所了解,以观察系统性或影响合同目的的风险。法律尽职调查应当获取的财务资料至少包括如下部分。 |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 1)目标公司及关联公司近三年的年度财务审计报告; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 2)目标公司近三年的财务报表(含月报、年报;资产负债表、利润表、损益表、纳税申报表,完税赁证); |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 3)上年度的财务预算和决算、本年度的财务预算与执行情况; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 4)未来3年的财务预测报告; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 5)近三年的现金流量表; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 6)存货盘点表和实地存货盘点记录; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 7)银行账户对账单与余额明细表; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 8)主要财产变动明细表; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 9)贷款明细表; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 10) 中国人民银行征信中心出具的企业征信报告; |
| | | </li> |
| | | </ul> |
| | | </Card> |
| | | </TabPane> |
| | | <TabPane label="管理团队与治理结构" name="tab5"> |
| | | <Card> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 管理团队与治理结构 |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 28).《股东大会议事规则》、《董事会议事规则》、《监事会议事规则》、《投资决策制度》等; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 29).公司内控制度介绍; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 30).近三年公司重大决策文件(可能为会议纪要等); |
| | | </li> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 管理团队与治理结构 |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 1)《股东大会议事规则》、《董事会议事规则》、《监事会议事规则》、《投资决策制度》等; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 2)公司内控制度介绍; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 3)近三年公司重大决策文件(可能为会议纪要等); |
| | | </li> |
| | | |
| | | </ul> |
| | | </Card> |
| | | </ul> |
| | | </Card> |
| | | </TabPane> |
| | | <TabPane label="目标公司重大合同、对外担保、债权债务及相关诉讼仲裁等" name="tab6"> |
| | | <TabPane label="合同/担保/债权债务及诉讼仲裁" name="tab6"> |
| | | <Card> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 重大合同、担保、债权债务一般是指对目标公司的资产产生巨大影响的,有可能会对融资租赁资产的回收产生重大障碍的合同、担保、债权债务。这种影响可能是增加目标公司的负债、影响目标公司流动性、影响目标公司的生产经营。比如: |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 31).技术服务合同、技术转让合同; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 32).重大资产交易合同; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 33).商标使用许可、运输或仓储合同; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 34).公用设施使用合同; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 35).第三方重大担保、质押合同; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 36).重大交易或侵权行为引发的重大诉讼和仲裁; |
| | | </li> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 重大合同、担保、债权债务一般是指对目标公司的资产产生巨大影响的,有可能会对融资租赁资产的回收产生重大障碍的合同、担保、债权债务。这种影响可能是增加目标公司的负债、影响目标公司流动性、影响目标公司的生产经营。比如: |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 1)技术服务合同、技术转让合同; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 2)重大资产交易合同; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 3)商标使用许可、运输或仓储合同; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 4)公用设施使用合同; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 5)第三方重大担保、质押合同; |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | 6)重大交易或侵权行为引发的重大诉讼和仲裁; |
| | | </li> |
| | | |
| | | </ul> |
| | | </Card> |
| | | </ul> |
| | | </Card> |
| | | </TabPane> |
| | | <TabPane label="目标关联交易和同业竞争" name="tab7"> |
| | | <TabPane label="关联交易和同业竞争" name="tab7"> |
| | | <Card> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 为了全面了解项目,还应当对目标公司的关联交易和同业竞争情况进行调查,关联交易往往是公司将资产或现金进行挪移的重要方法,所以关联交易可能造成目标公司的资产和现金流缩水,以致丧失履行支付租金的能力,一旦发现重要关联交易主体存在,一定让该关联交易主体作为担保方,对融资租赁项目承担连带责任,以化解关联交易的风险。 |
| | | </li> |
| | | </ul> |
| | | </Card> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 为了全面了解项目,还应当对目标公司的关联交易和同业竞争情况进行调查,关联交易往往是公司将资产或现金进行挪移的重要方法,所以关联交易可能造成目标公司的资产和现金流缩水,以致丧失履行支付租金的能力,一旦发现重要关联交易主体存在,一定让该关联交易主体作为担保方,对融资租赁项目承担连带责任,以化解关联交易的风险。 |
| | | </li> |
| | | </ul> |
| | | </Card> |
| | | </TabPane> |
| | | <TabPane label="目标关联交易和同业竞争" name="tab8"> |
| | | <TabPane label="人力资源管理" name="tab8"> |
| | | <Card> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 人力资源管理对生产性企业来讲也会产生系统性风险,所以人力资源管理制度、劳动合同、社会保险、安全生产教育培训等也是尽调关注点之一。 |
| | | </li> |
| | | </ul> |
| | | </Card> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 人力资源管理对生产性企业来讲也会产生系统性风险,所以人力资源管理制度、劳动合同、社会保险、安全生产教育培训等也是尽调关注点之一。 |
| | | </li> |
| | | </ul> |
| | | </Card> |
| | | </TabPane> |
| | | <TabPane label="目标关联交易和同业竞争" name="tab9"> |
| | | <TabPane label="行政违法或处罚" name="tab9"> |
| | | <Card> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 行政处罚的点很多,如环境保护、知识产权、产品质量、劳动安全,在审查生产经营证照时可能一并审查,也可能单独列出行政违法或处罚涉及的资料进行审查。 |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 尽职调查不是生搬硬套搜集资料和比对文件,而是一项动态灵活的脑力劳动,通过交插纵横的对比和分析去发现客观事实或潜在风险。需要举一反三,见微知著,认真细致,并有高度的责任心才能做到及格。但尽职调查不应当成为业务开展的绊脚石,而是应当成为业务开拓的护航者,发现问题并解决问题,是尽调之道;而不是发现问题直接拒绝交易。 |
| | | </li> |
| | | </ul> |
| | | </Card> |
| | | <ul class="lists_read clearfix" style="margin-top: 0;"> |
| | | <li class="list" style="width: 100%;padding-left: 20px;font-weight:800;"> |
| | | 行政处罚的点很多,如环境保护、知识产权、产品质量、劳动安全,在审查生产经营证照时可能一并审查,也可能单独列出行政违法或处罚涉及的资料进行审查。 |
| | | </li> |
| | | </ul> |
| | | </Card> |
| | | </TabPane> |
| | | |
| | | </Tabs> |
| | | </div> |
| | | </Modal> |
| | |
| | | </div> |
| | | </Modal> |
| | | <!--详情表格--> |
| | | |
| | | <Modal v-model="importFormModal" draggable footer-hide sticky reset-drag-position :mask="true" |
| | | :mask-closable="false" width="525" class-name="vertical-center-modal"> |
| | | <p slot="header"> |
| | | <Icon custom="custom custom-daorushuju" style="margin-right: 10px;"></Icon> |
| | | <span>新增附件</span> |
| | | </p> |
| | | <div style="display: flex;align-items: center;margin-bottom: 12px"> |
| | | <div style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">文件名称 |
| | | </div> |
| | | <div prop="type" style="width:calc(100% - 100px)!important;margin-bottom:0" class="rentmanClass"> |
| | | <!-- <Poptip trigger="focus" placement="bottom-start" transfer> --> |
| | | <Input v-model="detailFileName" size="large" class="ipt_width" placeholder=""></Input> |
| | | <!-- </Poptip> --> |
| | | </div> |
| | | </div> |
| | | <div style="display: flex;align-items: center;margin-bottom: 12px"> |
| | | <div style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">文件类别 |
| | | </div> |
| | | <div prop="Name" style="width:calc(100% - 100px)!important;margin-bottom:0" class="rentmanClass"> |
| | | <!-- <Poptip trigger="focus" placement="bottom-start" transfer> --> |
| | | <Input v-model="detailFileType.Name" size="large" class="ipt_width" placeholder=""></Input> |
| | | |
| | | <!-- </Poptip> --> |
| | | </div> |
| | | </div> |
| | | |
| | | <Upload ref="importForm" type="drag" :before-upload="handleUploadImportForm" action=""> |
| | | <div style="padding: 20px 0"> |
| | | <Icon type="ios-cloud-upload" size="52" style="color: #3399ff"></Icon> |
| | | <p>点击选择文件或将文件拖拽到此处</p> |
| | | </div> |
| | | </Upload> |
| | | <Tag v-if="!importFormFile" style="margin: 20px auto 0px;background-color: #fff;">暂未选择</Tag> |
| | | <Tag v-if="importFormFile" type="border" closable color="primary" @on-close="deleteImportFormFile()"> |
| | | {{ importFormFile.name.length > 27 ? `${importFormFile.name.substring(0, 25)}...` : |
| | | importFormFile.name |
| | | }} |
| | | </Tag> |
| | | |
| | | <!-- <div class="clearfix" style="width: 200px; |
| | | margin: 20px auto; |
| | | "> --> |
| | | <div style="width: 200px;margin: 20px auto;display: flex;justify-content: space-between;"> <Button size="large" custom-icon="custom custom-queding" style="font-size: 14px" |
| | | type="primary" :loading="importFormLoading" @click="importFormSubmit" :disabled="checkbtn">确认 |
| | | </Button> |
| | | <Button size="large" custom-icon="custom custom-quxiao" style="font-size: 14px" |
| | | type="error" @click="importFormModal = false">取消 |
| | | </Button></div> |
| | | |
| | | <!-- </div> --> |
| | | </Modal> |
| | | |
| | | <Modal v-model="updataTab1Modal" draggable footer-hide sticky reset-drag-position :mask="true" |
| | | :mask-closable="false" width="525" class-name="vertical-center-modal"> |
| | | <p slot="header"> |
| | | <Icon custom="custom custom-daorushuju" style="margin-right: 10px;"></Icon> |
| | | <span>编辑</span> |
| | | </p> |
| | | |
| | | <div style="display: flex;align-items: center;margin-bottom: 12px"> |
| | | <div style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">文件名称 |
| | | </div> |
| | | <div prop="type" style="width:calc(100% - 100px)!important;margin-bottom:0" class="rentmanClass"> |
| | | <!-- <Poptip trigger="focus" placement="bottom-start" transfer> --> |
| | | <Input v-model="detailFileName" size="large" class="ipt_width" placeholder=""></Input> |
| | | <!-- </Poptip> --> |
| | | </div> |
| | | </div> |
| | | <div style="display: flex;align-items: center;margin-bottom: 12px"> |
| | | <div style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">文件类别 |
| | | </div> |
| | | <div prop="Name" style="width:calc(100% - 100px)!important;margin-bottom:0" class="rentmanClass"> |
| | | <!-- <Poptip trigger="focus" placement="bottom-start" transfer> --> |
| | | <Input v-model="detailFileType.Name" size="large" class="ipt_width" placeholder=""></Input> |
| | | |
| | | <!-- </Poptip> --> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | |
| | | <div class="clearfix" style="width: 200px;margin:20px auto 0px;background-color: #fff;"> |
| | | <Button size="large" custom-icon="custom custom-queding" style="float: left;font-size: 14px" |
| | | type="primary" :loading="importFormLoading" @click="importFormSubmit" :disabled="checkbtn">确认 |
| | | </Button> |
| | | <Button size="large" custom-icon="custom custom-quxiao" style="float: right;font-size: 14px" |
| | | type="error" @click="importFormModal = false">取消 |
| | | </Button> |
| | | </div> |
| | | </Modal> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | detailTableList: [],//详情表格数据 |
| | | detailName: '', |
| | | |
| | | tab1List: [{ ID: 0, ReportName: 'dasdsad111111sdsa11', CompanyName: '111dsadsad1111', ReportDateStr: 'asdsad' }], |
| | | pageIndexTab1: 1, |
| | | detailFileName: '', |
| | | detailFileType: '', |
| | | // detailtabSEC: |
| | | importFormModal: false, |
| | | importFormFile: null, |
| | | importFormLoading: false, |
| | | updataTab1Modal: false, |
| | | |
| | | } |
| | | }, |
| | | mounted() { |
| | |
| | | console.log(this.offSiteCheckModel); |
| | | }, |
| | | methods: { |
| | | importDate() { |
| | | this.importFormModal = true |
| | | this.importFormFile = null |
| | | }, |
| | | changeRentPeople(e) { |
| | | this.listMessage.reportName = '' |
| | | this.listMessage.companyName = '' |
| | |
| | | this.loading_report = true |
| | | let data = this.listMessage |
| | | axios.request({ |
| | | url: '/MkFinanceLease/GetPages', |
| | | url: '/MkFinanceLease/GetProjectPages', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | |
| | | * 确认添加 |
| | | */ |
| | | addSubmit() { |
| | | if ($('#addModal .ErrorTip').length > 0) { |
| | | if (!this.addMessage.CompanyName||!this.addMessage.ReportName||!this.addMessage.ReportDate) { |
| | | this.$Message.error('请正确填写评估报告信息!') |
| | | return false |
| | | } |
| | | this.addLoading = true |
| | | let data = this.addMessage |
| | | axios.request({ |
| | | url: '/MkFinanceLease/AddAsync', |
| | | url: '/MkFinanceLease/AddProjectAsync', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.listMessage.pageIndex = 1 |
| | | this.getAccessList() |
| | | this.addModal = false |
| | | } else { |
| | |
| | | } |
| | | this.deleteLoading = true |
| | | axios.request({ |
| | | url: '/MkFinanceLease/Delete', |
| | | url: '/MkFinanceLease/DeleteProject', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | |
| | | this.detailTab = 'tab1' |
| | | |
| | | this.paramsRow = row |
| | | this.detailName = row.CompanyName |
| | | this.detailName = row.ReportName |
| | | this.ReportId = row.Id |
| | | this.nowCompanyName = [row.CompanyName] |
| | | |
| | |
| | | // this.detailTableList = list |
| | | this.detailTableModal = true |
| | | } |
| | | } |
| | | }, |
| | | handleUploadImportForm() { |
| | | |
| | | }, |
| | | importFormSubmit() { |
| | | |
| | | }, |
| | | updataTab1(item) { |
| | | this.updataTab1Modal = true |
| | | |
| | | }, |
| | | }, |
| | | // watch:{ |
| | | // detailTab(newValue,old){ |
| | |
| | | } |
| | | }) |
| | | |
| | | |
| | | columns.push({ |
| | | title: '评估报告名称', |
| | | key: 'ReportName', |
| | | // className: 'tablecontent', |
| | | align: 'center', |
| | | minWidth: 100 |
| | | }) |
| | | columns.push({ |
| | | title: '租赁公司名称', |
| | | title: '目标企业名称', |
| | | key: 'CompanyName', |
| | | // className: 'tablecontent', |
| | | align: 'center', |
| | | minWidth: 100, |
| | | |
| | | }) |
| | | columns.push({ |
| | | title: '尽调报告名称', |
| | | key: 'ReportName', |
| | | // className: 'tablecontent', |
| | | align: 'center', |
| | | minWidth: 100 |
| | | }) |
| | | columns.push({ |
| | | title: '评估日期', |
| | |
| | | }) |
| | | return columns |
| | | }, |
| | | tab1ListColumns() { |
| | | let columns = [] |
| | | columns.push({ |
| | | title: '序号', |
| | | key: 'Id', |
| | | align: 'center', |
| | | width: 50, |
| | | render: (h, params) => { |
| | | return h('span', params.index + 1 + (this.pageIndexTab1 - 1) * 10) |
| | | } |
| | | }) |
| | | columns.push({ |
| | | title: '文件名称', |
| | | key: 'ReportName', |
| | | // className: 'tablecontent', |
| | | align: 'center', |
| | | minWidth: 100 |
| | | }) |
| | | columns.push({ |
| | | title: '文件类别', |
| | | key: 'CompanyName', |
| | | // className: 'tablecontent', |
| | | align: 'center', |
| | | minWidth: 100, |
| | | |
| | | }) |
| | | columns.push({ |
| | | title: '创建日期', |
| | | key: 'ReportDateStr', |
| | | align: 'center', |
| | | minWidth: 50, |
| | | maxWidth: 100 |
| | | }) |
| | | columns.push({ |
| | | title: '操作', |
| | | key: 'action', |
| | | slot: 'action', |
| | | align: 'center', |
| | | minWidth: 100, |
| | | maxWidth: 150 |
| | | }) |
| | | return columns |
| | | }, |
| | | |
| | | } |
| | | } |