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
4641f8e1
Commit
4641f8e1
authored
Jun 08, 2023
by
zhangyi
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
cc55ba8f
3834c04e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
70 additions
and
47 deletions
+70
-47
index.vue
dsk-operate-ui/src/views/detail/party-a/financial/index.vue
+63
-38
administrative.vue
...ate-ui/src/views/detail/party-a/opport/administrative.vue
+5
-5
announcement.vue
...erate-ui/src/views/detail/party-a/opport/announcement.vue
+0
-2
zlwd.vue
...erate-ui/src/views/project/projectList/component/zlwd.vue
+2
-2
No files found.
dsk-operate-ui/src/views/detail/party-a/financial/index.vue
View file @
4641f8e1
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/detail/party-a/opport/administrative.vue
View file @
4641f8e1
...
@@ -45,18 +45,18 @@ export default {
...
@@ -45,18 +45,18 @@ export default {
pageSize
:
20
pageSize
:
20
},
},
forData
:
[
forData
:
[
{
label
:
'许可决定日期'
,
prop
:
'
xxx
'
,
width
:
'100'
},
{
label
:
'许可决定日期'
,
prop
:
'
deciTime
'
,
width
:
'100'
},
{
label
:
'决定文书号'
,
prop
:
'deciWritNo'
,
width
:
'200'
},
{
label
:
'决定文书号'
,
prop
:
'deciWritNo'
,
width
:
'200'
},
{
label
:
'许可编号'
,
prop
:
'
xxx
'
,
width
:
'100'
},
{
label
:
'许可编号'
,
prop
:
'
permitNo
'
,
width
:
'100'
},
{
label
:
'决定文书名称'
,
prop
:
'deciWritName'
,
width
:
'190'
},
{
label
:
'决定文书名称'
,
prop
:
'deciWritName'
,
width
:
'190'
},
{
label
:
'许可内容'
,
prop
:
'content'
,
width
:
'300'
,
slot
:
true
},
{
label
:
'许可内容'
,
prop
:
'content'
,
width
:
'300'
,
slot
:
true
},
{
label
:
'有效期自'
,
prop
:
'valiBegin'
,
width
:
'100'
},
{
label
:
'有效期自'
,
prop
:
'valiBegin'
,
width
:
'100'
},
{
label
:
'有效期至'
,
prop
:
'valiEnd'
,
width
:
'100'
},
{
label
:
'有效期至'
,
prop
:
'valiEnd'
,
width
:
'100'
},
{
label
:
'行政许可类别'
,
prop
:
'
xxx
'
,
width
:
'100'
},
{
label
:
'行政许可类别'
,
prop
:
'
permitType
'
,
width
:
'100'
},
{
label
:
'许可机关'
,
prop
:
'office'
,
width
:
'180'
},
{
label
:
'许可机关'
,
prop
:
'office'
,
width
:
'180'
},
{
label
:
'行政许可机关统一社会信用代码'
,
prop
:
'xxx'
,
width
:
'200'
},
{
label
:
'行政许可机关统一社会信用代码'
,
prop
:
'xxx'
,
width
:
'200'
},
{
label
:
'数据来源单位'
,
prop
:
'
xxx
'
,
width
:
'110'
},
{
label
:
'数据来源单位'
,
prop
:
'
dataSourceOffice
'
,
width
:
'110'
},
{
label
:
'数据来源单位统一社会信用代码'
,
prop
:
'
xxx
'
,
width
:
'200'
},
{
label
:
'数据来源单位统一社会信用代码'
,
prop
:
'
dataSourceOfficeCreditCode
'
,
width
:
'200'
},
{
label
:
'来源'
,
prop
:
'dataSource'
,
width
:
'80'
}
{
label
:
'来源'
,
prop
:
'dataSource'
,
width
:
'80'
}
],
],
formData
:
[
formData
:
[
...
...
dsk-operate-ui/src/views/detail/party-a/opport/announcement.vue
View file @
4641f8e1
...
@@ -128,7 +128,6 @@ export default {
...
@@ -128,7 +128,6 @@ export default {
this
.
tableDataTotal
=
res
.
total
this
.
tableDataTotal
=
res
.
total
}
,
}
,
getAreaList
(
params
){
getAreaList
(
params
){
console
.
log
(
'参数1:'
,
params
)
if
(
params
.
province
&&
params
.
province
.
length
>
0
){
if
(
params
.
province
&&
params
.
province
.
length
>
0
){
let
provinceIds
=
[],
cityIds
=
[],
areaIds
=
[]
let
provinceIds
=
[],
cityIds
=
[],
areaIds
=
[]
for
(
let
i
=
0
;
i
<
params
.
province
.
length
;
i
++
){
for
(
let
i
=
0
;
i
<
params
.
province
.
length
;
i
++
){
...
@@ -147,7 +146,6 @@ export default {
...
@@ -147,7 +146,6 @@ export default {
return
self
.
indexOf
(
value
)
===
index
return
self
.
indexOf
(
value
)
===
index
}
)
}
)
}
}
console
.
log
(
'参数2:'
,
params
)
return
params
return
params
}
}
}
}
...
...
dsk-operate-ui/src/views/project/projectList/component/zlwd.vue
View file @
4641f8e1
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<div
class=
"wj wj1"
></div>
上传文件
<div
class=
"wj wj1"
></div>
上传文件
</el-upload>
</el-upload>
</div>
</div>
<div>
<div
style=
"display: none"
>
<el-upload
<el-upload
class=
"upload-demo"
class=
"upload-demo"
:action=
"action"
:action=
"action"
...
@@ -274,7 +274,7 @@
...
@@ -274,7 +274,7 @@
.uploadbox
{
.uploadbox
{
position
:
absolute
;
position
:
absolute
;
width
:
124px
;
width
:
124px
;
height
:
73
px
;
height
:
36
px
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
box-shadow
:
0px
0px
4px
0px
rgba
(
0
,
0
,
0
,
0
.08
);
box-shadow
:
0px
0px
4px
0px
rgba
(
0
,
0
,
0
,
0
.08
);
border-radius
:
2px
;
border-radius
:
2px
;
...
...
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