Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/addTousse.jsp =================================================================== diff -u -r17169 -r17633 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/addTousse.jsp (.../addTousse.jsp) (revision 17169) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/addTousse.jsp (.../addTousse.jsp) (revision 17633) @@ -86,6 +86,21 @@ }); } } + + function backSpaceInputText(){ + pages = 1; + var currentValue = document.getElementById('spellingCode').value; + if(currentValue == ""){ + return; + } + document.getElementById('spellingCode').value = currentValue.substring(0,currentValue.length - 1); + if(document.getElementById('spellingCode').value == ""){ + cleanInputText(); + }else{ + searchTousse('',pages,amount); + } + } + function cleanInputText(){ document.getElementById('spellingCode').value = ""; pages = 1; @@ -189,11 +204,12 @@
Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/pic_bg.jpg =================================================================== diff -u -r14296 -r17633 Binary files differ Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/selectUser.jsp =================================================================== diff -u -r17212 -r17633 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/selectUser.jsp (.../selectUser.jsp) (revision 17212) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/selectUser.jsp (.../selectUser.jsp) (revision 17633) @@ -53,7 +53,7 @@ 拼音/五笔 首字母 - + Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/addDepart.jsp =================================================================== diff -u -r17212 -r17633 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/addDepart.jsp (.../addDepart.jsp) (revision 17212) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/addDepart.jsp (.../addDepart.jsp) (revision 17633) @@ -73,11 +73,12 @@
@@ -186,6 +187,21 @@ } }); } + + function backSpaceInputText(){ + pages = 1; + var currentValue = document.getElementById('spellingCode').value; + if(currentValue == ""){ + return; + } + document.getElementById('spellingCode').value = currentValue.substring(0,currentValue.length - 1); + if(document.getElementById('spellingCode').value == ""){ + cleanInputText(); + }else{ + searchTousse(''); + } + } + function cleanInputText(){ document.getElementById('spellingCode').value = ""; pages = 1; Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/style.css =================================================================== diff -u -r17244 -r17633 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/style.css (.../style.css) (revision 17244) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/style.css (.../style.css) (revision 17633) @@ -243,7 +243,7 @@ .add-bao .search td{ font-size:40px;} .add-bao .search .input{ background:url(pic_bg.jpg) no-repeat 0 -545px; width:291px; height:62px; line-height:45px; overflow:hidden; padding:0 10px; border:none; font-size:26px;} -.add-bao .search .btn{background:url(pic_bg.jpg) no-repeat -177px -417px; width:143px; height:62px; border:none} +.add-bao .search .btn{background:url(pic_bg.jpg) no-repeat -177px -417px; width:143px; height:62px; border:none; font-size: 27px;} .add-bao .search .btn:hover{ background-position:-177px -480px;} .add-bao .search table{ margin:0 auto} .add-bao .title{ width:890px; margin:65px 15px 15px 15px}