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
2f5b1dcc
Commit
2f5b1dcc
authored
4 years ago
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出库cell显示待完善
parent
fe15ff5b
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
5 deletions
+4
-5
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/Model/WarehouseManageModel/GetGoodBatchModel.swift
...atform/Model/WarehouseManageModel/GetGoodBatchModel.swift
+2
-1
GeliBusinessPlatform/ViewController/1.1入库&出库/出库/CKGmCell.swift
...usinessPlatform/ViewController/1.1入库&出库/出库/CKGmCell.swift
+0
-1
GeliBusinessPlatform/ViewController/1.1入库&出库/出库/CKGmCell.xib
GeliBusinessPlatform/ViewController/1.1入库&出库/出库/CKGmCell.xib
+0
-0
GeliBusinessPlatform/ViewController/1.1入库&出库/出库/NewCKVc.swift
...BusinessPlatform/ViewController/1.1入库&出库/出库/NewCKVc.swift
+2
-3
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
2f5b1dcc
No preview for this file type
This diff is collapsed.
Click to expand it.
GeliBusinessPlatform/Model/WarehouseManageModel/GetGoodBatchModel.swift
View file @
2f5b1dcc
...
@@ -38,6 +38,7 @@ class GetGoodBatchDataModel: Mappable {
...
@@ -38,6 +38,7 @@ class GetGoodBatchDataModel: Mappable {
var
status
:
Int
?
//状态:1正常,2临期,3过期
var
status
:
Int
?
//状态:1正常,2临期,3过期
var
report_id
:
Int
?
//批次报告
var
report_id
:
Int
?
//批次报告
var
chuHuoLiang
:
Int
?
//出货量
var
chuHuoLiang
:
Int
?
//出货量
var
ven_name
:
String
?
//供应商名字
required
init
?(
map
:
Map
)
{
required
init
?(
map
:
Map
)
{
}
}
...
@@ -45,7 +46,7 @@ class GetGoodBatchDataModel: Mappable {
...
@@ -45,7 +46,7 @@ class GetGoodBatchDataModel: Mappable {
batch_id
<-
map
[
"batch_id"
]
batch_id
<-
map
[
"batch_id"
]
batch_sn
<-
map
[
"batch_sn"
]
batch_sn
<-
map
[
"batch_sn"
]
w_id
<-
map
[
"w_id"
]
w_id
<-
map
[
"w_id"
]
ven_name
<-
map
[
"ven_name"
]
p_id
<-
map
[
"p_id"
]
p_id
<-
map
[
"p_id"
]
inventory
<-
map
[
"inventory"
]
inventory
<-
map
[
"inventory"
]
production_data
<-
map
[
"production_data"
]
production_data
<-
map
[
"production_data"
]
...
...
This diff is collapsed.
Click to expand it.
GeliBusinessPlatform/ViewController/1.1入库&出库/出库/CKGmCell.swift
View file @
2f5b1dcc
...
@@ -16,7 +16,6 @@ class CKGmCell: UITableViewCell {
...
@@ -16,7 +16,6 @@ class CKGmCell: UITableViewCell {
@IBOutlet
weak
var
listBg
:
UIView
!
@IBOutlet
weak
var
listBg
:
UIView
!
@IBOutlet
weak
var
titleViewH
:
NSLayoutConstraint
!
@IBOutlet
weak
var
titleViewH
:
NSLayoutConstraint
!
@IBOutlet
weak
var
gys_name_lbl
:
UILabel
!
@IBOutlet
weak
var
detailLbl
:
UILabel
!
@IBOutlet
weak
var
detailLbl
:
UILabel
!
@IBOutlet
weak
var
titleView
:
UIView
!
@IBOutlet
weak
var
titleView
:
UIView
!
var
delegate
:
CKGmCellDelegate
?
var
delegate
:
CKGmCellDelegate
?
...
...
This diff is collapsed.
Click to expand it.
GeliBusinessPlatform/ViewController/1.1入库&出库/出库/CKGmCell.xib
View file @
2f5b1dcc
This diff is collapsed.
Click to expand it.
GeliBusinessPlatform/ViewController/1.1入库&出库/出库/NewCKVc.swift
View file @
2f5b1dcc
...
@@ -315,7 +315,6 @@ class NewCKVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,CKNo
...
@@ -315,7 +315,6 @@ class NewCKVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,CKNo
cell
.
delegate
=
self
cell
.
delegate
=
self
cell
.
nameLbl
.
text
=
data
.
goods_name
cell
.
nameLbl
.
text
=
data
.
goods_name
cell
.
detailLbl
.
text
=
data
.
spec_str
!
+
" ¥"
+
data
.
price
!
cell
.
detailLbl
.
text
=
data
.
spec_str
!
+
" ¥"
+
data
.
price
!
cell
.
gys_name_lbl
.
text
=
"待补充"
let
arr
=
piCiArr
?[
cell
.
tag
]
let
arr
=
piCiArr
?[
cell
.
tag
]
if
arr
!.
count
>
0
{
if
arr
!.
count
>
0
{
...
@@ -389,9 +388,9 @@ class NewCKVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,CKNo
...
@@ -389,9 +388,9 @@ class NewCKVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,CKNo
if
isGm
{
if
isGm
{
let
arr
=
piCiArr
!
[
indexPath
.
row
]
let
arr
=
piCiArr
!
[
indexPath
.
row
]
if
arr
.
count
>
0
{
if
arr
.
count
>
0
{
return
CGFloat
(
1
75
+
arr
.
count
*
30
+
35
)
return
CGFloat
(
1
40
+
arr
.
count
*
30
+
35
)
}
else
{
}
else
{
return
1
75
return
1
40
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
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