Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
蒋勇
zhichan
Commits
9ce5d685
Commit
9ce5d685
authored
Jan 17, 2020
by
任建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rj
parent
a6a631f7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
156 additions
and
111 deletions
+156
-111
channel-access/src/router/index.js
+126
-102
channel-access/src/views/pages/companyinformation/domainNameInfo.vue
+1
-1
channel-access/src/views/pages/companyinformation/index.vue
+28
-7
channel-access/src/views/pages/companyinformation/patentCertificate.vue
+1
-1
No files found.
channel-access/src/router/index.js
View file @
9ce5d685
...
...
@@ -5,109 +5,132 @@ import VueRouter from "vue-router";
Vue
.
use
(
VueRouter
);
const
routes
=
[
{
path
:
"/home"
,
name
:
"home"
,
component
:
()
=>
import
(
"@/views/pages/home"
)
},
{
path
:
"/companyinformation"
,
name
:
"companyinformation"
,
component
:
()
=>
import
(
"@/views/pages/companyinformation"
)
},
{
path
:
"/"
,
redirect
:
"/home"
},
{
path
:
"/user"
,
name
:
"user"
,
redirect
:
"/user/login"
,
component
:
()
=>
import
(
"@/views/pages/user"
),
children
:
[
{
path
:
"login"
,
name
:
"login"
,
component
:
()
=>
import
(
"@/views/pages/user/login"
)
},
{
path
:
"register"
,
name
:
"register"
,
component
:
()
=>
import
(
"@/views/pages/user/register"
)
},
{
path
:
"forgetpassword"
,
name
:
"forgetpassword"
,
component
:
()
=>
import
(
"@/views/pages/user/forgetPassword"
)
}
]
},
{
path
:
"/cashier"
,
name
:
"cashier"
,
component
:
()
=>
import
(
"@/views/pages/cashier"
)
},
{
path
:
"/productdetails"
,
name
:
"productdetails"
,
component
:
()
=>
import
(
"@/views/pages/productdetails"
)
},
{
path
:
"/successfulpayment"
,
name
:
"successfulpayment"
,
component
:
()
=>
import
(
"@/views/pages/successfulpayment"
)
},
{
path
:
"/placeorder"
,
name
:
"placeorder"
,
component
:
()
=>
import
(
"@/views/pages/placeorder"
)
},
{
path
:
"/jdbycdetailtm"
,
name
:
"jdbycdetailtm"
,
component
:
()
=>
import
(
"@/views/pages/jdbycdetailtm"
)
},
{
path
:
"/companydetail"
,
name
:
"companydetail"
,
component
:
()
=>
import
(
"@/views/pages/companydetail"
)
},
{
path
:
"/jdindentlist"
,
name
:
"jdindentlist"
,
component
:
()
=>
import
(
"@/views/pages/jdindentlist"
)
},
{
path
:
"/jdindentdetail"
,
name
:
"jdindentdetail"
,
component
:
()
=>
import
(
"@/views/pages/jdindentdetail"
)
},
/////////
{
path
:
"/jdtrademark"
,
name
:
"jdtrademark"
,
component
:
()
=>
import
(
"@/views/pages/jdtrademark/Jdtrademark"
)
},
{
path
:
"/selftmreg"
,
name
:
"selftmreg"
,
component
:
()
=>
import
(
"@/views/pages/selftmreg/Selftmreg"
)
},
{
path
:
"/guaranteereg"
,
name
:
"guaranteereg"
,
component
:
()
=>
import
(
"@/views/pages/guaranteereg/Guaranteereg"
)
},
{
// path: "/bycnoticeindex",
path
:
"/bycnoticeindex"
,
name
:
"bycnoticeindex"
,
component
:
()
=>
import
(
"@/views/pages/bycnoticeindex/Bycnoticeindex"
)
}
const
routes
=
[{
path
:
"/home"
,
name
:
"home"
,
component
:
()
=>
import
(
"@/views/pages/home"
)
},
{
path
:
"/companyinformation"
,
name
:
"companyinformation"
,
component
:
()
=>
import
(
"@/views/pages/companyinformation"
)
},
{
path
:
"/"
,
redirect
:
"/home"
},
{
path
:
"/user"
,
name
:
"user"
,
redirect
:
"/user/login"
,
component
:
()
=>
import
(
"@/views/pages/user"
),
children
:
[{
path
:
"login"
,
name
:
"login"
,
component
:
()
=>
import
(
"@/views/pages/user/login"
)
},
{
path
:
"register"
,
name
:
"register"
,
component
:
()
=>
import
(
"@/views/pages/user/register"
)
},
{
path
:
"forgetpassword"
,
name
:
"forgetpassword"
,
component
:
()
=>
import
(
"@/views/pages/user/forgetPassword"
)
}
]
},
{
path
:
"/cashier"
,
name
:
"cashier"
,
component
:
()
=>
import
(
"@/views/pages/cashier"
)
},
{
path
:
"/productdetails"
,
name
:
"productdetails"
,
component
:
()
=>
import
(
"@/views/pages/productdetails"
)
},
{
path
:
"/successfulpayment"
,
name
:
"successfulpayment"
,
component
:
()
=>
import
(
"@/views/pages/successfulpayment"
)
},
{
path
:
"/placeorder"
,
name
:
"placeorder"
,
component
:
()
=>
import
(
"@/views/pages/placeorder"
)
},
{
path
:
"/jdbycdetailtm"
,
name
:
"jdbycdetailtm"
,
component
:
()
=>
import
(
"@/views/pages/jdbycdetailtm"
)
},
{
path
:
"/companydetail"
,
name
:
"companydetail"
,
component
:
()
=>
import
(
"@/views/pages/companydetail"
)
},
{
path
:
"/jdindentlist"
,
name
:
"jdindentlist"
,
component
:
()
=>
import
(
"@/views/pages/jdindentlist"
)
},
{
path
:
"/jdindentdetail"
,
name
:
"jdindentdetail"
,
component
:
()
=>
import
(
"@/views/pages/jdindentdetail"
)
},
/////////
{
path
:
"/jdtrademark"
,
name
:
"jdtrademark"
,
component
:
()
=>
import
(
"@/views/pages/jdtrademark/Jdtrademark"
)
},
{
path
:
"/selftmreg"
,
name
:
"selftmreg"
,
component
:
()
=>
import
(
"@/views/pages/selftmreg/Selftmreg"
)
},
{
path
:
"/guaranteereg"
,
name
:
"guaranteereg"
,
component
:
()
=>
import
(
"@/views/pages/guaranteereg/Guaranteereg"
)
},
{
// path: "/bycnoticeindex",
path
:
"/bycnoticeindex"
,
name
:
"bycnoticeindex"
,
component
:
()
=>
import
(
"@/views/pages/bycnoticeindex/Bycnoticeindex"
)
}
];
const
router
=
new
VueRouter
({
routes
routes
,
scrollBehavior
(
to
,
from
,
savedPosition
)
{
if
(
savedPosition
)
{
return
savedPosition
;
}
else
{
return
{
x
:
0
,
y
:
0
};
}
}
});
// router.beforeEach((to, from, next) => {
...
...
@@ -128,4 +151,4 @@ const router = new VueRouter({
// }
// });
export
default
router
;
export
default
router
;
\ No newline at end of file
channel-access/src/views/pages/companyinformation/domainNameInfo.vue
View file @
9ce5d685
...
...
@@ -23,7 +23,7 @@
<td>
{{
item
.
company_name
}}
</td>
<td>
{{
item
.
web_adress
}}
</td>
<td>
{{
item
.
card_num
}}
</td>
<td>
---
</td>
<td>
{{
item
.
phone2
}}
</td>
</tr>
</tbody>
<tbody
v-else
class=
"softwareCopyright-table-body"
>
...
...
channel-access/src/views/pages/companyinformation/index.vue
View file @
9ce5d685
<
template
>
<div
class=
"companyinformation"
>
<div
class=
"companyinformation"
ref=
"companyinformation"
>
<div
class=
"companyinformationLoading"
v-if=
"loading"
...
...
@@ -249,13 +249,13 @@
<!-- -->
</div>
<div
class=
"companycertificateinfo"
ref=
"qiye"
>
<h3><b></b>
企业
子公司或分支机构
</h3>
<h3><b></b>
子公司或分支机构
</h3>
<div
v-if=
"QccBranches.length != 0"
>
<table
v-for=
"(item, index) in QccBranches"
:key=
"index"
>
<thead>
<tr>
<td
colspan=
"5"
style=
"textAlign:left;paddingLeft:20px;"
>
<span
<span
class=
"tdSpan"
style=
"cursor: pointer;"
@
click=
"gotoMine(item.Name)"
>
{{
item
.
Name
}}
</span
...
...
@@ -447,7 +447,7 @@ import {
companyportraitCtl
,
companynamequery
,
gxCountByAuthor
,
getQccBranches
,
getQccBranches
// getcountAll,
// ipListByAuthor
}
from
"@/api/enterpriseQuery.js"
;
...
...
@@ -516,6 +516,7 @@ export default {
};
},
mounted
()
{
this
.
$refs
.
companyinformation
.
scrollTop
=
0
;
//获取企业画像
companyportraitCtl
(
this
.
$route
.
query
.
name
).
then
(
res
=>
{
if
(
res
.
data
.
status
==
0
)
{
...
...
@@ -541,11 +542,28 @@ export default {
console
.
log
(
res
,
"获取企业详情信息"
);
this
.
getInfo
(
this
.
companyInfo
.
name
);
});
console
.
log
(
this
.
randomBrowseVolume
());
let
list
=
JSON
.
parse
(
window
.
localStorage
.
getItem
(
"list"
));
if
(
!
list
)
{
window
.
localStorage
.
setItem
(
"list"
,
JSON
.
stringify
([]));
}
list
=
JSON
.
parse
(
window
.
localStorage
.
getItem
(
"list"
));
let
index
=
list
.
findIndex
(
item
=>
{
return
item
.
value
==
this
.
state
;
});
if
(
index
==
-
1
)
{
this
.
browseVolume
=
this
.
randomBrowseVolume
();
list
.
push
({
value
:
this
.
$route
.
query
.
name
,
num
:
this
.
browseVolume
});
window
.
localStorage
.
setItem
(
"list"
,
JSON
.
stringify
(
list
));
}
else
{
this
.
browseVolume
=
list
[
index
].
num
;
}
},
methods
:
{
gotoMine
(
name
)
{
console
.
log
(
name
,
"nananananananananana"
)
console
.
log
(
name
,
"nananananananananana"
);
this
.
$router
.
push
({
path
:
"/companyinformation"
,
query
:
{
name
:
name
}
...
...
@@ -557,7 +575,7 @@ export default {
this
.
shangbiaoCount
=
num
;
},
randomBrowseVolume
()
{
return
Math
.
random
().
toFixed
(
0
)
*
400
+
100
;
return
(
Math
.
random
()
*
400
+
100
).
toFixed
(
0
)
;
},
lookGenList
()
{
if
(
this
.
lookGen
==
"查看更多"
)
{
...
...
@@ -979,6 +997,9 @@ export default {
margin-bottom
:
15px
;
border
:
1px
solid
rgba
(
238
,
238
,
238
,
1
);
position
:
relative
;
.
tdSpan
:
hover
{
color
:
#499bff
;
}
h3
{
font-size
:
16px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
...
...
channel-access/src/views/pages/companyinformation/patentCertificate.vue
View file @
9ce5d685
...
...
@@ -12,7 +12,7 @@
<tr>
<td>
序号
</td>
<td>
专利类型
</td>
<td>
公开
号
</td>
<td>
申请
号
</td>
<td>
发布日期
</td>
<td>
摘要
</td>
</tr>
...
...
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