|
|
@@ -187,6 +187,7 @@ public class TaskB2BActivity extends BaseActivity implements RecognizerDialogLis
|
|
|
isendList.add(process);
|
|
|
|
|
|
if (i == data.size() - 1){
|
|
|
+ LogUtil.prinlnLongMsg("isendList3", JSON.toJSONString(isendList));
|
|
|
doShowListData();
|
|
|
}
|
|
|
}
|
|
|
@@ -222,8 +223,8 @@ public class TaskB2BActivity extends BaseActivity implements RecognizerDialogLis
|
|
|
if (tab_type == 3){
|
|
|
adapter = new NewSchedultAdapter(TaskB2BActivity.this, isendList);
|
|
|
real_List = isendList;
|
|
|
- return;
|
|
|
}
|
|
|
+ LogUtil.prinlnLongMsg("tab_type ,real_List",tab_type +","+JSON.toJSONString(real_List));
|
|
|
listview_main.setAdapter(adapter);
|
|
|
if (adapter.getCount() != 0) {
|
|
|
sendHomeBroadcast(adapter.getCount());
|
|
|
@@ -400,7 +401,6 @@ public class TaskB2BActivity extends BaseActivity implements RecognizerDialogLis
|
|
|
private void initData() {
|
|
|
progressDialog.show();
|
|
|
sendResquestForServer("", 2, mCurrentPage); // 进来请求所有任务数据
|
|
|
-// sendServiceForISend(mCurrentPage); // 进来请求我发起的任务数据
|
|
|
}
|
|
|
|
|
|
private void initSearchEvent() {
|