Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
ty_patentSys
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanxiao
ty_patentSys
Commits
318824ab
Commit
318824ab
authored
Jul 26, 2023
by
liudx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
联调企业详情融资经历
parent
37b73dc1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
55 additions
and
39 deletions
+55
-39
public/company.docx
+0
-0
public/patent.docx
+0
-0
src/views/company/companyDetails.vue
+4
-1
src/views/company/companyProfile.vue
+19
-14
src/views/company/index.vue
+18
-18
src/views/follow/index.vue
+1
-1
src/views/home/home.vue
+10
-2
src/views/login/index.vue
+3
-3
No files found.
public/company.docx
View file @
318824ab
No preview for this file type
public/patent.docx
View file @
318824ab
No preview for this file type
src/views/company/companyDetails.vue
View file @
318824ab
...
...
@@ -2,7 +2,7 @@
<div
class=
"details"
>
<a-breadcrumb
class=
"nav_bread"
>
<a-breadcrumb-item>
首页
</a-breadcrumb-item>
<a-breadcrumb-item>
专利
</a-breadcrumb-item>
<a-breadcrumb-item>
公司
</a-breadcrumb-item>
<a-breadcrumb-item>
公司详情
</a-breadcrumb-item>
</a-breadcrumb>
<div
class=
"back_btn"
@
click=
"backbtn"
>
返回
</div>
...
...
@@ -186,6 +186,8 @@ export default {
let
company_marjor
=
that
.
baseinfo
.
company_marjor
;
//对外投资
let
company_invest
=
that
.
baseinfo
.
company_invest
;
//融资信息
let
company_finance
=
that
.
baseinfo
.
company_finance
;
let
date
=
new
Date
();
var
year
=
date
.
getFullYear
();
var
month
=
date
.
getMonth
()
+
1
;
...
...
@@ -276,6 +278,7 @@ export default {
share_holders
,
company_marjor
,
company_invest
,
company_finance
,
today
,
// image1: myChart1.getDataURL({
// pixelRatio: 5, //导出的图片分辨率比率,默认是1
...
...
src/views/company/companyProfile.vue
View file @
318824ab
...
...
@@ -96,10 +96,10 @@
>
<template
#
bodyCell=
"
{ column, text, record }">
<template
v-if=
"column.dataIndex == 'amount'"
>
{{
Number
(
text
)
+
'万元'
}}
{{
Number
(
text
)
+
"万元"
}}
</
template
>
<
template
v-if=
"column.dataIndex == 'percent'"
>
{{
(
text
*
100
).
toFixed
(
2
)
+
'%'
}}
{{
(
text
*
100
).
toFixed
(
2
)
+
"%"
}}
</
template
>
</template>
</a-table>
...
...
@@ -119,7 +119,11 @@
<!-- 主要人员 -->
<div
class=
"company_con1"
id=
"keyPerson"
>
<h2
class=
"title"
>
主要人员
</h2>
<a-table
:columns=
"columns_keyperson"
:data-source=
"baseinfo.company_marjor"
:pagination=
"pagination"
>
<a-table
:columns=
"columns_keyperson"
:data-source=
"baseinfo.company_marjor"
:pagination=
"pagination"
>
</a-table>
</div>
<!-- 对外投资 -->
...
...
@@ -136,7 +140,10 @@
<div
class=
"company_con1"
id=
""
>
<h2
class=
"title"
>
融资经历
</h2>
<a-table
:columns=
"columns_financing"
:data-source=
"data_shareholder"
>
<a-table
:columns=
"columns_financing"
:data-source=
"baseinfo.company_finance"
>
</a-table>
</div>
</div>
...
...
@@ -337,7 +344,6 @@ export default {
title
:
"姓名"
,
dataIndex
:
"name"
,
key
:
"name"
,
},
{
title
:
"职位"
,
...
...
@@ -395,24 +401,23 @@ export default {
columns_financing
:
[
{
title
:
"披露日期"
,
dataIndex
:
"
nam
e"
,
key
:
"
nam
e"
,
dataIndex
:
"
pub_dat
e"
,
key
:
"
pub_dat
e"
,
},
{
title
:
"交易金额"
,
dataIndex
:
"age"
,
key
:
"age"
,
width
:
300
,
dataIndex
:
"amount"
,
key
:
"amount"
,
},
{
title
:
"融资轮次"
,
dataIndex
:
"
address
"
,
key
:
"
address 1
"
,
dataIndex
:
"
round
"
,
key
:
"
round
"
,
},
{
title
:
"投资方"
,
dataIndex
:
"
address
"
,
key
:
"
address 2
"
,
dataIndex
:
"
investor
"
,
key
:
"
investor
"
,
},
],
pagination
:
{
...
...
src/views/company/index.vue
View file @
318824ab
...
...
@@ -27,7 +27,12 @@
<div
class=
"company_con"
>
<div
class=
"company_con_left"
>
<h3>
筛选器
</h3>
<a-form
:layout=
"'vertical'"
:model=
"formState"
>
<a-form
:layout=
"'vertical'"
:model=
"formState"
validateTrigger=
"change"
:ref=
"form"
>
<a-form-item
label=
"区域"
>
<a-cascader
v-model:value=
"valueArea"
...
...
@@ -60,28 +65,22 @@
/>
</a-config-provider>
</a-form-item>
<!-- <a-form-item label="企业创新">
<a-select
v-model:value="valueInnovation"
mode="multiple"
placeholder="请选择"
:options="optionsInnovation"
></a-select>
</a-form-item> -->
<a-form-item
label=
"注册资本"
>
<a-input-number
v-model=
"formState.capital_nums_min"
:min=
"0"
style=
"width: 47%"
placeholder=
"请输入数值"
@
chane=
"cccc"
></a-input-number>
-
<a-input-number
v-model=
"formState.capital_nums_max"
:min=
"0"
style=
"width: 47%"
placeholder=
"请输入数值"
></a-input-number>
<a-form-item-rest>
<a-input-number
v-model=
"formState.capital_nums_max"
style=
"width: 47%"
placeholder=
"请输入数值"
></a-input-number>
</a-form-item-rest>
</a-form-item>
<a-form-item
label=
"企业创新排名"
>
<a-select
...
...
@@ -229,8 +228,8 @@ export default {
industryvalue
:
[],
valueType
:
[],
formState
:
{
capital_nums_min
:
""
,
capital_nums_max
:
""
,
capital_nums_min
:
null
,
capital_nums_max
:
null
,
rangetime1
:
[],
},
filter
:
[],
...
...
@@ -388,6 +387,7 @@ export default {
...
params
.
area
,
...
params
.
company_industry
,
...
params
.
qualification
,
params
.
innovate
];
if
(
key
==
"keyword"
)
{
params
.
keyword
?
filter
.
push
(
params
.
keyword
)
:
""
;
...
...
src/views/follow/index.vue
View file @
318824ab
...
...
@@ -2,7 +2,7 @@
<div
class=
"history"
>
<a-breadcrumb
class=
"nav_bread"
>
<a-breadcrumb-item>
首页
</a-breadcrumb-item>
<a-breadcrumb-item>
历史记录
</a-breadcrumb-item>
<a-breadcrumb-item>
我的关注
</a-breadcrumb-item>
</a-breadcrumb>
<!-- 主体 -->
<div
class=
"history_con"
>
...
...
src/views/home/home.vue
View file @
318824ab
...
...
@@ -66,7 +66,7 @@
</div>
<!-- 判断是否有数据 -->
<ul
v-if=
"innovateList.length !== 0"
>
<li
class=
"rank_item"
v-for=
"item in innovateList"
>
<li
class=
"rank_item"
v-for=
"item in innovateList"
@
click=
"openDetails"
>
{{ item }}
</li>
</ul>
...
...
@@ -82,7 +82,7 @@
<span
class=
"more"
@
click=
"openmore('2')"
>
更多
</span>
</div>
<ul
v-if=
"innovateList.length !== 0"
>
<li
class=
"rank_item"
v-for=
"item in innovateList"
>
<li
class=
"rank_item"
v-for=
"item in innovateList"
@
click=
"openDetails"
>
{{ item }}
</li>
</ul>
...
...
@@ -203,6 +203,12 @@ export default {
}
},
//点击榜单里的企业跳转到企业详情
openDetails
(){
this
.
$router
.
push
({
path
:
'/companyDetails'
})
}
},
mounted
()
{},
created
()
{},
...
...
@@ -350,11 +356,13 @@ export default {
.more
{
float
:
right
;
color
:
#bbbbbb
;
cursor
:
pointer
;
}
.rank_item
{
height
:
45px
;
line-height
:
45px
;
color
:
#555770
;
cursor
:
pointer
;
}
li
::marker
{
color
:
#ccc
;
...
...
src/views/login/index.vue
View file @
318824ab
...
...
@@ -143,9 +143,8 @@ export default {
}).
then
((
res
)
=>
{
if
(
res
.
code
==
0
)
{
message
.
success
(
"登录成功"
);
this
.
$store
.
commit
(
"setname"
,
this
.
formState
.
username
);
// this.$store.commit("setname", this.formState.username);
localStorage
.
setItem
(
"login_name"
,
this
.
formState
.
username
);
//记住密码功能
if
(
this
.
formState
.
remember
)
{
...
...
@@ -157,6 +156,7 @@ export default {
this
.
$router
.
push
({
path
:
"/index"
,
});
localStorage
.
setItem
(
"current"
,
'首页'
);
}
else
{
message
.
error
(
res
.
msg
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment