Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
3ff1ce9b
Commit
3ff1ce9b
authored
May 14, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改填单、样表报表搜索
parent
68b319c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
portal-manager-ui/admin/src/views/dataAdmin/components/fillRecordReport/fillForm.vue
.../views/dataAdmin/components/fillRecordReport/fillForm.vue
+6
-3
portal-manager-ui/admin/src/views/dataAdmin/components/sampleRecordReport/sampleForm.vue
...ws/dataAdmin/components/sampleRecordReport/sampleForm.vue
+6
-3
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/fillRecordReport/fillForm.vue
View file @
3ff1ce9b
...
...
@@ -4,7 +4,8 @@
<div>
<a-button
:loading=
"btnLoading"
type=
"primary"
class=
"addclass"
type=
"primary"
class=
"addclass"
@
click=
"handleExportTable"
>
<span>
{{
tableSelectedRows
.
length
?
"
导出
"
:
"
导出全部
"
}}
</span>
...
...
@@ -50,7 +51,9 @@
>
</a-range-picker>
<a-button
type=
"primary"
class=
"addclass"
@
click=
"handleSearch"
>
搜索
</a-button>
<a-button
type=
"primary"
class=
"addclass"
@
click=
"handleSearch"
>
搜索
</a-button
>
<a-button
@
click=
"handleReset"
>
重置
</a-button>
</a-space>
</span>
...
...
@@ -184,7 +187,7 @@ export default {
searchName
:
undefined
,
searchForm
:
{
type
:
1
,
// 事项或者材料搜索
type
:
2
,
// 事项或者材料搜索
status
:
""
,
// 打印或者提交
searchName
:
""
,
// 搜索内容
BegindAndEndTime
:
[
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/sampleRecordReport/sampleForm.vue
View file @
3ff1ce9b
...
...
@@ -4,7 +4,8 @@
<div>
<a-button
:loading=
"btnLoading"
type=
"primary"
class=
"addclass"
type=
"primary"
class=
"addclass"
@
click=
"handleExportTable"
>
<span>
{{
tableSelectedRows
.
length
?
"
导出
"
:
"
导出全部
"
}}
</span>
...
...
@@ -40,7 +41,9 @@
>
</a-range-picker>
<a-button
type=
"primary"
class=
"addclass"
@
click=
"handleSearch"
>
搜索
</a-button>
<a-button
type=
"primary"
class=
"addclass"
@
click=
"handleSearch"
>
搜索
</a-button
>
<a-button
@
click=
"handleReset"
>
重置
</a-button>
</a-space>
</span>
...
...
@@ -140,7 +143,7 @@ export default {
},
],
searchForm
:
{
type
:
1
,
// 事项或者材料搜索
type
:
2
,
// 事项或者材料搜索
status
:
""
,
// 打印或者提交
searchName
:
""
,
// 搜索内容
BegindAndEndTime
:
[
...
...
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