protected void onResume() {
   super.onResume();
 }
 protected void onDestroy() {
   super.onDestroy();
 }
 protected void onStop() {
   super.onStop();
 }
 protected void onPause() {
   super.onPause();
 }
 protected void onStart() {
   super.onStart();
 }
 public void onCreate(Bundle savedInstanceState) {
   super.onCreate(savedInstanceState);
   initBatchCode(Constants.LOTNO_SFC);
   initBatchCodeView();
   getData(qihaoxinxi[2], qihaoxinxi[0]);
 }