Эх сурвалжийг харах

1.修改iOS Apex Mobile Result Document删除主动加上PO#和BOL。

Pen Li 7 жил өмнө
parent
commit
1fb2fa62cd

+ 0 - 8
Apex Mobile/Apex Mobile/Result/Model/ApexResultDocumentModel.m

@@ -14,12 +14,4 @@
     return 100.0f;
 }
 
-- (void)setPo:(NSString *)po {
-    _po = [NSString stringWithFormat:@"PO#:%@", po ? po : @""];
-}
-
-- (void)setBol:(NSString *)bol {
-    _bol = [NSString stringWithFormat:@"BOL:%@", bol ? bol : @""];
-}
-
 @end