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
14709692
Commit
14709692
authored
Sep 08, 2015
by
freecui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加工单保存接口调用成功
parent
f8c36318
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
ICRAppDelegate.m
XFFruit/AppDelegate/ICRAppDelegate.m
+1
-1
GXFNewProcessViewController.m
...rollers/Process/Controllers/GXFNewProcessViewController.m
+6
-5
GXFPopNewProductViewController.m
...ontrollers/Process/Views/GXFPopNewProductViewController.m
+1
-1
No files found.
XFFruit/AppDelegate/ICRAppDelegate.m
View file @
14709692
...
...
@@ -35,7 +35,7 @@
#pragma 版本更新
[
self
enterpriseUpdate
];
//
[self enterpriseUpdate];
[
self
.
window
makeKeyAndVisible
];
return
YES
;
...
...
XFFruit/ViewControllers/Process/Controllers/GXFNewProcessViewController.m
View file @
14709692
...
...
@@ -708,7 +708,8 @@ typedef NS_ENUM(NSInteger, cellRow) {
NSDictionary
*
product
=
@{
@"baseQty"
:
@"2344"
,
@"outstockDate"
:
@"2015-09-08 10:24:42"
,
@"productCode"
:
@"农夫山泉"
,
@"productName"
:
@"dd"
,
@"productUuid"
:
@"402880e64e287fe2014e28895b8a0032"
,
@"qpc"
:
@"123"
,
@"qpcStr"
:
@"1 X123.0"
,
@"quantity"
:
@"234"
,
@"remark"
:
@""
,
@"unit"
:
@"篮"
,
@"uuid"
:
[
NSNull
null
]};
NSDictionary
*
para
=
@{
@"contact"
:
@"222"
,
NSDictionary
*
para
=
@{
//@"uuid":@"",
@"contact"
:
@"222"
,
@"contactPhone"
:
@"3434"
,
@"materials"
:
@[
material
],
@"products"
:
@[
product
],
...
...
@@ -794,10 +795,10 @@ typedef NS_ENUM(NSInteger, cellRow) {
[
IBTLoadingView
showProgressLabel
:
@"正在加载..."
];
NSDictionary
*
dict
=
@{
// @"uuid":[NSNull null],//[IBTCommon checkString:_d_processBill.uuid
],
@"version"
:
@
(
0
),
//@(_d_processBill.version)
// @"billNumber":[NSNull null],//[IBTCommon checkString:_d_processBill.billNumber
],
@"title"
:
@"title"
,
//[IBTCommon checkString:self.titleStr
],
@"uuid"
:
_isProccessing
?[
IBTCommon
checkString
:
_d_processBill
.
uuid
]:[
NSNull
null
],
@"version"
:
_isProccessing
?
_d_processBill
.
version
:
@
(
0
),
@"billNumber"
:
_isProccessing
?[
IBTCommon
checkString
:
_d_processBill
.
billNumber
]:[
NSNull
null
],
@"title"
:
[
IBTCommon
checkString
:
_d_processBill
.
title
],
@"vendor_uuid"
:
_d_processBill
.
vendor_uuid
,
@"vendor_code"
:
_d_processBill
.
vendor_code
,
@"vendor_name"
:
_d_processBill
.
vendor_name
,
...
...
XFFruit/ViewControllers/Process/Views/GXFPopNewProductViewController.m
View file @
14709692
...
...
@@ -168,7 +168,7 @@
_d_processProduct
.
productUuid
=
product
.
uuid
;
_d_processProduct
.
productCode
=
product
.
code
;
_d_processProduct
.
productName
=
product
.
name
;
_d_processProduct
.
qpcStr
=
@""
;
//product.qpcStr;
_d_processProduct
.
qpcStr
=
@"
1 X123.0
"
;
//product.qpcStr;
}
};
[
self
PushViewController
:
vc
animated
:
YES
];
...
...
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