小写转大写:<input type="text" name="material.codeName" id="codeName" onkeyup="this.value = this.value.toUpperCase()"/>this
大写转小写:<input type="text" name="material.codeName" id="codeName" onkeyup="this.value = this.value.toLowerCase();"/>spa