|
@@ -80,8 +80,6 @@ public class IOCOutMakeMaterial extends BaseFragment {
|
|
|
|
|
|
|
|
private static String TAG = "IOCOutMakeMaterial";
|
|
private static String TAG = "IOCOutMakeMaterial";
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
private IOCOutMakeMaterialFuzzySearch fuzzySearchData;
|
|
private IOCOutMakeMaterialFuzzySearch fuzzySearchData;
|
|
|
private MyArrayAdapter<String> autoStringAdapter;
|
|
private MyArrayAdapter<String> autoStringAdapter;
|
|
|
private StringRequest stringRequest, stringRequestPost;
|
|
private StringRequest stringRequest, stringRequestPost;
|
|
@@ -123,7 +121,7 @@ public class IOCOutMakeMaterial extends BaseFragment {
|
|
|
RadioButton agvfgm = root.findViewById(R.id.agvfgm);
|
|
RadioButton agvfgm = root.findViewById(R.id.agvfgm);
|
|
|
|
|
|
|
|
mDbManager = new DBManager(getActivity());
|
|
mDbManager = new DBManager(getActivity());
|
|
|
- ((TextView) (getActivity().findViewById(R.id.tv_actionbar_withback))).setText("出库单");
|
|
|
|
|
|
|
+ ((TextView) (getActivity().findViewById(R.id.tv_actionbar_withback))).setText(R.string.outbound_order);
|
|
|
|
|
|
|
|
//弹出软键盘
|
|
//弹出软键盘
|
|
|
mInputMethodManager = (InputMethodManager) root.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
|
|
mInputMethodManager = (InputMethodManager) root.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
|