|
|
@@ -259,6 +259,8 @@ public class WHTransferLocationFragment extends BaseFragment implements Compound
|
|
|
switch (requestType) {
|
|
|
//请求转移数据
|
|
|
case VolleyUtil.FRAGMETN_WHTRANSFER_DATA:
|
|
|
+ etCode.setText("");
|
|
|
+ etCode.requestFocus();
|
|
|
disposeVolleyTransferData(result);
|
|
|
break;
|
|
|
case VolleyUtil.FRAGMETN_WHTRANSFER:
|
|
|
@@ -298,6 +300,7 @@ public class WHTransferLocationFragment extends BaseFragment implements Compound
|
|
|
boolean success = resultObject.optBoolean("success");
|
|
|
if (success) {
|
|
|
CommonUtil.showNotice(getString(R.string.notice_success_whtransfer), mActivity);
|
|
|
+ clearAll();
|
|
|
|
|
|
for (int i = 0; i < gridData.size(); i++) {
|
|
|
// gridData.get(i).setBAR_LOCATION();
|