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
a36226dd
Commit
a36226dd
authored
9 years ago
by
陈俊俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
转运单收货仓库bug
parent
68eaa1ef
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
NewReceiveProductViewController.m
...s/Receiving/Controllers/NewReceiveProductViewController.m
+1
-1
TransferCell.m
XFFruit/ViewControllers/Transfer/Views/TransferCell.m
+1
-1
No files found.
XFFruit/ViewControllers/Receiving/Controllers/NewReceiveProductViewController.m
View file @
a36226dd
...
@@ -239,7 +239,7 @@
...
@@ -239,7 +239,7 @@
_chooseBasePriceLabel
=
contentLabel
;
_chooseBasePriceLabel
=
contentLabel
;
}
else
if
(
indexPath
.
row
==
7
)
{
}
else
if
(
indexPath
.
row
==
7
)
{
_chooseTotalPriceLabel
=
contentLabel
;
_chooseTotalPriceLabel
=
contentLabel
;
_chooseTotalPriceLabel
.
textColor
=
[
UIColor
redColor
]
;
_chooseTotalPriceLabel
.
textColor
=
GXF_NAVIGAYION_COLOR
;
}
else
if
(
indexPath
.
row
==
8
)
{
}
else
if
(
indexPath
.
row
==
8
)
{
_choosePackCountLabel
=
contentLabel
;
_choosePackCountLabel
=
contentLabel
;
}
else
if
(
indexPath
.
row
==
9
)
{
}
else
if
(
indexPath
.
row
==
9
)
{
...
...
This diff is collapsed.
Click to expand it.
XFFruit/ViewControllers/Transfer/Views/TransferCell.m
View file @
a36226dd
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
-
(
void
)
setTransfer
:
(
Transfer
*
)
transfer
{
-
(
void
)
setTransfer
:
(
Transfer
*
)
transfer
{
self
.
billNumberLabel
.
text
=
[
NSString
stringWithFormat
:
@"单号:%@"
,
transfer
.
billnumber
];
self
.
billNumberLabel
.
text
=
[
NSString
stringWithFormat
:
@"单号:%@"
,
transfer
.
billnumber
];
self
.
warehouseLabel
.
text
=
[
NSString
stringWithFormat
:
@"发货仓库:%@"
,
transfer
.
warehouseName
];
self
.
warehouseLabel
.
text
=
[
NSString
stringWithFormat
:
@"发货仓库:%@"
,
transfer
.
warehouseName
];
self
.
rwarehouseLabel
.
text
=
[
NSString
stringWithFormat
:
@"
发
货仓库:%@"
,
transfer
.
rwarehouseName
];
self
.
rwarehouseLabel
.
text
=
[
NSString
stringWithFormat
:
@"
收
货仓库:%@"
,
transfer
.
rwarehouseName
];
self
.
carnumberLabel
.
text
=
[
NSString
stringWithFormat
:
@"车辆:%@"
,
transfer
.
carnumber
]
;
self
.
carnumberLabel
.
text
=
[
NSString
stringWithFormat
:
@"车辆:%@"
,
transfer
.
carnumber
]
;
self
.
createOperNameLabel
.
text
=
[
NSString
stringWithFormat
:
@"创建人:%@"
,
transfer
.
create_operName
]
;
self
.
createOperNameLabel
.
text
=
[
NSString
stringWithFormat
:
@"创建人:%@"
,
transfer
.
create_operName
]
;
self
.
createTimeLabel
.
text
=
[
NSString
stringWithFormat
:
@"创建时间:%@"
,
transfer
.
create_time
];
self
.
createTimeLabel
.
text
=
[
NSString
stringWithFormat
:
@"创建时间:%@"
,
transfer
.
create_time
];
...
...
This diff is collapsed.
Click to expand it.
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