Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
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
zhouqian
vue-gjjs
Commits
11ded985
Commit
11ded985
authored
Jan 15, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待申报按钮
parent
7bd3f106
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
6 deletions
+44
-6
Selp.vue
src/views/Business/Bopsel/Selp.vue
+35
-6
index.vue
src/views/TaskList/index.vue
+9
-0
No files found.
src/views/Business/Bopsel/Selp.vue
View file @
11ded985
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-list-search
@
form-reset=
"selpHandleReset"
@
form-search=
"selpHandleSearch"
>
<
!--
<
c-list-search
@
form-reset=
"selpHandleReset"
@
form-search=
"selpHandleSearch"
>
<template
v-slot=
"searchSlot"
>
<template
v-slot=
"searchSlot"
>
-->
<el-form
<el-form
class=
"m-table-search-form"
class=
"m-table-search-form"
ref=
"paramsForm"
ref=
"paramsForm"
...
@@ -66,11 +66,25 @@
...
@@ -66,11 +66,25 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"text-align: right;height:36.8px"
v-if=
"!searchToggle"
>
<el-button
size=
"small"
@
click=
"selpHandleReset"
>
重置
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"selpHandleSearch"
>
查询
</el-button
>
<el-button
type=
"text"
@
click=
"searchToggle=true"
>
展开
<i
class=
"el-icon-arrow-down"
></i>
</el-button>
</c-col>
</el-row>
</el-row>
<el-row
v-show=
"search
Slot.search
Toggle"
>
<el-row
v-show=
"searchToggle"
>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"申报号码"
prop=
"bopquep.rptno"
style=
"width: 100%"
>
<el-form-item
label=
"申报号码"
prop=
"bopquep.rptno"
style=
"width: 100%"
>
...
@@ -186,11 +200,25 @@
...
@@ -186,11 +200,25 @@
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
style=
"text-align: right;height:36.8px"
v-if=
"searchToggle"
>
<el-button
size=
"small"
@
click=
"selpHandleReset"
>
重置
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"selpHandleSearch"
>
查询
</el-button
>
<el-button
type=
"text"
@
click=
"searchToggle=false"
>
展开
<i
class=
"el-icon-arrow-up"
></i>
</el-button>
</c-col>
</c-col>
</c-col>
</el-row>
</el-row>
</el-form>
</el-form>
</
template
>
<
!--
<
/
template
>
</c-list-search>
</c-list-search>
-->
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
...
@@ -377,6 +405,7 @@ export default {
...
@@ -377,6 +405,7 @@ export default {
mixins
:
[
CommonProcess
],
mixins
:
[
CommonProcess
],
data
()
{
data
()
{
return
{
return
{
searchToggle
:
false
,
stmData
:
{
stmData
:
{
columns
:
[
columns
:
[
'4 1 "申报号码" 0 '
,
'4 1 "申报号码" 0 '
,
...
...
src/views/TaskList/index.vue
View file @
11ded985
...
@@ -109,3 +109,12 @@ export default {
...
@@ -109,3 +109,12 @@ export default {
padding
:
3px
15px
;
padding
:
3px
15px
;
}
}
</
style
>
</
style
>
<
style
>
.m-table-search-form
{
position
:
flex
;
flex-direction
:
row
;
}
.m-table-search-form
.el-form-item__content
{
width
:
calc
(
100%
-
110px
);
}
</
style
>
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