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
9e55b46c
Commit
9e55b46c
authored
Dec 27, 2023
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉加载更多
parent
596a7a5f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
14 deletions
+38
-14
index.vue
...views/assemblyPlanManagement/inspectionDispatch/index.vue
+18
-6
index.vue
...ews/assemblyPlanManagement/instructionsDispatch/index.vue
+2
-2
missingParts.vue
...Management/instructionsIssued/components/missingParts.vue
+18
-6
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/inspectionDispatch/index.vue
View file @
9e55b46c
...
...
@@ -87,7 +87,7 @@
<div
class=
"sub-title"
style=
"margin:0 10px"
>
检验派工
</div>
<div
class=
"group-list"
>
<div
class=
"group-list"
@
scroll=
"handleScroll"
>
<div
v-for=
"(item, index) in groupUserList"
:key=
"index"
class=
"group-list-box"
:class=
"
{'active': item.isSelect}" @click="changeGroupUser(item)">
<div
class=
"message"
>
<el-tooltip
placement=
"top"
>
...
...
@@ -118,9 +118,9 @@
</div>
</div>
<div
class=
"more-bar"
>
<
span
v-if=
"groupUserList.length
<
groupUserTotal
"
class=
"more"
@
click=
"getMoreData"
>
加载更多
</span
>
<span
v-
else-
if=
"groupUserList.length===0"
>
暂无数据
</span>
<span
v-
else
>
已全部加载!
</span>
<
!--
<span
v-if=
"groupUserList.length
<
groupUserTotal
"
class=
"more"
@
click=
"getMoreData"
>
加载更多
</span>
--
>
<span
v-if=
"groupUserList.length===0"
>
暂无数据
</span>
<span
v-
if=
"groupUserTotal!==0&&groupUserList.length===groupUserTotal"
>
已全部加载!
</span>
</div>
</div>
</
template
>
...
...
@@ -276,7 +276,8 @@ export default {
}
],
groupUserTotal
:
0
,
groupUserPage
:
1
groupUserPage
:
1
,
isLoading
:
false
}
},
computed
:
{
...
...
@@ -305,6 +306,15 @@ export default {
this
.
getStation
()
},
methods
:
{
handleScroll
(
e
)
{
if
(
this
.
isLoading
)
return
const
scrollTop
=
e
.
target
.
scrollTop
const
scrollHeight
=
e
.
target
.
scrollHeight
const
clientHeight
=
e
.
target
.
clientHeight
if
(
scrollTop
+
clientHeight
-
scrollHeight
<=
40
)
{
this
.
getMoreData
()
}
},
getStories
()
{
const
params
=
{
'searchItems'
:
{
...
...
@@ -583,6 +593,7 @@ export default {
val
.
isSelect
=
!
val
.
isSelect
},
getGroupUser
()
{
this
.
isLoading
=
true
const
params
=
{
'pageFrom'
:
this
.
groupUserPage
,
'pageSize'
:
10
,
...
...
@@ -622,13 +633,14 @@ export default {
this
.
groupUserList
.
push
(
item
)
})
this
.
groupUserTotal
=
res
.
items
.
totalElements
this
.
isLoading
=
false
// this.groupUserList[0].isSelect = true
}
})
},
getMoreData
()
{
const
num
=
Math
.
ceil
(
this
.
groupUserTotal
/
10
)
if
(
this
.
groupUserPage
<
=
num
)
{
if
(
this
.
groupUserPage
<
num
)
{
this
.
groupUserPage
++
this
.
getGroupUser
()
}
...
...
applications/dee-mes/src/views/assemblyPlanManagement/instructionsDispatch/index.vue
View file @
9e55b46c
...
...
@@ -46,7 +46,7 @@
<el-col
:span=
"2"
>
<el-button
type=
"primary"
@
click=
"
search
TableData"
@
click=
"
get
TableData"
>
查询
</el-button>
</el-col>
</el-form>
...
...
@@ -176,7 +176,7 @@
<div
class=
"more-bar"
>
<!--
<span
v-if=
"groupUserList.length
<
groupUserTotal
"
class=
"more"
@
click=
"getMoreData"
>
加载更多
</span>
-->
<span
v-if=
"groupUserList.length===0"
>
暂无数据
</span>
<span
v-
else
>
已全部加载!
</span>
<span
v-
if=
"groupUserTotal!==0&&groupUserList.length===groupUserTotal"
>
已全部加载!
</span>
</div>
</div>
</
template
>
...
...
applications/dee-mes/src/views/assemblyPlanManagement/instructionsIssued/components/missingParts.vue
View file @
9e55b46c
...
...
@@ -4,7 +4,7 @@
<div
class=
"sub-title"
style=
"margin:0 10px"
>
下发班组
</div>
<div
class=
"group-list"
>
<div
class=
"group-list"
@
scroll=
"handleScroll"
>
<div
v-for=
"(item, index) in groupDropList"
:key=
"index"
class=
"group-list-box"
:class=
"
{'active': group===item.id}" @click="changeGroup(item)">
<div
class=
"left"
>
<div
class=
"left-text"
>
{{
item
.
resName
}}
</div>
...
...
@@ -31,9 +31,9 @@
</div>
</div>
<div
class=
"more-bar"
>
<
span
v-if=
"groupDropList.length
<
groupTotal
"
class=
"more"
@
click=
"getMoreData"
>
加载更多
</span
>
<span
v-
else-
if=
"groupDropList.length===0"
>
暂无数据
</span>
<span
v-
else
>
已全部加载!
</span>
<
!--
<span
v-if=
"groupDropList.length
<
groupTotal
"
class=
"more"
@
click=
"getMoreData"
>
加载更多
</span>
--
>
<span
v-if=
"groupDropList.length===0"
>
暂无数据
</span>
<span
v-
if=
"groupTotal!==0&&groupDropList.length===groupTotal"
>
已全部加载!
</span>
</div>
</div>
</div>
...
...
@@ -56,7 +56,8 @@ export default {
groupTotal
:
0
,
detailInfo
:
null
,
group
:
''
,
groupType
:
''
groupType
:
''
,
isLoading
:
''
}
},
created
()
{
...
...
@@ -86,10 +87,20 @@ export default {
})
},
methods
:
{
handleScroll
(
e
)
{
if
(
this
.
isLoading
)
return
const
scrollTop
=
e
.
target
.
scrollTop
const
scrollHeight
=
e
.
target
.
scrollHeight
const
clientHeight
=
e
.
target
.
clientHeight
if
(
scrollTop
+
clientHeight
-
scrollHeight
<=
10
)
{
this
.
getMoreData
()
}
},
handleCurrentChange
(
val
)
{
this
.
$emit
(
'getInfo'
,
val
)
},
getGroupList
()
{
this
.
isLoading
=
true
const
params
=
{
'pageFrom'
:
this
.
groupPage
,
'pageSize'
:
10
,
...
...
@@ -150,12 +161,13 @@ export default {
if
(
res
.
items
&&
res
.
items
.
content
)
{
this
.
groupDropList
=
this
.
groupDropList
.
concat
(
res
.
items
.
content
)
this
.
groupTotal
=
res
.
items
.
totalElements
this
.
isLoading
=
false
}
})
},
getMoreData
()
{
const
num
=
Math
.
ceil
(
this
.
groupTotal
/
10
)
if
(
this
.
groupPage
<
=
num
)
{
if
(
this
.
groupPage
<
num
)
{
this
.
groupPage
++
this
.
getGroupList
()
}
...
...
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