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
2634125a
Commit
2634125a
authored
Jun 22, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购跳转入库,隐藏移除按钮
parent
2ca74bcc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/1.1入库&出库/入库/NewOnlyRKCell.swift
...ssPlatform/ViewController/1.1入库&出库/入库/NewOnlyRKCell.swift
+1
-0
GeliBusinessPlatform/ViewController/1.1入库&出库/入库/NewOnlyRKCell.xib
...nessPlatform/ViewController/1.1入库&出库/入库/NewOnlyRKCell.xib
+1
-0
GeliBusinessPlatform/ViewController/1.1入库&出库/入库/NewRKVc.swift
...BusinessPlatform/ViewController/1.1入库&出库/入库/NewRKVc.swift
+3
-0
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
2634125a
No preview for this file type
GeliBusinessPlatform/ViewController/1.1入库&出库/入库/NewOnlyRKCell.swift
View file @
2634125a
...
@@ -17,6 +17,7 @@ protocol NewOnlyRKCellDelegate {
...
@@ -17,6 +17,7 @@ protocol NewOnlyRKCellDelegate {
class
NewOnlyRKCell
:
UITableViewCell
,
UITextFieldDelegate
{
class
NewOnlyRKCell
:
UITableViewCell
,
UITextFieldDelegate
{
var
delegate
:
NewOnlyRKCellDelegate
?
var
delegate
:
NewOnlyRKCellDelegate
?
@IBOutlet
weak
var
delBtn
:
UIButton
!
@IBOutlet
weak
var
rightBtn
:
UIButton
!
@IBOutlet
weak
var
rightBtn
:
UIButton
!
@IBOutlet
weak
var
leftBtn
:
UIButton
!
@IBOutlet
weak
var
leftBtn
:
UIButton
!
...
...
GeliBusinessPlatform/ViewController/1.1入库&出库/入库/NewOnlyRKCell.xib
View file @
2634125a
...
@@ -342,6 +342,7 @@
...
@@ -342,6 +342,7 @@
<viewLayoutGuide
key=
"safeArea"
id=
"njF-e1-oar"
/>
<viewLayoutGuide
key=
"safeArea"
id=
"njF-e1-oar"
/>
<connections>
<connections>
<outlet
property=
"bzqTf"
destination=
"fLT-jy-0yj"
id=
"gg1-pH-dPz"
/>
<outlet
property=
"bzqTf"
destination=
"fLT-jy-0yj"
id=
"gg1-pH-dPz"
/>
<outlet
property=
"delBtn"
destination=
"cxO-LI-2Sg"
id=
"CYL-OW-Rud"
/>
<outlet
property=
"detailLbl"
destination=
"Fr1-SS-krs"
id=
"sBl-qJ-DRF"
/>
<outlet
property=
"detailLbl"
destination=
"Fr1-SS-krs"
id=
"sBl-qJ-DRF"
/>
<outlet
property=
"leftBtn"
destination=
"6MO-V8-sMn"
id=
"nSx-Sf-HFW"
/>
<outlet
property=
"leftBtn"
destination=
"6MO-V8-sMn"
id=
"nSx-Sf-HFW"
/>
<outlet
property=
"nameLbl"
destination=
"chy-ny-kVr"
id=
"nGD-0R-eZB"
/>
<outlet
property=
"nameLbl"
destination=
"chy-ny-kVr"
id=
"nGD-0R-eZB"
/>
...
...
GeliBusinessPlatform/ViewController/1.1入库&出库/入库/NewRKVc.swift
View file @
2634125a
...
@@ -412,6 +412,9 @@ class NewRKVc: BaseViewController ,UITableViewDelegate,UITableViewDataSource, Ne
...
@@ -412,6 +412,9 @@ class NewRKVc: BaseViewController ,UITableViewDelegate,UITableViewDataSource, Ne
let
cell
=
tableView
.
dequeueReusableCell
(
withIdentifier
:
"NewOnlyRKCell"
)
as!
NewOnlyRKCell
let
cell
=
tableView
.
dequeueReusableCell
(
withIdentifier
:
"NewOnlyRKCell"
)
as!
NewOnlyRKCell
cell
.
tag
=
indexPath
.
row
cell
.
tag
=
indexPath
.
row
cell
.
delegate
=
self
cell
.
delegate
=
self
if
isCaiGou
{
cell
.
delBtn
.
isHidden
=
true
}
let
data
=
rkSelectArr
[
indexPath
.
row
]
let
data
=
rkSelectArr
[
indexPath
.
row
]
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
!
)
"
...
...
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