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
c2f96d5c
Commit
c2f96d5c
authored
Jun 09, 2023
by
远方不远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hy
parent
ad6aaa35
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1142 additions
and
9 deletions
+1142
-9
enterpriseData.js
dsk-operate-ui/src/api/enterpriseData/enterpriseData.js
+17
-1
public.css
dsk-operate-ui/src/assets/styles/public.css
+24
-1
index.vue
...te-ui/src/views/enterpriseData/components/Owner/index.vue
+1093
-0
index.vue
dsk-operate-ui/src/views/enterpriseData/index.vue
+8
-7
No files found.
dsk-operate-ui/src/api/enterpriseData/enterpriseData.js
View file @
c2f96d5c
...
...
@@ -27,5 +27,21 @@ let regionWebList= function regionWebList(param) {
method
:
'get'
,
})
}
// 查甲方选项
let
uipGroupData
=
function
uipGroupData
(
param
)
{
return
request
({
url
:
'/enterprise/uipGroupData'
,
method
:
'post'
,
})
}
// 查甲方列表
let
uipSerach
=
function
uipSerach
(
param
)
{
return
request
({
url
:
'/enterprise/uipSerach'
,
method
:
'post'
,
data
:
param
})
}
export
default
{
aptitudeCode
,
personCert
,
searchDic
,
regionWebList
}
\ No newline at end of file
export
default
{
aptitudeCode
,
personCert
,
searchDic
,
regionWebList
,
uipGroupData
,
uipSerach
}
\ No newline at end of file
dsk-operate-ui/src/assets/styles/public.css
View file @
c2f96d5c
...
...
@@ -416,7 +416,7 @@ select {
}
.toolbar-right-download
{
padding
:
8px
21
px
;
padding
:
6px
18
px
;
margin
:
0px
;
cursor
:
pointer
;
font-weight
:
400
;
...
...
@@ -425,6 +425,8 @@ select {
border-radius
:
5px
5px
5px
5px
;
border
:
1px
solid
#D9D9D9
;
text-align
:
center
;
font-size
:
14px
;
font-weight
:
400
;
}
.toolbar-right-download
.el-icon-arrow-down
{
margin-left
:
8px
;
...
...
@@ -692,3 +694,24 @@ select {
.select-list
.el-radio__input
{
display
:
none
;
}
.checkbox
{
display
:
flex
;
align-items
:
center
;
}
.checkbox
.checkbox-titel
{
font-size
:
14px
;
font-weight
:
400
;
color
:
rgba
(
35
,
35
,
35
,
0.8
);
margin-right
:
24px
;
}
.checkbox
.checkbox-content
{
display
:
flex
;
align-items
:
center
;
}
.checkbox
.el-checkbox__label
{
padding-left
:
8px
;
color
:
#232323
;
}
.checkbox
.checkbox-content
.checkbox-content-qx
{
margin-right
:
30px
;
}
\ No newline at end of file
dsk-operate-ui/src/views/enterpriseData/components/Owner/index.vue
0 → 100644
View file @
c2f96d5c
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/enterpriseData/index.vue
View file @
c2f96d5c
...
...
@@ -13,8 +13,8 @@
</div>
</div>
</div>
<!--
企业专项债
-->
<
!--
<debtProject
v-if=
"personnelHerf=='debtProject'"
/>
--
>
<!--
查业主单位
-->
<
Owner
v-if=
"personnelHerf=='Owner'"
/
>
<!-- 查企业 -->
<SearchEnterprise
v-if=
"personnelHerf=='SearchEnterprise'"
/>
...
...
@@ -25,28 +25,29 @@
</
template
>
<
script
>
import
SearchEnterprise
from
"./components/SearchEnterprise/index.vue"
;
import
Owner
from
"./components/Owner/index.vue"
;
import
"@/assets/styles/public.css"
;
export
default
{
name
:
'enterpriseData'
,
components
:
{
SearchEnterprise
},
components
:
{
SearchEnterprise
,
Owner
},
data
()
{
return
{
// tablist
personnelList
:
[{
key
:
'
1
'
,
status
:
fals
e
,
key
:
'
Owner
'
,
status
:
tru
e
,
value
:
'查业主单位'
,
},
{
key
:
'SearchEnterprise'
,
status
:
tru
e
,
status
:
fals
e
,
value
:
'查建筑企业'
,
},
],
personnelHerf
:
'
SearchEnterprise
'
personnelHerf
:
'
Owner
'
}
},
created
()
{},
...
...
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