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
a859f3a7
Commit
a859f3a7
authored
Jul 16, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改未确定为待接单
parent
48a7396a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/Model/OrderManageModel/OrderDetailModel.swift
...essPlatform/Model/OrderManageModel/OrderDetailModel.swift
+1
-1
GeliBusinessPlatform/Model/OrderManageModel/OrderListModel.swift
...inessPlatform/Model/OrderManageModel/OrderListModel.swift
+2
-2
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
a859f3a7
No preview for this file type
GeliBusinessPlatform/Model/OrderManageModel/OrderDetailModel.swift
View file @
a859f3a7
...
@@ -117,7 +117,7 @@ func orderStatusStrByInt(statusNumber:Int,status_d:Int) -> String? {
...
@@ -117,7 +117,7 @@ func orderStatusStrByInt(statusNumber:Int,status_d:Int) -> String? {
var
str
=
"订单完成"
var
str
=
"订单完成"
switch
statusNumber
{
switch
statusNumber
{
case
0
:
case
0
:
str
=
"
未确定
"
str
=
"
待接单
"
break
break
//待付款
//待付款
case
1
:
case
1
:
...
...
GeliBusinessPlatform/Model/OrderManageModel/OrderListModel.swift
View file @
a859f3a7
...
@@ -114,7 +114,7 @@ func orderStatusStrByIntAndBtn(leftBtn:UIButton,rightBtn:UIButton,statusNumber:I
...
@@ -114,7 +114,7 @@ func orderStatusStrByIntAndBtn(leftBtn:UIButton,rightBtn:UIButton,statusNumber:I
switch
statusNumber
{
switch
statusNumber
{
case
0
:
case
0
:
str
=
"
未确定
"
str
=
"
待接单
"
leftBtn
.
isHidden
=
false
leftBtn
.
isHidden
=
false
rightBtn
.
setTitle
(
"确认订单"
,
for
:
.
normal
)
rightBtn
.
setTitle
(
"确认订单"
,
for
:
.
normal
)
rightBtn
.
setTitleColor
(
UIColor
.
white
,
for
:
.
normal
)
rightBtn
.
setTitleColor
(
UIColor
.
white
,
for
:
.
normal
)
...
@@ -161,7 +161,7 @@ func orderStatusDstrByInt(statusNumber:Int) -> String? {
...
@@ -161,7 +161,7 @@ func orderStatusDstrByInt(statusNumber:Int) -> String? {
switch
statusNumber
{
switch
statusNumber
{
case
1
:
case
1
:
str
=
"
未确定
"
str
=
"
待接单
"
break
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