Bläddra i källkod

拆分后刷新明细表

ChengJH 3 år sedan
förälder
incheckning
45c53555b1

+ 2 - 1
app/src/main/java/com/uas/uas_mes_zb_p/fragment/OutboundListAdd_Fragment.java

@@ -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();
 
             }
         });