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
f3261261
Commit
f3261261
authored
Sep 07, 2015
by
freecui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加工单详情:已完成和已废不能编辑
parent
39284cb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
GXFSeeProcessViewController.m
...rollers/Process/Controllers/GXFSeeProcessViewController.m
+3
-1
No files found.
XFFruit/ViewControllers/Process/Controllers/GXFSeeProcessViewController.m
View file @
f3261261
...
...
@@ -274,7 +274,7 @@ typedef NS_ENUM(NSInteger, cellRow) {
if
(
indexPath
.
row
<=
kWarehouse
||
indexPath
.
row
==
kRemark
)
{
xfCell
=
[
tableView
dequeueReusableCellWithIdentifier
:
noLblCell
];
if
(
!
xfCell
)
{
xfCell
=
[[
GXFTableViewCell
alloc
]
initWithStyle
:
UITableViewCellStyleDefault
reuseIdentifier
:
noLblCell
textFieldPlaceholder
:
_d_arrRightTableV
[
indexPath
.
row
]
isEdit
:
YES
];
xfCell
=
[[
GXFTableViewCell
alloc
]
initWithStyle
:
UITableViewCellStyleDefault
reuseIdentifier
:
noLblCell
textFieldPlaceholder
:
_d_arrRightTableV
[
indexPath
.
row
]
isEdit
:
NO
];
}
switch
(
indexPath
.
row
)
{
case
kTitle
:
...
...
@@ -304,6 +304,7 @@ typedef NS_ENUM(NSInteger, cellRow) {
if
(
!
xfCell
)
{
xfCell
=
[[
GXFTableViewCell
alloc
]
initWithStyle
:
UITableViewCellStyleDefault
reuseIdentifier
:
lblCell
textFieldPlaceholder
:
_d_arrRightTableV
[
indexPath
.
row
]
hasLable
:
YES
backLableText
:
@"元"
];
}
xfCell
.
f_textField
.
enabled
=
NO
;
xfCell
.
f_textField
.
text
=
[
NSString
stringWithFormat
:
@"%@"
,
_d_processBill
.
total
]
;
}
else
{
xfCell
=
[
tableView
dequeueReusableCellWithIdentifier
:
noLblCell
];
...
...
@@ -312,6 +313,7 @@ typedef NS_ENUM(NSInteger, cellRow) {
}
}
xfCell
.
f_textField
.
tag
=
indexPath
.
row
;
xfCell
.
textLabel
.
text
=
_d_arrLeftTableV
[
indexPath
.
row
];
xfCell
.
textLabel
.
textColor
=
[
UIColor
blackColor
];
...
...
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