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
e684e88b
Commit
e684e88b
authored
May 28, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
移库入库库位搜索下拉加载更多修改
parent
8c45aa1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
index.vue
...ponents/components/InStorageMoveWarehouseSelect/index.vue
+13
-7
No files found.
applications/dee-mes/src/privateComponents/components/InStorageMoveWarehouseSelect/index.vue
View file @
e684e88b
...
...
@@ -169,6 +169,11 @@ export default {
},
// 远程搜索物料类别
remoteMethod
(
query
)
{
this
.
stopLoading
=
false
this
.
pageData
=
{
// 懒加载相关参数,这里代表从第一条数据开始加载,一次加载二十项
pageNumber
:
1
,
pageSize
:
10
}
if
(
sessionStorage
.
getItem
(
'InStorageMoveform-InStorageMoveTable'
))
{
this
.
linkageValue
=
sessionStorage
.
getItem
(
'InStorageMoveform-InStorageMoveTable'
)
}
...
...
@@ -189,14 +194,15 @@ export default {
// 有内容则搜索
if
(
query
!==
''
)
{
querys
.
searchItems
.
items
.
push
({
'fieldName'
:
'extcode'
,
operator
:
'LIKE'
,
value
:
query
})
}
else
{
// 重置懒加载
this
.
stopLoading
=
false
this
.
pageData
=
{
// 懒加载相关参数,这里代表从第一条数据开始加载,一次加载二十项
pageNumber
:
1
,
pageSize
:
10
}
}
// else {
// // 重置懒加载
// this.stopLoading = false
// this.pageData = {// 懒加载相关参数,这里代表从第一条数据开始加载,一次加载二十项
// pageNumber: 1,
// pageSize: 10
// }
// }
// 调用接口
this
.
selectLoading
=
true
this
.
getdata
(
querys
)
...
...
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