numET.setText(itemDTO.itemNum.toString())
numET.isFocusableInTouchMode=true
numET.setFocusable(true)
numET.requestFocus()
Selection.selectAll(numET.text)
dialog.getWindow()!!.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE)