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
6a1491e7
Commit
6a1491e7
authored
Jan 11, 2021
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待审核增加全部选项。优化提示
parent
7b0bd8ff
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
5 deletions
+18
-5
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/分销员管理/ADD_FXY_View.xib
GeliBusinessPlatform/ViewController/分销员管理/ADD_FXY_View.xib
+1
-1
GeliBusinessPlatform/ViewController/待审核分销员/DSHFXY_ViewController.swift
...latform/ViewController/待审核分销员/DSHFXY_ViewController.swift
+17
-4
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
6a1491e7
No preview for this file type
GeliBusinessPlatform/ViewController/分销员管理/ADD_FXY_View.xib
View file @
6a1491e7
...
...
@@ -88,7 +88,7 @@
<view
contentMode=
"scaleToFill"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"byV-pN-LaQ"
>
<rect
key=
"frame"
x=
"87.666666666666671"
y=
"110.66666666666669"
width=
"192.33333333333331"
height=
"35"
/>
<subviews>
<textField
opaque=
"NO"
contentMode=
"scaleToFill"
contentHorizontalAlignment=
"left"
contentVerticalAlignment=
"center"
placeholder=
"请输入名称
/选择
"
textAlignment=
"natural"
minimumFontSize=
"17"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"vQM-cF-hsK"
>
<textField
opaque=
"NO"
contentMode=
"scaleToFill"
contentHorizontalAlignment=
"left"
contentVerticalAlignment=
"center"
placeholder=
"请输入名称"
textAlignment=
"natural"
minimumFontSize=
"17"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"vQM-cF-hsK"
>
<rect
key=
"frame"
x=
"14.999999999999986"
y=
"0.0"
width=
"177.33333333333331"
height=
"35"
/>
<color
key=
"textColor"
name=
"标题字颜色"
/>
<fontDescription
key=
"fontDescription"
name=
"PingFangSC-Regular"
family=
"PingFang SC"
pointSize=
"13"
/>
...
...
GeliBusinessPlatform/ViewController/待审核分销员/DSHFXY_ViewController.swift
View file @
6a1491e7
...
...
@@ -78,9 +78,22 @@ class DSHFXY_ViewController: BaseViewController, HeaderSelectViewDelegate, TimeS
selectIndexArr
[
showSelectvIndex
]
=
sender
var
arr
:[
String
]
=
[]
if
showSelectvIndex
==
1
{
let
arr2
=
[
"小程序"
,
"格利食品网"
]
let
arr2
=
[
"
全部"
,
"
小程序"
,
"格利食品网"
]
arr
.
append
(
arr2
[
sender
])
from
=
sender
+
1
switch
sender
{
case
0
:
from
=
4
break
case
1
:
from
=
1
break
case
2
:
from
=
2
break
default
:
break
}
}
selectV
.
colseBytitleArr
(
arr
:
arr
,
index
:
showSelectvIndex
)
tableView
.
mj_header
?
.
beginRefreshing
()
...
...
@@ -165,7 +178,7 @@ class DSHFXY_ViewController: BaseViewController, HeaderSelectViewDelegate, TimeS
searchV
=
searchBr
self
.
search_view
.
addSubview
(
searchBr
)
searchV
?
.
changecornerRadius
(
cornerRadius
:
35*0.5
)
searchBr
.
placeholderStr
=
"请输入分销员名称
/客户名称/手机号码
"
searchBr
.
placeholderStr
=
"请输入分销员名称"
searchBr
.
delegate
=
self
searchBr
.
delegateL
=
self
...
...
@@ -267,7 +280,7 @@ class DSHFXY_ViewController: BaseViewController, HeaderSelectViewDelegate, TimeS
make
.
top
.
equalTo
(
changeBgView
.
snp_bottom
)
}
showSelectV
=
showSelectView
showSelectView
.
dataArr
=
[
"小程序"
,
"格利食品网"
]
showSelectView
.
dataArr
=
[
"
全部"
,
"
小程序"
,
"格利食品网"
]
showSelectView
.
selectIndx
=
selectIndexArr
[
showSelectvIndex
]
}
break
...
...
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