Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GeliBusinessPlatform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ljy
GeliBusinessPlatform
Commits
ad7b74ea
Commit
ad7b74ea
authored
Jun 04, 2020
by
刘俊宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正出入库记录的加载更多数据
parent
c51d1056
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
...ata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/出入库记录/CRKListVC.swift
GeliBusinessPlatform/ViewController/出入库记录/CRKListVC.swift
+2
-2
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
View file @
ad7b74ea
No preview for this file type
GeliBusinessPlatform/ViewController/出入库记录/CRKListVC.swift
View file @
ad7b74ea
...
@@ -297,7 +297,7 @@ class CRKListVC: BaseViewController,UITableViewDelegate,UITableViewDataSource,CR
...
@@ -297,7 +297,7 @@ class CRKListVC: BaseViewController,UITableViewDelegate,UITableViewDataSource,CR
})
})
},
completion
:
nil
)
},
completion
:
nil
)
if
model
.
data
?
.
io_res
?
.
count
==
0
{
if
model
.
data
?
.
io_res
?
.
count
==
0
||
model
.
data
?
.
io_res
==
nil
{
self
.
listView
?
.
mj_footer
?
.
endRefreshingWithNoMoreData
()
self
.
listView
?
.
mj_footer
?
.
endRefreshingWithNoMoreData
()
}
else
{
}
else
{
self
.
listView
?
.
mj_footer
?
.
endRefreshing
()
self
.
listView
?
.
mj_footer
?
.
endRefreshing
()
...
@@ -316,7 +316,7 @@ class CRKListVC: BaseViewController,UITableViewDelegate,UITableViewDataSource,CR
...
@@ -316,7 +316,7 @@ class CRKListVC: BaseViewController,UITableViewDelegate,UITableViewDataSource,CR
WarehouseIoList
(
dic
,
success
:
{
(
data
)
in
WarehouseIoList
(
dic
,
success
:
{
(
data
)
in
let
dataM
=
data
as!
WarehouseIoListModel
let
dataM
=
data
as!
WarehouseIoListModel
if
dataM
.
data
?
.
io_res
?
.
count
==
0
{
if
dataM
.
data
?
.
io_res
?
.
count
==
0
||
dataM
.
data
?
.
io_res
==
nil
{
self
.
listView
?
.
mj_footer
?
.
endRefreshingWithNoMoreData
()
self
.
listView
?
.
mj_footer
?
.
endRefreshingWithNoMoreData
()
}
else
{
}
else
{
self
.
page
+=
1
self
.
page
+=
1
...
...
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