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
54bb970c
Commit
54bb970c
authored
Jun 11, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运单列表
parent
7e2e0ddd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
15 deletions
+20
-15
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/运单列表/YDLBVc.swift
GeliBusinessPlatform/ViewController/运单列表/YDLBVc.swift
+20
-15
GeliBusinessPlatform/ViewController/运单列表/YDLBVc.xib
GeliBusinessPlatform/ViewController/运单列表/YDLBVc.xib
+0
-0
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
54bb970c
No preview for this file type
GeliBusinessPlatform/ViewController/运单列表/YDLBVc.swift
View file @
54bb970c
...
@@ -13,9 +13,11 @@ class YDLBVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,UISea
...
@@ -13,9 +13,11 @@ class YDLBVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,UISea
@IBOutlet
weak
var
contentView
:
UIView
!
@IBOutlet
weak
var
contentView
:
UIView
!
@IBAction
func
listControlAction
(
_
sender
:
Any
)
{
@IBAction
func
listControlAction
(
_
sender
:
Any
)
{
print
(
"调用筛选列表"
)
print
(
"调用筛选列表"
)
blackBtn
.
isHidden
=
!
blackBtn
.
isHidden
preView
.
isHidden
=
!
preView
.
isHidden
preView
.
isHidden
=
!
preView
.
isHidden
}
}
@IBOutlet
weak
var
preBtnView
:
UIView
!
@IBOutlet
weak
var
preView
:
UIView
!
@IBOutlet
weak
var
preView
:
UIView
!
@IBOutlet
weak
var
listView
:
UITableView
!
@IBOutlet
weak
var
listView
:
UITableView
!
...
@@ -27,6 +29,11 @@ class YDLBVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,UISea
...
@@ -27,6 +29,11 @@ class YDLBVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,UISea
@IBOutlet
weak
var
orderNumTF
:
UITextField
!
@IBOutlet
weak
var
orderNumTF
:
UITextField
!
@IBOutlet
weak
var
blackBtn
:
UIButton
!
@IBAction
func
closeAction
(
_
sender
:
UIButton
)
{
sender
.
isHidden
=
true
preView
.
isHidden
=
true
}
var
searchV
:
SearchBarView
?
=
nil
var
searchV
:
SearchBarView
?
=
nil
var
datas
:
Array
<
Any
>
=
[
1
,
2
]
var
datas
:
Array
<
Any
>
=
[
1
,
2
]
...
@@ -113,21 +120,19 @@ class YDLBVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,UISea
...
@@ -113,21 +120,19 @@ class YDLBVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,UISea
break
break
case
"重置"
:
case
"重置"
:
print
(
"12"
)
print
(
"12"
)
contentView
.
subviews
.
forEach
{
(
view
)
in
contentView
.
subviews
.
forEach
{
(
item
)
in
view
.
subviews
.
forEach
{
(
item
)
in
if
item
.
isKind
(
of
:
UITextField
.
classForCoder
()){
if
item
.
isKind
(
of
:
UITextField
.
classForCoder
()){
print
(
"1"
)
print
(
"1"
)
let
tf
=
item
as!
UITextField
let
tf
=
item
as!
UITextField
tf
.
text
=
""
tf
.
text
=
""
}
}
if
item
.
isKind
(
of
:
UIButton
.
classForCoder
()){
if
item
.
isKind
(
of
:
UIButton
.
classForCoder
()){
print
(
"2"
)
print
(
"2"
)
let
btn
=
item
as!
UIButton
let
btn
=
item
as!
UIButton
btn
.
isSelected
=
false
btn
.
isSelected
=
false
if
btn
.
tag
!=
996
{
if
btn
.
tag
!=
996
{
btn
.
setTitleColor
(
UIColor
(
named
:
"个人中心灰色字体"
),
for
:
.
normal
)
btn
.
setTitleColor
(
UIColor
(
named
:
"个人中心灰色字体"
),
for
:
.
normal
)
btn
.
backgroundColor
=
UIColor
(
named
:
"多选按钮背景颜色"
)
btn
.
backgroundColor
=
UIColor
(
named
:
"多选按钮背景颜色"
)
}
}
}
}
}
}
}
...
...
GeliBusinessPlatform/ViewController/运单列表/YDLBVc.xib
View file @
54bb970c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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