|
|
@@ -261,7 +261,6 @@ public class OutboundListAdd_Fragment extends BaseFragment implements OnColumnIt
|
|
|
}
|
|
|
});
|
|
|
|
|
|
-
|
|
|
Bundle bundle = getArguments();
|
|
|
if (bundle != null) {
|
|
|
va_ids = bundle.getString("pi_id");
|
|
|
@@ -538,6 +537,7 @@ public class OutboundListAdd_Fragment extends BaseFragment implements OnColumnIt
|
|
|
public void onSuccess(int flag, Object o) throws Exception {
|
|
|
progressDialog.dismiss();
|
|
|
CommonUtil.toastNoRepeat(mActivity, "拆分成功");
|
|
|
+ getDataCommitList();
|
|
|
|
|
|
}
|
|
|
|
|
|
@@ -545,6 +545,7 @@ public class OutboundListAdd_Fragment extends BaseFragment implements OnColumnIt
|
|
|
public void onFail(int flag, String failStr) throws Exception {
|
|
|
progressDialog.dismiss();
|
|
|
CommonUtil.toastNoRepeat(mActivity, failStr);
|
|
|
+ getDataCommitList();
|
|
|
|
|
|
}
|
|
|
});
|