Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
54ef6163
authored
2023-10-26 14:23:26 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:待办箱已办箱高级搜索功能的完善
1 parent
b8065e82
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
27 deletions
src/utils/mixin/table.js
src/views/ywbl/components/mixin/index.js
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/ybx/ybx.vue
src/utils/mixin/table.js
View file @
54ef616
import
{
log
}
from
'bpmn-js-token-simulation'
;
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-26 14:22:21
*/
import
{
mapGetters
}
from
'vuex'
import
{
defaultParameters
}
from
"../../views/ywbl/ywsq/javascript/publicDefaultPar"
;
export
default
{
...
...
@@ -10,9 +14,6 @@ export default {
}
}
},
created
()
{
},
computed
:
{
...
mapGetters
([
'dictData'
]),
},
...
...
@@ -26,8 +27,8 @@ export default {
* @param {*} e
* @author: renchao
*/
handkeyCode
(
e
)
{
if
(
e
.
keyCode
===
13
)
{
handkeyCode
(
e
)
{
if
(
e
.
keyCode
===
13
)
{
console
.
log
(
"安"
);
this
.
handleSearch
()
}
...
...
@@ -36,7 +37,7 @@ export default {
* @description: handleSearch
* @author: renchao
*/
handleSearch
()
{
handleSearch
()
{
this
.
pageData
.
currentPage
=
1
if
(
this
.
fetchData
)
{
this
.
fetchData
()
...
...
@@ -80,7 +81,7 @@ export default {
* @param {*} isYwbl
* @author: renchao
*/
resetForm
(
isYwbl
)
{
resetForm
(
isYwbl
)
{
if
(
isYwbl
)
{
this
.
queryForm
=
defaultParameters
.
defaultParameters
();
this
.
pageData
.
currentPage
=
1
;
...
...
src/views/ywbl/components/mixin/index.js
View file @
54ef616
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-25 09:31:27
* @LastEditTime: 2023-
10-26 14:13:12
*/
export
default
{
data
()
{
...
...
@@ -18,7 +18,6 @@ export default {
*/
moreQueryClick
()
{
this
.
isSearch
=
true
},
/**
* @description: 查询事件
...
...
@@ -80,6 +79,7 @@ export default {
this
.
queryForm
[
item
.
zdm
]
=
''
}
this
.
searchForm
[
item
.
zdm
]
=
''
this
.
queryClick
()
},
/**
* @description: iterationData
...
...
src/views/ywbl/dbx/dbx.vue
View file @
54ef616
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-
12 17:05:40
* @LastEditTime: 2023-10-
26 14:21:47
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -201,9 +201,8 @@
total
:
0
,
columns
:
datas
.
columns
(),
data
:
[],
},
jumpid
:
""
,
};
}
}
},
mounted
()
{
sendThis
(
this
);
...
...
src/views/ywbl/ybx/ybx.vue
View file @
54ef616
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-2
4 16:09:46
* @LastEditTime: 2023-10-2
6 14:21:27
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -193,24 +193,12 @@
data
()
{
return
{
queryForm
:
{
ywly
:
""
,
qllx
:
""
,
djlx
:
""
,
ywh
:
""
,
bdcdyh
:
""
,
sqrmc
:
""
,
sqrzjhm
:
""
,
zl
:
""
},
searchForm
:
{
ywlymc
:
""
,
qllxmc
:
""
,
djlxmc
:
""
,
ywh
:
""
,
bdcdyh
:
""
,
sqrmc
:
""
,
sqrzjhm
:
""
,
zl
:
""
},
tableData
:
{
total
:
0
,
...
...
Please
register
or
sign in
to post a comment