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