|
|
@@ -26,7 +26,6 @@ import com.uas.pda_smart_com_lg.global.GloableParams;
|
|
|
import com.uas.pda_smart_com_lg.tools.VolleyUtil;
|
|
|
import com.uas.pda_smart_com_lg.util.CameraUtil;
|
|
|
import com.uas.pda_smart_com_lg.util.CommonUtil;
|
|
|
-import com.uas.pda_smart_com_lg.util.Constants;
|
|
|
import com.uas.pda_smart_com_lg.util.JsonUtils;
|
|
|
import com.uas.pda_smart_com_lg.view.ClearableEditText;
|
|
|
import com.uuzuche.lib_zxing.activity.CaptureActivity;
|
|
|
@@ -133,9 +132,10 @@ public class ModifyBarcodeQuantityFragment extends BaseFragment {
|
|
|
CommonUtil.toastNoRepeat(mActivity, getString(R.string.please_collect_barcode));
|
|
|
} else if (TextUtils.isEmpty(quantity)) {
|
|
|
CommonUtil.toastNoRepeat(mActivity, "请输入条码数量");
|
|
|
- } else if (!quantity.matches(Constants.REGEX.IS_FLOAT)) {
|
|
|
- CommonUtil.toastNoRepeat(mActivity, "请输入正确的条码数量");
|
|
|
}
|
|
|
+// else if (!quantity.matches(Constants.REGEX.IS_FLOAT)) {
|
|
|
+// CommonUtil.toastNoRepeat(mActivity, "请输入正确的条码数量");
|
|
|
+// }
|
|
|
// else if (!barcode.matches(Constants.REGEX.NO_CN_SYMBOL)) {
|
|
|
// CommonUtil.toastNoRepeat(mActivity, getString(R.string.barcode_cannot_contain_special));
|
|
|
// }
|