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
0d7378b3
Commit
0d7378b3
authored
Jul 16, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补状态10
parent
29343f4a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/Model/OrderManageModel/OrderDetailModel.swift
...essPlatform/Model/OrderManageModel/OrderDetailModel.swift
+3
-0
GeliBusinessPlatform/ViewController/订单详情/OrderDViewController.swift
...ssPlatform/ViewController/订单详情/OrderDViewController.swift
+3
-2
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
0d7378b3
No preview for this file type
GeliBusinessPlatform/Model/OrderManageModel/OrderDetailModel.swift
View file @
0d7378b3
...
@@ -155,6 +155,9 @@ func orderStatusStrByInt(statusNumber:Int,status_d:Int,isBfPay:Int,LmIdx:Int) ->
...
@@ -155,6 +155,9 @@ func orderStatusStrByInt(statusNumber:Int,status_d:Int,isBfPay:Int,LmIdx:Int) ->
break
break
}
}
break
break
case
10
:
str
=
"已收货"
break
case
11
:
case
11
:
switch
status_d
{
switch
status_d
{
case
111
,
112
,
113
:
str
=
"退款审核"
case
111
,
112
,
113
:
str
=
"退款审核"
...
...
GeliBusinessPlatform/ViewController/订单详情/OrderDViewController.swift
View file @
0d7378b3
...
@@ -881,7 +881,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
...
@@ -881,7 +881,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
}
}
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
dj_pay_type
=
pay_type
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
dj_pay_type
=
pay_type
NotificationCenter
.
default
.
post
(
name
:
NSNotification
.
Name
(
rawValue
:
"orderChange"
),
object
:
nil
)
self
.
listView
.
reloadData
()
self
.
listView
.
reloadData
()
self
.
loadData
()
self
.
loadData
()
...
@@ -913,7 +913,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
...
@@ -913,7 +913,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
}
}
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
wk_pay_type
=
pay_type
self
.
dataMdoel
?
.
order_res
?
.
sale_res
?
.
wk_pay_type
=
pay_type
NotificationCenter
.
default
.
post
(
name
:
NSNotification
.
Name
(
rawValue
:
"orderChange"
),
object
:
nil
)
self
.
listView
.
reloadData
()
self
.
listView
.
reloadData
()
self
.
loadData
()
self
.
loadData
()
...
@@ -944,6 +944,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
...
@@ -944,6 +944,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
self
.
dataMdoel
?
.
order_res
?
.
pay_status_cn
=
"已付款"
self
.
dataMdoel
?
.
order_res
?
.
pay_status_cn
=
"已付款"
}
}
NotificationCenter
.
default
.
post
(
name
:
NSNotification
.
Name
(
rawValue
:
"orderChange"
),
object
:
nil
)
self
.
dataMdoel
?
.
order_res
?
.
pay_type
=
pay_type
self
.
dataMdoel
?
.
order_res
?
.
pay_type
=
pay_type
self
.
listView
.
reloadData
()
self
.
listView
.
reloadData
()
self
.
loadData
()
self
.
loadData
()
...
...
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