|
|
@@ -445,9 +445,11 @@ public class GoodOrBadAddDetailFragment extends BaseFragment implements View.OnC
|
|
|
CommonUtil.toastNoRepeat(mActivity, "单据ID不可为空");
|
|
|
return;
|
|
|
}
|
|
|
- if (nextmacode.isEmpty()) {
|
|
|
- CommonUtil.toastNoRepeat(mActivity, "发料工单不可为空");
|
|
|
- return;
|
|
|
+ if (!mSTypes.equals("完工入库")) {
|
|
|
+ if (nextmacode.isEmpty()) {
|
|
|
+ CommonUtil.toastNoRepeat(mActivity, "发料工单不可为空");
|
|
|
+ return;
|
|
|
+ }
|
|
|
}
|
|
|
progressDialog.show();
|
|
|
VollyRequest.getInstance().stringRequest(mStringRequest,
|