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
86d819cb
Commit
86d819cb
authored
Jul 02, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整产品要求
parent
b5ab5b58
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
8 deletions
+19
-8
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/应付账款/YingFuZKListViewController.xib
...atform/ViewController/应付账款/YingFuZKListViewController.xib
+1
-1
GeliBusinessPlatform/ViewController/应付账款/YingFuZhangKuanXQCell.swift
...sPlatform/ViewController/应付账款/YingFuZhangKuanXQCell.swift
+3
-2
GeliBusinessPlatform/ViewController/应付账款/YingFuZhangKuanXQViewController.swift
...ViewController/应付账款/YingFuZhangKuanXQViewController.swift
+11
-5
GeliBusinessPlatform/ViewController/新增、编辑品牌/XinZengPinPaiViewController.swift
.../ViewController/新增、编辑品牌/XinZengPinPaiViewController.swift
+4
-0
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
86d819cb
No preview for this file type
GeliBusinessPlatform/ViewController/应付账款/YingFuZKListViewController.xib
View file @
86d819cb
...
...
@@ -57,7 +57,7 @@
<color
key=
"textColor"
name=
"灰色字体颜色"
/>
<nil
key=
"highlightedColor"
/>
</label>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
text=
"
¥-594153
"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"nKi-IO-Opl"
>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
text=
""
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"nKi-IO-Opl"
>
<rect
key=
"frame"
x=
"148"
y=
"1"
width=
"266"
height=
"47"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"13"
/>
<color
key=
"textColor"
name=
"#F57575"
/>
...
...
GeliBusinessPlatform/ViewController/应付账款/YingFuZhangKuanXQCell.swift
View file @
86d819cb
...
...
@@ -51,10 +51,11 @@ class YingFuZhangKuanXQCell: UITableViewCell {
priceLbl2
.
text
=
data
?
.
money
}
submitBtn
.
isUserInteractionEnabled
=
true
// print("abc === ",data?.type,data?.status)
if
data
?
.
type
==
2
&&
data
?
.
status
==
0
{
submitBtn
.
backgroundColor
=
UIColor
.
clear
submitBtn
.
setTitleColor
(
UIColor
(
named
:
"灰色字体颜色"
),
for
:
.
normal
)
submitBtn
.
setTitle
(
"
未收
"
,
for
:
.
normal
)
submitBtn
.
setTitle
(
"
设置未收款
"
,
for
:
.
normal
)
submitBtn
.
layer
.
borderWidth
=
1
}
else
if
data
?
.
type
==
1
&&
data
?
.
status
==
1
{
submitBtn
.
backgroundColor
=
UIColor
(
named
:
"按钮渐变色下,字体颜色"
)
...
...
@@ -81,7 +82,7 @@ class YingFuZhangKuanXQCell: UITableViewCell {
priceLbl3
.
text
=
model
?
.
payable_money
submitBtn
.
backgroundColor
=
UIColor
.
clear
submitBtn
.
setTitleColor
(
UIColor
(
named
:
"灰色字体颜色"
),
for
:
.
normal
)
submitBtn
.
setTitle
(
"设置未
收
款"
,
for
:
.
normal
)
submitBtn
.
setTitle
(
"设置未
付
款"
,
for
:
.
normal
)
submitBtn
.
layer
.
borderWidth
=
1
if
model
?
.
status
==
1
{
submitBtn
.
backgroundColor
=
UIColor
(
named
:
"按钮渐变色下,字体颜色"
)
...
...
GeliBusinessPlatform/ViewController/应付账款/YingFuZhangKuanXQViewController.swift
View file @
86d819cb
...
...
@@ -47,7 +47,7 @@ class YingFuZhangKuanXQViewController:BaseViewController,UISearchBarDelegate,Sea
self
.
listView
.
mj_header
?
.
beginRefreshing
()
})
{
(
err
)
in
}
break
case
"设置未
收
款"
:
case
"设置未
付
款"
:
let
model
=
dataArr
[
cellTag
]
dict
[
"po_id"
]
=
model
.
po_id
dict
[
"pay_type"
]
=
0
...
...
@@ -264,7 +264,7 @@ class YingFuZhangKuanXQViewController:BaseViewController,UISearchBarDelegate,Sea
self
.
view
.
addSubview
(
view
)
}
break
case
"设置未
收
款"
:
case
"设置未
付
款"
:
if
glSelectView
==
nil
{
view
.
titleLbl
.
text
=
"请选择付款状态"
view
.
selectNum
=
0
...
...
@@ -281,7 +281,7 @@ class YingFuZhangKuanXQViewController:BaseViewController,UISearchBarDelegate,Sea
self
.
view
.
addSubview
(
view
)
}
break
case
"
未收
"
:
case
"
设置未收款
"
:
let
alertView
=
GeliAlertView
(
frame
:
self
.
view
.
window
!.
bounds
)
alertView
.
delegate
=
self
;
alertView
.
tishiLbl
.
text
=
""
...
...
@@ -376,8 +376,14 @@ class YingFuZhangKuanXQViewController:BaseViewController,UISearchBarDelegate,Sea
self
.
datas
.
append
(
item
)
})
self
.
first
=
model
.
data
?
.
arrears_money
!
as!
String
self
.
second
=
"
\(
model
.
data
!.
jf
!
)
"
self
.
third
=
"
\(
model
.
data
!.
df
!
)
"
self
.
second
=
"0.00"
if
model
.
data
!.
jf
!=
nil
{
self
.
second
=
"
\(
model
.
data
!.
jf
!
)
"
}
self
.
third
=
"0.00"
if
model
.
data
!.
df
!=
nil
{
self
.
third
=
"
\(
model
.
data
!.
df
!
)
"
}
self
.
listView
.
reloadData
()
self
.
listView
.
mj_header
?
.
endRefreshing
()
...
...
GeliBusinessPlatform/ViewController/新增、编辑品牌/XinZengPinPaiViewController.swift
View file @
86d819cb
...
...
@@ -125,6 +125,10 @@ class XinZengPinPaiViewController: BaseViewController,UITableViewDataSource,UITa
let
cell
=
tableView
.
dequeueReusableCell
(
withIdentifier
:
"TilteAndTextView"
)
as!
TilteAndTextViewCell
cell
.
titleLbl
.
text
=
titleArr
[
indexPath
.
row
]
cell
.
holderLbl
.
text
=
"简述品牌体征。"
cell
.
holderLbl
.
isHidden
=
false
if
commend
.
count
>
0
{
cell
.
holderLbl
.
isHidden
=
true
}
cell
.
textView
.
text
=
commend
cell
.
delegate
=
self
if
(
navTitle
?
.
contains
(
"详情"
))
!
{
...
...
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