瀏覽代碼

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

Pen Li 7 年之前
父節點
當前提交
1fb2fa62cd
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      Apex Mobile/Apex Mobile/Result/Model/ApexResultDocumentModel.m

+ 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