소스 검색

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