Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
dsk-cr20g
Commits
f0a73a63
Commit
f0a73a63
authored
Jun 07, 2023
by
远方不远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hy
parent
4cad5044
Changes
10
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
37393 additions
and
1080 deletions
+37393
-1080
enterpriseData.js
dsk-operate-ui/src/api/enterpriseData/enterpriseData.js
+31
-0
radar.js
dsk-operate-ui/src/api/radar/radar.js
+10
-0
aptitudeLevel.json
dsk-operate-ui/src/assets/json/aptitudeLevel.json
+1179
-0
jabph.json
dsk-operate-ui/src/assets/json/jabph.json
+5149
-0
jsk.json
dsk-operate-ui/src/assets/json/jsk.json
+25310
-0
options.json
dsk-operate-ui/src/assets/json/options.json
+2928
-0
public.css
dsk-operate-ui/src/assets/styles/public.css
+185
-1
sidebar.scss
dsk-operate-ui/src/assets/styles/sidebar.scss
+2
-2
index.vue
...iews/enterpriseData/components/SearchEnterprise/index.vue
+2598
-1076
index.vue
...erate-ui/src/views/radar/components/debtProject/index.vue
+1
-1
No files found.
dsk-operate-ui/src/api/enterpriseData/enterpriseData.js
0 → 100644
View file @
f0a73a63
import
request
from
'@/utils/request'
// 资质json数据
let
aptitudeCode
=
function
aptitudeCode
(
param
)
{
return
request
({
url
:
'https://files.jiansheku.com/file/json/common/aptitudeCode.json'
,
method
:
'get'
,
})
}
// 人员json数据
let
personCert
=
function
personCert
(
param
)
{
return
request
({
url
:
'https://files.jiansheku.com/file/json/common/personCert.json'
,
method
:
'get'
,
})
}
// 备案网站
let
searchDic
=
function
searchDic
(
param
)
{
return
request
({
url
:
'https://files.jiansheku.com/file/json/common/searchDic.json'
,
method
:
'get'
,
})
}
// 备案网站
let
regionWebList
=
function
regionWebList
(
param
)
{
return
request
({
url
:
'/nationzj/enterprice/regionWebList'
,
method
:
'get'
,
})
}
export
default
{
aptitudeCode
,
personCert
,
searchDic
,
regionWebList
}
\ No newline at end of file
dsk-operate-ui/src/api/radar/radar.js
0 → 100644
View file @
f0a73a63
import
request
from
'@/utils/request'
// 导入客户列表
let
importData
=
function
importData
(
param
)
{
return
request
({
url
:
'/customer/importData'
,
method
:
'POST'
,
data
:
param
})
}
export
default
{
importData
}
\ No newline at end of file
dsk-operate-ui/src/assets/json/aptitudeLevel.json
0 → 100644
View file @
f0a73a63
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/assets/json/jabph.json
0 → 100644
View file @
f0a73a63
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/assets/json/jsk.json
0 → 100644
View file @
f0a73a63
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/assets/json/options.json
0 → 100644
View file @
f0a73a63
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/assets/styles/public.css
View file @
f0a73a63
...
@@ -508,3 +508,187 @@ select {
...
@@ -508,3 +508,187 @@ select {
width
:
39px
;
width
:
39px
;
height
:
14px
;
height
:
14px
;
}
}
.content_item_ckquery
.item_ckquery_list
{
display
:
flex
;
}
.content_item_ckquery
.item_ckquery_list
.el-input__icon
{
position
:
relative
;
top
:
1px
;
}
.content_item_ckquery
.item_ckquery_distance
{
margin-top
:
8px
;
}
.ckquery_list_right
{
width
:
716px
;
}
.content_item_ckquery
.item_ckquery_btn
{
display
:
inline-block
;
border-radius
:
2px
2px
2px
2px
;
cursor
:
pointer
;
text-align
:
center
;
color
:
#ffffff
;
margin-left
:
8px
;
margin-right
:
32px
;
width
:
115px
;
height
:
34px
;
line-height
:
34px
;
border
:
1px
solid
#0081FF
;
font-weight
:
400
;
color
:
#0081FF
;
}
.content_item_ckquery
.item_ckquery_btn
:hover
{
background
:
#0074E5
;
color
:
#fff
;
}
.content_item_ckquery
.el-radio__label
{
margin-left
:
0px
;
padding-left
:
4px
;
margin-right
:
24px
;
}
.content_item_list
{
line-height
:
34px
;
}
.content_item_zizi
.el-radio__label
{
margin-right
:
0
;
}
.content_item_zizi
.el-cascader-node
>
.el-radio
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
40px
;
opacity
:
0
;
}
.select-list
{
color
:
#666
;
line-height
:
24px
;
font-size
:
14px
;
padding
:
0
;
user-select
:
none
;
min-width
:
100px
;
max-width
:
380px
;
max-height
:
400px
;
overflow
:
auto
;
box-shadow
:
none
;
border-radius
:
0
;
background-color
:
#fff
;
padding
:
6px
0px
;
}
.select-radio
::-webkit-scrollbar-thumb
{
background-color
:
#b9b9b9
!important
;
border-radius
:
6px
!important
;
}
.select-radio
::-webkit-scrollbar
{
width
:
6px
!important
;
height
:
6px
!important
;
}
.select-radio
::-webkit-scrollbar-track
{
background
:
#fff
!important
;
}
.select-radio
::-webkit-scrollbar-corner
{
background
:
#fff
!important
;
}
.select-list
li
{
cursor
:
pointer
;
display
:
block
;
padding
:
0
;
}
.select-list
li
:hover
{
color
:
#0381fa
;
background
:
#f2f7ff
;
}
.select-list
li
.el-icon--right
{
float
:
right
;
margin-top
:
4px
;
}
.select-list
.el-dropdown-menu__item
{
padding
:
0
;
}
.select-list
.el-dropdown-menu__item
:hover
{
color
:
#0381fa
;
background
:
#f2f7ff
;
}
.select-list
.select-list-li
{
text-align
:
left
;
padding
:
0px
16px
;
line-height
:
32px
;
position
:
relative
;
}
.select-list-li
.ivu-date-picker
.ivu-select-dropdown
{
/* position: absolute;
top: 0;
left: 0;
width: 96px;
opacity: 0; */
left
:
120px
!important
;
z-index
:
1000
;
}
.ivu-select-dropdown
{
z-index
:
9000
;
}
.select-list-li-span
{
width
:
96px
;
}
.select-list
.active
{
color
:
#0381fa
;
background
:
#f2f7ff
;
}
.select-list
.active
.el-radio__label
{
color
:
#0381fa
;
}
.select-list-left
{
border-left
:
1px
solid
#ccc
;
margin-left
:
2px
;
}
.select-list
.el-radio
{
display
:
block
;
line-height
:
36px
;
margin
:
0
;
}
.select-list
.el-radio
.el-radio__label
{
padding-left
:
16px
;
padding-right
:
16px
;
display
:
block
;
margin
:
0
;
}
.select-list
.el-radio
.el-radio__label
:hover
{
/* color: #0381fa;
background: #f2f7ff; */
}
.select-list
.el-radio__input.is-checked
+
.el-radio__label
{
background
:
#f2f7ff
;
}
.select-list
.el-radio__input
{
display
:
none
;
}
dsk-operate-ui/src/assets/styles/sidebar.scss
View file @
f0a73a63
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
left
:
0
;
left
:
0
;
z-index
:
1001
;
z-index
:
1001
;
// overflow: hidden;
// overflow: hidden;
-webkit-box-shadow
:
2px
0
6px
rgba
(
0
,
21
,
41
,.
35
);
//
-webkit-box-shadow: 2px 0 6px rgba(0,21,41,.35);
box-shadow
:
2px
0
6px
rgba
(
0
,
21
,
41
,.
35
);
//
box-shadow: 2px 0 6px rgba(0,21,41,.35);
//展开、收起箭头
//展开、收起箭头
.side-expand
{
.side-expand
{
position
:
absolute
;
position
:
absolute
;
...
...
dsk-operate-ui/src/views/enterpriseData/components/SearchEnterprise/index.vue
View file @
f0a73a63
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/radar/components/debtProject/index.vue
View file @
f0a73a63
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<el-input
class=
"ename_input"
<el-input
class=
"ename_input"
placeholder=
"请输入项目名称关键字"
v-model=
"ename"
@
input=
"enamebtn('ename',ename)"
></el-input>
placeholder=
"请输入项目名称关键字"
v-model=
"ename"
@
input=
"enamebtn('ename',ename)"
></el-input>
<template
v-if=
"ename"
>
<template
v-if=
"ename"
>
<span
v-for=
" (item,k) in enameQueryTypeList"
:key=
"k"
>
<span
v-for=
" (item,k) in enameQueryTypeList"
:key=
"k"
style=
"margin-right: 24px;"
>
<el-radio
v-model=
"enameQueryType"
:label=
"item.key"
>
{{
item
.
value
}}
</el-radio>
<el-radio
v-model=
"enameQueryType"
:label=
"item.key"
>
{{
item
.
value
}}
</el-radio>
</span>
</span>
</
template
>
</
template
>
...
...
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