|
|
@@ -6,6 +6,7 @@ import android.content.Context;
|
|
|
import android.content.Intent;
|
|
|
import android.graphics.drawable.BitmapDrawable;
|
|
|
import android.os.AsyncTask;
|
|
|
+import android.text.TextUtils;
|
|
|
import android.util.Log;
|
|
|
import android.view.Gravity;
|
|
|
import android.view.KeyEvent;
|
|
|
@@ -193,6 +194,10 @@ public class NewWHCheckMakeMaterialFragment extends BaseFragment implements View
|
|
|
etWhcode.setText(result);
|
|
|
etWhcode.setSelection(result.length());
|
|
|
}
|
|
|
+ if (!TextUtils.isEmpty(etProdcode.getText().toString().trim()) ||
|
|
|
+ !TextUtils.isEmpty(etWhcode.getText().toString().trim())) {
|
|
|
+ disposeOnClickEnter();
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|