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
25461567
Commit
25461567
authored
Jul 16, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充非预售单更改支付方式bug
parent
98efa7a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/订单详情/OrderDViewController.swift
...ssPlatform/ViewController/订单详情/OrderDViewController.swift
+15
-2
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
25461567
No preview for this file type
GeliBusinessPlatform/ViewController/订单详情/OrderDViewController.swift
View file @
25461567
...
...
@@ -50,7 +50,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
var
glSelectView
:
GLAlertSelectView
?
let
zhiFuFangShiArr
=
[
"未支付"
,
"现金"
,
"转账
(私)"
,
"转账(公)"
,
"转账(微信)"
,
"转账(支付宝)
"
]
let
zhiFuFangShiArr
=
[
"未支付"
,
"现金"
,
"转账
(私)"
,
"转账(公)"
,
"转账(微信)"
,
"转账(支付宝)
"
]
var
zhiFuSelect
:
Int
?
//选择支付方式
let
zhiFuStatus
=
[
"未付款"
,
"欠款"
,
"月结"
,
"已付款"
]
...
...
@@ -86,6 +86,9 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
self
.
isYuShou
=
false
}
self
.
btmBtnsTitleArr
.
removeAll
()
self
.
bottomView
.
subviews
.
forEach
{
(
view
)
in
view
.
removeFromSuperview
()
...
...
@@ -116,7 +119,14 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
if
self
.
dataMdoel
?
.
order_res
?
.
order_status
==
2
||
self
.
dataMdoel
?
.
order_res
?
.
order_status
==
5
{
self
.
isCaneditLatsData
=
false
}
for
i
in
0
..<
self
.
zhiFuFangShiArr
.
count
{
if
self
.
dataMdoel
!.
order_res
!.
pay_type_cn
!
==
self
.
zhiFuFangShiArr
[
i
]{
self
.
zhiFuSelect
=
i
}
}
self
.
listView
.
reloadData
()
...
...
@@ -811,6 +821,9 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
view
.
selectNum
=
zhiFuSelect
!
view
.
tempNum
=
view
.
selectNum
}
if
zhiFuSelect
!=
0
{
view
.
isNonSelect
=
true
}
self
.
view
.
addSubview
(
view
)
glSelectView
=
view
}
...
...
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