Commit 14709692 authored by freecui's avatar freecui

加工单保存接口调用成功

parent f8c36318
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#pragma 版本更新 #pragma 版本更新
[self enterpriseUpdate]; // [self enterpriseUpdate];
[self.window makeKeyAndVisible]; [self.window makeKeyAndVisible];
return YES; return YES;
......
...@@ -708,7 +708,8 @@ typedef NS_ENUM(NSInteger, cellRow) { ...@@ -708,7 +708,8 @@ typedef NS_ENUM(NSInteger, cellRow) {
NSDictionary *product = @{@"baseQty":@"2344",@"outstockDate":@"2015-09-08 10:24:42",@"productCode":@"农夫山泉",@"productName":@"dd", NSDictionary *product = @{@"baseQty":@"2344",@"outstockDate":@"2015-09-08 10:24:42",@"productCode":@"农夫山泉",@"productName":@"dd",
@"productUuid":@"402880e64e287fe2014e28895b8a0032",@"qpc":@"123",@"qpcStr":@"1 X123.0",@"quantity":@"234", @"productUuid":@"402880e64e287fe2014e28895b8a0032",@"qpc":@"123",@"qpcStr":@"1 X123.0",@"quantity":@"234",
@"remark":@"",@"unit":@"篮",@"uuid":[NSNull null]}; @"remark":@"",@"unit":@"篮",@"uuid":[NSNull null]};
NSDictionary *para = @{@"contact":@"222", NSDictionary *para = @{//@"uuid":@"",
@"contact":@"222",
@"contactPhone":@"3434", @"contactPhone":@"3434",
@"materials":@[material], @"materials":@[material],
@"products":@[product], @"products":@[product],
...@@ -794,10 +795,10 @@ typedef NS_ENUM(NSInteger, cellRow) { ...@@ -794,10 +795,10 @@ typedef NS_ENUM(NSInteger, cellRow) {
[IBTLoadingView showProgressLabel:@"正在加载..."]; [IBTLoadingView showProgressLabel:@"正在加载..."];
NSDictionary *dict = @{ NSDictionary *dict = @{
// @"uuid":[NSNull null],//[IBTCommon checkString:_d_processBill.uuid], @"uuid":_isProccessing?[IBTCommon checkString:_d_processBill.uuid]:[NSNull null],
@"version":@(0),//@(_d_processBill.version) @"version":_isProccessing?_d_processBill.version:@(0),
// @"billNumber":[NSNull null],//[IBTCommon checkString:_d_processBill.billNumber], @"billNumber":_isProccessing?[IBTCommon checkString:_d_processBill.billNumber]:[NSNull null],
@"title":@"title",//[IBTCommon checkString:self.titleStr], @"title":[IBTCommon checkString:_d_processBill.title],
@"vendor_uuid": _d_processBill.vendor_uuid, @"vendor_uuid": _d_processBill.vendor_uuid,
@"vendor_code": _d_processBill.vendor_code, @"vendor_code": _d_processBill.vendor_code,
@"vendor_name": _d_processBill.vendor_name, @"vendor_name": _d_processBill.vendor_name,
......
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
_d_processProduct.productUuid = product.uuid; _d_processProduct.productUuid = product.uuid;
_d_processProduct.productCode = product.code; _d_processProduct.productCode = product.code;
_d_processProduct.productName = product.name; _d_processProduct.productName = product.name;
_d_processProduct.qpcStr = @"";//product.qpcStr; _d_processProduct.qpcStr = @"1 X123.0";//product.qpcStr;
} }
}; };
[self PushViewController:vc animated:YES]; [self PushViewController:vc animated:YES];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment