|
|
@@ -219,7 +219,7 @@ public class JLTStorageInBarcodeFragment extends BaseFragment implements View.On
|
|
|
mRecyclerView.addItemDecoration(new RecyclerItemDecoration(2));
|
|
|
mStorageInTodoAdapter = new NewJLTStorageInTodoAdapter(mActivity);
|
|
|
mFocusId = root.findFocus().getId();
|
|
|
- CheckBoxData();
|
|
|
+// CheckBoxData();
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
@@ -980,8 +980,6 @@ public class JLTStorageInBarcodeFragment extends BaseFragment implements View.On
|
|
|
jlt_edit_qty.setText("");
|
|
|
// resetState();
|
|
|
mBarcodeEditText.requestFocus();
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
|
|
|
|