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
8bd6e879
Commit
8bd6e879
authored
May 28, 2020
by
刘俊宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
596 ios:订单详情,格利食品网前端下单(APP、小程序、官网)的订单,支付方式修改禁用,点击时提示“线上支付无法修改”,不进入支付方式选择浮层。
parent
b68de025
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
...ata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/订单详情/OrderDViewController.swift
...ssPlatform/ViewController/订单详情/OrderDViewController.swift
+8
-3
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
View file @
8bd6e879
No preview for this file type
GeliBusinessPlatform/ViewController/订单详情/OrderDViewController.swift
View file @
8bd6e879
...
...
@@ -576,6 +576,11 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
break
}
//追加pay_type
if
self
.
dataMdoel
?
.
order_res
?
.
pay_type
==
1
||
self
.
dataMdoel
?
.
order_res
?
.
pay_type
==
2
||
self
.
dataMdoel
?
.
order_res
?
.
pay_type
==
6
{
cell
.
arrowImg
.
isHidden
=
true
cell
.
contentRight
.
constant
=
15
}
if
!
isCaneditLatsData
{
cell
.
arrowImg
.
isHidden
=
true
...
...
@@ -713,7 +718,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
break
case
"支付方式"
:
if
self
.
dataMdoel
?
.
order_res
?
.
pay_type
==
11
||
self
.
dataMdoel
?
.
order_res
?
.
pay_type
==
12
{
if
self
.
dataMdoel
?
.
order_res
?
.
pay_type
==
11
||
self
.
dataMdoel
?
.
order_res
?
.
pay_type
==
12
||
self
.
dataMdoel
?
.
order_res
?
.
pay_type
==
1
||
self
.
dataMdoel
?
.
order_res
?
.
pay_type
==
2
||
self
.
dataMdoel
?
.
order_res
?
.
pay_type
==
6
{
return
}
...
...
@@ -735,7 +740,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
//无需处理:根据网络变更
break
case
"定金支付方式"
:
if
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
dj_pay_type
==
11
||
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
dj_pay_type
==
12
{
if
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
dj_pay_type
==
11
||
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
dj_pay_type
==
12
||
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
dj_pay_type
==
1
||
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
dj_pay_type
==
2
||
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
dj_pay_type
==
6
{
return
}
...
...
@@ -753,7 +758,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
break
case
"尾款支付方式"
:
if
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
wk_pay_type
==
11
||
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
wk_pay_type
==
12
{
if
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
wk_pay_type
==
11
||
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
wk_pay_type
==
12
||
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
wk_pay_type
==
1
||
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
wk_pay_type
==
2
||
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
wk_pay_type
==
6
{
return
}
print
(
"尾款支付方式"
)
...
...
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