Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
xffruit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
xffruit
Commits
82ff4889
Commit
82ff4889
authored
Dec 01, 2015
by
陈俊俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
先隐藏选择商品创建单据明细功能
parent
265a8ee3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
TransferProductViewController.m
...lers/Transfer/Controllers/TransferProductViewController.m
+3
-1
TransportProductViewController.m
...rs/Transport/Controllers/TransportProductViewController.m
+3
-1
No files found.
XFFruit/ViewControllers/Transfer/Controllers/TransferProductViewController.m
View file @
82ff4889
...
...
@@ -69,7 +69,9 @@
#pragma mark - headCellDelegate
-
(
void
)
addClickList
{
if
(
!
self
.
popView
)
{
NSArray
*
arr
=
@[
@"添加商品明细"
,
@"选择采购单"
,
@"选择发运单"
,
@"选择转运单"
];
// NSArray *arr = @[@"添加商品明细",@"选择采购单",@"选择发运单",@"选择转运单"];
NSArray
*
arr
=
@[
@"选择采购单"
,
@"选择发运单"
,
@"选择转运单"
];
self
.
popView
=
[[
GXFPopView
alloc
]
initWithFrame
:
CGRectMake
(
0
,
0
,
ScreenSize
.
width
,
ScreenSize
.
height
)
withArr
:
arr
];
self
.
popView
.
delegate
=
self
;
[
AppWindow
addSubview
:
self
.
popView
];
...
...
XFFruit/ViewControllers/Transport/Controllers/TransportProductViewController.m
View file @
82ff4889
...
...
@@ -69,7 +69,9 @@
#pragma mark - headCellDelegate
-
(
void
)
addClickList
{
if
(
!
self
.
popView
)
{
NSArray
*
arr
=
@[
@"添加商品明细"
,
@"选择采购单"
];
// NSArray *arr = @[@"添加商品明细",@"选择采购单"];
NSArray
*
arr
=
@[
@"选择采购单"
];
self
.
popView
=
[[
GXFPopView
alloc
]
initWithFrame
:
CGRectMake
(
0
,
0
,
ScreenSize
.
width
,
ScreenSize
.
height
)
withArr
:
arr
];
self
.
popView
.
delegate
=
self
;
[
AppWindow
addSubview
:
self
.
popView
];
...
...
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