|
@@ -232,7 +232,24 @@ public class ExceptionFragment extends Fragment {
|
|
|
break;
|
|
|
case DecisionConstant.REOPEN_02:
|
|
|
// 门没开换柜门
|
|
|
+ // 更新柜门信息 跳转到成功页面
|
|
|
+ // 响应信息
|
|
|
+ if (responseData.getCode().equals(ICSPConstant.OK)) {
|
|
|
+ bundle.putString("preparedOrderResponse", objectMapper.writeValueAsString(data));
|
|
|
|
|
|
+ // 跳转到确认投递
|
|
|
+ try {
|
|
|
+// MainActivity activity = (MainActivity) getActivity();
|
|
|
+// activity.getBundleMap().put(InputInfoKeyBoardFragment.class.getName(), bundle);
|
|
|
+ } catch (RuntimeException e) {
|
|
|
+ Log.e(TAG, "onResponse: InputInfoFragment页面获取SendInfoConfirmFragment传值错误! ", e);
|
|
|
+ LoggingUtils.sendErrorLog("业务异常: InputInfoFragment页面获取SendInfoConfirmFragment传值错误! ", e);
|
|
|
+ }
|
|
|
+ if (null != timer) {
|
|
|
+ timer.cancel();
|
|
|
+ }
|
|
|
+ NavUtils.navigate(ExceptionFragment.this, R.id.action_InputInfoKeyBoardFragment_to_sendInfoConfirmFragment);
|
|
|
+ }
|
|
|
break;
|
|
|
case DecisionConstant.REOPEN_03:
|
|
|
// 门没开再开一次
|