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
0a9bc48a
Commit
0a9bc48a
authored
Feb 04, 2021
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复发现3
parent
fc42252c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/1.1入库&出库/NewSelectItemVc.swift
...essPlatform/ViewController/1.1入库&出库/NewSelectItemVc.swift
+5
-3
GeliBusinessPlatform/ViewController/1.1入库&出库/入库/NewRKVc.swift
...BusinessPlatform/ViewController/1.1入库&出库/入库/NewRKVc.swift
+1
-0
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
0a9bc48a
No preview for this file type
GeliBusinessPlatform/ViewController/1.1入库&出库/NewSelectItemVc.swift
View file @
0a9bc48a
...
...
@@ -11,7 +11,7 @@ protocol NewSelectItemVcDelegate {
func
NewSelectItemVcSelect
(
datas
:
Array
<
InputInitInfoGoodsInfoModel
>
,
pici
:
Array
<
Array
<
GetGoodBatchDataModel
>>
)
}
class
NewSelectItemVc
:
BaseViewController
,
UITableViewDelegate
,
UITableViewDataSource
{
var
isRuKu
=
false
var
rkDatas
:
Array
<
InputInitInfoGoodsInfoModel
>
=
[]
var
rkSelectArr
:
Array
<
InputInitInfoGoodsInfoModel
>
=
[]
var
tempRecord
:
Array
<
Int
>
=
[]
...
...
@@ -89,8 +89,10 @@ class NewSelectItemVc: BaseViewController,UITableViewDelegate,UITableViewDataSou
}
if
idx
!=
nil
{
rkSelectArr
.
remove
(
at
:
idx
!
)
tempRecord
.
insert
(
10086
,
at
:
idx
!
)
tempRecord
.
remove
(
at
:
idx
!+
1
)
if
!
isRuKu
{
tempRecord
.
insert
(
10086
,
at
:
idx
!
)
tempRecord
.
remove
(
at
:
idx
!+
1
)
}
}
else
{
rkSelectArr
.
append
(
data
)
}
...
...
GeliBusinessPlatform/ViewController/1.1入库&出库/入库/NewRKVc.swift
View file @
0a9bc48a
...
...
@@ -683,6 +683,7 @@ class NewRKVc: BaseViewController ,UITableViewDelegate,UITableViewDataSource, Ne
@objc
func
addProduct
(){
let
vc
=
NewSelectItemVc
()
vc
.
delegate
=
self
vc
.
isRuKu
=
true
vc
.
rkDatas
=
rkDatas
vc
.
rkSelectArr
=
rkSelectArr
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
...
...
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