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
126cc654
Commit
126cc654
authored
Jun 22, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化跳转采购入库
parent
eaba42aa
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/工作中心/WorkCViewController.swift
...essPlatform/ViewController/工作中心/WorkCViewController.swift
+2
-2
GeliBusinessPlatform/ViewController/采购单列表/CGDListViewController.swift
...Platform/ViewController/采购单列表/CGDListViewController.swift
+4
-4
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
126cc654
No preview for this file type
GeliBusinessPlatform/ViewController/工作中心/WorkCViewController.swift
View file @
126cc654
...
...
@@ -381,7 +381,7 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
case
4
:
//采购入库
let
vc
=
CGDListViewController
()
vc
.
cgRK
=
true
vc
.
selectIndex
=
1
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
// HUD.flash(.label("敬请期待"),delay: 1.2)
return
...
...
@@ -579,7 +579,7 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
return
case
124
:
//采购入库
let
vc
=
CGDListViewController
()
vc
.
cgRK
=
true
vc
.
selectIndex
=
1
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
// HUD.flash(.label("敬请期待"),delay: 1.2)
return
...
...
GeliBusinessPlatform/ViewController/采购单列表/CGDListViewController.swift
View file @
126cc654
...
...
@@ -14,7 +14,7 @@ class CGDListViewController: BaseViewController ,UISearchBarDelegate, SearchBar
let
vc
=
viewControllers
[
selectIndex
]
vc
.
listView
.
mj_header
?
.
beginRefreshing
()
}
var
cgRK
=
false
@IBOutlet
weak
var
contentView
:
UIView
!
@IBOutlet
weak
var
searchBg
:
UIView
!
func
clearSearchAction
()
{
...
...
@@ -84,9 +84,9 @@ class CGDListViewController: BaseViewController ,UISearchBarDelegate, SearchBar
pagingViewController
.
didMove
(
toParent
:
self
)
pagingVC
=
pagingViewController
if
cgRK
{
pagingVC
?
.
select
(
index
:
1
)
}
pagingVC
?
.
select
(
index
:
selectIndex
)
}
//MARK:--搜索按钮代理
var
keyword
=
""
...
...
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