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
3ad4dbe2
Commit
3ad4dbe2
authored
Jan 19, 2021
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复显示bug
parent
536446e3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
7 deletions
+5
-7
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/商品管理/GoodsManageListVC.swift
...inessPlatform/ViewController/商品管理/GoodsManageListVC.swift
+2
-4
GeliBusinessPlatform/ViewController/商品管理/GoodsManageListVC.xib
...usinessPlatform/ViewController/商品管理/GoodsManageListVC.xib
+1
-1
GeliBusinessPlatform/ViewController/工作中心/WorkCViewController.swift
...essPlatform/ViewController/工作中心/WorkCViewController.swift
+2
-2
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
3ad4dbe2
No preview for this file type
GeliBusinessPlatform/ViewController/商品管理/GoodsManageListVC.swift
View file @
3ad4dbe2
...
@@ -151,10 +151,6 @@ class GoodsManageListVC: BaseViewController, UICollectionViewDelegate, UICollect
...
@@ -151,10 +151,6 @@ class GoodsManageListVC: BaseViewController, UICollectionViewDelegate, UICollect
self
.
itemsAllCount
=
dataM
.
data
?
.
count
as!
Int
self
.
itemsAllCount
=
dataM
.
data
?
.
count
as!
Int
})
})
}
}
self
.
holder_view
.
isHidden
=
false
if
dataM
.
data
?
.
goods_res
?
.
count
==
0
{
self
.
holder_view
.
isHidden
=
true
}
//collection动画效果
//collection动画效果
DispatchQueue
.
main
.
asyncAfter
(
deadline
:
.
now
()
+
0.33
)
{
DispatchQueue
.
main
.
asyncAfter
(
deadline
:
.
now
()
+
0.33
)
{
...
@@ -168,7 +164,9 @@ class GoodsManageListVC: BaseViewController, UICollectionViewDelegate, UICollect
...
@@ -168,7 +164,9 @@ class GoodsManageListVC: BaseViewController, UICollectionViewDelegate, UICollect
})
})
},
completion
:
nil
)
},
completion
:
nil
)
}
}
self
.
holder_view
.
isHidden
=
true
if
dataM
.
data
?
.
count
==
0
{
if
dataM
.
data
?
.
count
==
0
{
self
.
holder_view
.
isHidden
=
false
self
.
collection
?
.
mj_footer
?
.
endRefreshingWithNoMoreData
()
self
.
collection
?
.
mj_footer
?
.
endRefreshingWithNoMoreData
()
}
else
{
}
else
{
self
.
collection
?
.
mj_footer
?
.
endRefreshing
()
self
.
collection
?
.
mj_footer
?
.
endRefreshing
()
...
...
GeliBusinessPlatform/ViewController/商品管理/GoodsManageListVC.xib
View file @
3ad4dbe2
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
<rect
key=
"frame"
x=
"0.0"
y=
"91"
width=
"375"
height=
"576"
/>
<rect
key=
"frame"
x=
"0.0"
y=
"91"
width=
"375"
height=
"576"
/>
<color
key=
"backgroundColor"
systemColor=
"systemBackgroundColor"
/>
<color
key=
"backgroundColor"
systemColor=
"systemBackgroundColor"
/>
</view>
</view>
<view
contentMode=
"scaleToFill"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"utN-aG-6HP"
>
<view
hidden=
"YES"
contentMode=
"scaleToFill"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"utN-aG-6HP"
>
<rect
key=
"frame"
x=
"0.0"
y=
"91"
width=
"375"
height=
"576"
/>
<rect
key=
"frame"
x=
"0.0"
y=
"91"
width=
"375"
height=
"576"
/>
<subviews>
<subviews>
<imageView
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"无数据1"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"yTM-2A-buF"
>
<imageView
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"无数据1"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"yTM-2A-buF"
>
...
...
GeliBusinessPlatform/ViewController/工作中心/WorkCViewController.swift
View file @
3ad4dbe2
...
@@ -443,8 +443,8 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
...
@@ -443,8 +443,8 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
return
return
case
53
:
//销售下单-代客下单
case
53
:
//销售下单-代客下单
//
let vc = DaiKeXiaDanGouWuViewController()
let
vc
=
DaiKeXiaDanGouWuViewController
()
let
vc
=
PrintListMgVc
()
//
let vc = PrintListMgVc()
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
return
return
case
54
:
//扫码下单
case
54
:
//扫码下单
...
...
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