|
|
@@ -2248,6 +2248,7 @@ public class IOCOutMakeMaterialOper extends BaseFragment implements View.OnClick
|
|
|
*/
|
|
|
private void confirmEvent() {
|
|
|
currentBarcode = etBarCode.getText().toString().trim();
|
|
|
+ currentBarcode = currentBarcode.replace("#", "%23");
|
|
|
if (TextUtils.isEmpty(currentBarcode)) {
|
|
|
CommonUtil.toastNoRepeat(getActivity(), "请输入号码");
|
|
|
}
|