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
b01ad239
Commit
b01ad239
authored
Nov 17, 2023
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
移库查询extname>extcode
parent
09746d88
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.vue
...ponents/components/InStorageMoveWarehouseSelect/index.vue
+5
-5
No files found.
applications/dee-mes/src/privateComponents/components/InStorageMoveWarehouseSelect/index.vue
View file @
b01ad239
...
@@ -141,7 +141,7 @@ export default {
...
@@ -141,7 +141,7 @@ export default {
pageSize
:
10
,
pageSize
:
10
,
searchItems
:
{
searchItems
:
{
items
:
[
items
:
[
{
'fieldName'
:
'ext
nam
e'
,
operator
:
'LIKE'
,
value
:
this
.
querys
},
{
'fieldName'
:
'ext
cod
e'
,
operator
:
'LIKE'
,
value
:
this
.
querys
},
{
'fieldName'
:
'extCenterId'
,
operator
:
'EQ'
,
value
:
this
.
linkageValue
}
{
'fieldName'
:
'extCenterId'
,
operator
:
'EQ'
,
value
:
this
.
linkageValue
}
],
],
operator
:
'AND'
operator
:
'AND'
...
@@ -171,7 +171,7 @@ export default {
...
@@ -171,7 +171,7 @@ export default {
}
}
// 有内容则搜索
// 有内容则搜索
if
(
query
!==
''
)
{
if
(
query
!==
''
)
{
querys
.
searchItems
.
items
.
push
({
'fieldName'
:
'ext
nam
e'
,
operator
:
'LIKE'
,
value
:
query
})
querys
.
searchItems
.
items
.
push
({
'fieldName'
:
'ext
cod
e'
,
operator
:
'LIKE'
,
value
:
query
})
}
else
{
}
else
{
// 重置懒加载
// 重置懒加载
this
.
stopLoading
=
false
this
.
stopLoading
=
false
...
@@ -190,7 +190,7 @@ export default {
...
@@ -190,7 +190,7 @@ export default {
this
.
options
=
res
.
items
.
content
.
map
(
row
=>
{
this
.
options
=
res
.
items
.
content
.
map
(
row
=>
{
return
{
return
{
value
:
row
.
id
,
value
:
row
.
id
,
label
:
row
.
ext
nam
e
label
:
row
.
ext
cod
e
}
}
})
})
}).
finally
(()
=>
{
}).
finally
(()
=>
{
...
@@ -215,14 +215,14 @@ export default {
...
@@ -215,14 +215,14 @@ export default {
options
=
arr
.
map
(
row
=>
{
options
=
arr
.
map
(
row
=>
{
return
{
return
{
value
:
row
.
id
,
value
:
row
.
id
,
label
:
row
.
ext
nam
e
label
:
row
.
ext
cod
e
}
}
})
})
}
else
{
}
else
{
options
=
[...
this
.
options
,
...
arr
.
map
(
row
=>
{
options
=
[...
this
.
options
,
...
arr
.
map
(
row
=>
{
return
{
return
{
value
:
row
.
id
,
value
:
row
.
id
,
label
:
row
.
ext
nam
e
label
:
row
.
ext
cod
e
}
}
})]
})]
}
}
...
...
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