|
|
@@ -205,6 +205,8 @@ public class WHTransferLocationFragment extends BaseFragment implements Compound
|
|
|
}
|
|
|
if (gridData.get(i).getBAR_OUTBOXCODE1().equals(strCode)) {
|
|
|
CommonUtil.showNotice(getString(R.string.notice_barcode_repeat_whtransfer), getActivity());
|
|
|
+ etCode.setText("");
|
|
|
+ etCode.requestFocus();
|
|
|
return;
|
|
|
}
|
|
|
}
|
|
|
@@ -217,6 +219,8 @@ public class WHTransferLocationFragment extends BaseFragment implements Compound
|
|
|
}
|
|
|
if (gridData.get(i).getBAR_OUTBOXCODE1().equals(strCode)) {
|
|
|
CommonUtil.showNotice(getString(R.string.notice_whcode_repeat_whtransfer), getActivity());
|
|
|
+ etCode.setText("");
|
|
|
+ etCode.requestFocus();
|
|
|
return;
|
|
|
}
|
|
|
}
|
|
|
@@ -277,6 +281,7 @@ public class WHTransferLocationFragment extends BaseFragment implements Compound
|
|
|
if (result != null) {
|
|
|
try {
|
|
|
etCode.setText("");
|
|
|
+ etNewLocation.requestFocus();
|
|
|
com.alibaba.fastjson.JSONObject resultObject = JSON.parseObject(result);
|
|
|
com.alibaba.fastjson.JSONObject dataObject = resultObject.getJSONObject("data");
|
|
|
if (dataObject != null) {
|
|
|
@@ -354,6 +359,7 @@ public class WHTransferLocationFragment extends BaseFragment implements Compound
|
|
|
etWhcode.setText("");
|
|
|
etCode.setText("");
|
|
|
etNewLocation.setText("");
|
|
|
+ etCode.requestFocus();
|
|
|
}
|
|
|
|
|
|
//提醒列表数据源发生变化
|