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
4b73348a
Commit
4b73348a
authored
Jun 04, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正跳转
parent
0894cb9b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
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
+1
-1
GeliBusinessPlatform/ViewController/入库/PiCiXuanZeViewController.swift
...Platform/ViewController/入库/PiCiXuanZeViewController.swift
+1
-0
GeliBusinessPlatform/ViewController/商品管理/GoodsManageListVC.swift
...inessPlatform/ViewController/商品管理/GoodsManageListVC.swift
+4
-4
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
4b73348a
No preview for this file type
GeliBusinessPlatform/ViewController/1.1入库&出库/NewSelectItemVc.swift
View file @
4b73348a
...
...
@@ -63,7 +63,7 @@ class NewSelectItemVc: BaseViewController,UITableViewDelegate,UITableViewDataSou
let
data
=
rkDatas
[
indexPath
.
row
]
let
idx
=
rkSelectArr
.
firstIndex
{
(
model
)
->
Bool
in
return
model
.
goods_id
==
data
.
goods
_id
return
model
.
sku_id
==
data
.
sku
_id
}
if
idx
!=
nil
{
rkSelectArr
.
remove
(
at
:
idx
!
)
...
...
GeliBusinessPlatform/ViewController/入库/PiCiXuanZeViewController.swift
View file @
4b73348a
...
...
@@ -26,6 +26,7 @@ class PiCiXuanZeViewController: BaseViewController,UITableViewDelegate,UITableVi
var
delegate
:
PiCiXuanZeViewControllerDelegate
?
@IBAction
func
submitAction
(
_
sender
:
Any
)
{
for
item
in
recordArr
{
if
item
.
chuHuoLiang
==
nil
{
HUD
.
flash
(
.
label
(
"请输入数量"
),
delay
:
1.2
)
return
...
...
GeliBusinessPlatform/ViewController/商品管理/GoodsManageListVC.swift
View file @
4b73348a
...
...
@@ -498,8 +498,8 @@ class GoodsManageListVC: BaseViewController, UICollectionViewDelegate, UICollect
print
(
"入库哦哦"
)
// HUD.flash(.label("敬请期待"),delay: 1.2)
// return
//
let vc = NewRKVc()
let
vc
=
NewCKVc
()
let
vc
=
NewRKVc
()
//
let vc = NewCKVc()
vc
.
sku_id
=
changeGoodsResModel
?
.
sku_id
vc
.
goods_id
=
changeGoodsResModel
?
.
goods_id
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
...
...
@@ -531,8 +531,8 @@ class GoodsManageListVC: BaseViewController, UICollectionViewDelegate, UICollect
}
else
{
print
(
"入库哦哦"
)
//
let vc = NewRKVc()
let
vc
=
NewCKVc
()
let
vc
=
NewRKVc
()
//
let vc = NewCKVc()
vc
.
sku_id
=
changeGoodsResModel
?
.
sku_id
vc
.
goods_id
=
changeGoodsResModel
?
.
goods_id
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