Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
515f4382
Commit
515f4382
authored
Jan 05, 2024
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改查询
parent
ee2fe64e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
6 deletions
+36
-6
index.vue
...instructionIdentificationBatch/components/right/index.vue
+36
-6
No files found.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/instructionIdentificationBatch/components/right/index.vue
View file @
515f4382
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
<section
class=
"single-sortie-instruction-identification-right"
>
<section
class=
"single-sortie-instruction-identification-right"
>
<div
class=
"header"
>
<div
class=
"header"
>
<div
class=
"tools"
>
<div
class=
"tools"
>
<el-input
v-model=
"aoName"
size=
"mini"
clearable
placeholder=
"AO(号/名称)"
class=
"inputSearch"
>
<el-button
slot=
"append"
icon=
"el-icon-search"
@
click=
"getSearchTableData"
/>
</el-input>
<span
v-if=
"jurisdId !== 'Activity_0v2qfnh'"
>
<span
v-if=
"jurisdId !== 'Activity_0v2qfnh'"
>
提示:
<i
class=
"el-icon-edit-outline"
/>
可双击编辑列
提示:
<i
class=
"el-icon-edit-outline"
/>
可双击编辑列
</span>
</span>
...
@@ -569,6 +572,9 @@ export default {
...
@@ -569,6 +572,9 @@ export default {
this
.
$utils
.
downLoadFile
(
res
,
downloadTitle
)
this
.
$utils
.
downLoadFile
(
res
,
downloadTitle
)
})
})
},
},
getSearchTableData
()
{
this
.
getTableData
(
this
.
nodeData
,
this
.
level
)
},
/**
/**
* 获取表格数据
* 获取表格数据
*/
*/
...
@@ -581,6 +587,8 @@ export default {
...
@@ -581,6 +587,8 @@ export default {
pageFrom
:
this
.
tablePagination
.
currentPage
,
pageFrom
:
this
.
tablePagination
.
currentPage
,
pageSize
:
this
.
tablePagination
.
pageSize
,
pageSize
:
this
.
tablePagination
.
pageSize
,
searchItems
:
{
searchItems
:
{
children
:
[
{
items
:
[
items
:
[
{
{
fieldName
:
'sorties'
,
fieldName
:
'sorties'
,
...
@@ -590,6 +598,24 @@ export default {
...
@@ -590,6 +598,24 @@ export default {
],
],
operator
:
'AND'
operator
:
'AND'
},
},
{
'items'
:
[
{
'fieldName'
:
'serialNumber'
,
'operator'
:
'LIKE'
,
'value'
:
this
.
aoName
},
{
'fieldName'
:
'name'
,
'operator'
:
'LIKE'
,
'value'
:
this
.
aoName
}
],
'operator'
:
'OR'
}
]
},
openProps
:
[],
openProps
:
[],
sortItem
:
[
sortItem
:
[
{
{
...
@@ -989,6 +1015,10 @@ export default {
...
@@ -989,6 +1015,10 @@ export default {
.tools
{
.tools
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
.inputSearch
{
width
:
300px
;
margin-right
:
20px
;
}
>
span
{
>
span
{
color
:
red
;
color
:
red
;
font-size
:
12px
;
font-size
:
12px
;
...
...
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