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
5d07c1f6
Commit
5d07c1f6
authored
Jun 03, 2020
by
ljh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作中心新增
parent
45213823
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
...ata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/工作中心/WorkCViewController.swift
...essPlatform/ViewController/工作中心/WorkCViewController.swift
+16
-3
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
View file @
5d07c1f6
No preview for this file type
GeliBusinessPlatform/ViewController/工作中心/WorkCViewController.swift
View file @
5d07c1f6
...
...
@@ -331,7 +331,6 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
//未发货订单
NotificationCenter
.
default
.
post
(
name
:
NSNotification
.
Name
(
rawValue
:
"changgeTabItem"
),
object
:
nil
,
userInfo
:
[
"tag"
:
0
])
NotificationCenter
.
default
.
post
(
name
:
NSNotification
.
Name
(
rawValue
:
"orderNavChange"
),
object
:
nil
,
userInfo
:
[
"tag"
:
3
])
return
case
1
:
//待确认订单
...
...
@@ -341,12 +340,12 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
return
case
2
:
//入库申请
let
vc
=
NewRKVc
()
let
vc
=
CRKListVC
()
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
return
case
3
:
//出库申请
let
vc
=
NewCKVc
()
let
vc
=
CRKListVC
()
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
return
case
4
:
...
...
@@ -502,6 +501,20 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
case
120
:
//商品毛利统计
HUD
.
flash
(
.
label
(
"敬请期待"
),
delay
:
1.2
)
return
case
121
:
//出库审核
HUD
.
flash
(
.
label
(
"敬请期待"
),
delay
:
1.2
)
return
case
122
:
//入库审核
HUD
.
flash
(
.
label
(
"敬请期待"
),
delay
:
1.2
)
return
case
123
:
//新增仓库
let
vc
=
CheckWareHourseViewController
()
vc
.
titleStr
=
"新增仓库"
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
return
case
124
:
//采购入库
HUD
.
flash
(
.
label
(
"敬请期待"
),
delay
:
1.2
)
return
default
:
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