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
b3dd252e
Commit
b3dd252e
authored
Jun 08, 2023
by
MyName
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.60.201/root/dsk-operate-sys
parents
73bcd218
4641f8e1
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
73 additions
and
45 deletions
+73
-45
EnterpriseUipSearchBody.java
...dsk/common/core/domain/model/EnterpriseUipSearchBody.java
+5
-0
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
No files found.
dsk-common/src/main/java/com/dsk/common/core/domain/model/EnterpriseUipSearchBody.java
View file @
b3dd252e
...
...
@@ -41,6 +41,11 @@ public class EnterpriseUipSearchBody extends BasePage {
*/
private
List
<
Integer
>
areaIds
;
/**
* 地区级别 1 省级,2 地市级,3区县级
*/
private
Integer
regionLevel
;
/**
* 城投业务类型
*/
...
...
dsk-operate-ui/src/views/detail/party-a/financial/index.vue
View file @
b3dd252e
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/detail/party-a/opport/administrative.vue
View file @
b3dd252e
...
...
@@ -45,18 +45,18 @@ export default {
pageSize
:
20
},
forData
:
[
{
label
:
'许可决定日期'
,
prop
:
'
xxx
'
,
width
:
'100'
},
{
label
:
'许可决定日期'
,
prop
:
'
deciTime
'
,
width
:
'100'
},
{
label
:
'决定文书号'
,
prop
:
'deciWritNo'
,
width
:
'200'
},
{
label
:
'许可编号'
,
prop
:
'
xxx
'
,
width
:
'100'
},
{
label
:
'许可编号'
,
prop
:
'
permitNo
'
,
width
:
'100'
},
{
label
:
'决定文书名称'
,
prop
:
'deciWritName'
,
width
:
'190'
},
{
label
:
'许可内容'
,
prop
:
'content'
,
width
:
'300'
,
slot
:
true
},
{
label
:
'有效期自'
,
prop
:
'valiBegin'
,
width
:
'100'
},
{
label
:
'有效期至'
,
prop
:
'valiEnd'
,
width
:
'100'
},
{
label
:
'行政许可类别'
,
prop
:
'
xxx
'
,
width
:
'100'
},
{
label
:
'行政许可类别'
,
prop
:
'
permitType
'
,
width
:
'100'
},
{
label
:
'许可机关'
,
prop
:
'office'
,
width
:
'180'
},
{
label
:
'行政许可机关统一社会信用代码'
,
prop
:
'xxx'
,
width
:
'200'
},
{
label
:
'数据来源单位'
,
prop
:
'
xxx
'
,
width
:
'110'
},
{
label
:
'数据来源单位统一社会信用代码'
,
prop
:
'
xxx
'
,
width
:
'200'
},
{
label
:
'数据来源单位'
,
prop
:
'
dataSourceOffice
'
,
width
:
'110'
},
{
label
:
'数据来源单位统一社会信用代码'
,
prop
:
'
dataSourceOfficeCreditCode
'
,
width
:
'200'
},
{
label
:
'来源'
,
prop
:
'dataSource'
,
width
:
'80'
}
],
formData
:
[
...
...
dsk-operate-ui/src/views/detail/party-a/opport/announcement.vue
View file @
b3dd252e
...
...
@@ -128,7 +128,6 @@ export default {
this
.
tableDataTotal
=
res
.
total
}
,
getAreaList
(
params
){
console
.
log
(
'参数1:'
,
params
)
if
(
params
.
province
&&
params
.
province
.
length
>
0
){
let
provinceIds
=
[],
cityIds
=
[],
areaIds
=
[]
for
(
let
i
=
0
;
i
<
params
.
province
.
length
;
i
++
){
...
...
@@ -147,7 +146,6 @@ export default {
return
self
.
indexOf
(
value
)
===
index
}
)
}
console
.
log
(
'参数2:'
,
params
)
return
params
}
}
...
...
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