Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingDamage.jsp
===================================================================
diff -u -r13518 -r13655
--- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingDamage.jsp (.../recyclingDamage.jsp) (revision 13518)
+++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingDamage.jsp (.../recyclingDamage.jsp) (revision 13655)
@@ -93,8 +93,10 @@
}
if (isErrorExist) {
window.parent.document.getElementById('showTousseName' + row).className = 'input-a-yellow';
+ window.parent.document.getElementById('recyclingDamageButton' + row).className = 'btn-c-edit';
} else {
window.parent.document.getElementById('showTousseName' + row).className = 'input-a';
+ window.parent.document.getElementById('recyclingDamageButton' + row).className = 'btn-c';
}
}
window.parent.setTousseItemRecyclingDamage(row,JSON.stringify(newJsonArray));
Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp
===================================================================
diff -u -r13622 -r13655
--- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp (.../recyclingErrors.jsp) (revision 13622)
+++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp (.../recyclingErrors.jsp) (revision 13655)
@@ -104,8 +104,10 @@
}
if (isErrorExist) {
window.parent.document.getElementById('showTousseName' + row).className = 'input-a-yellow';
+ window.parent.document.getElementById('recyclingErrorButton' + row).className = 'btn-b-edit';
} else {
window.parent.document.getElementById('showTousseName' + row).className = 'input-a';
+ window.parent.document.getElementById('recyclingErrorButton' + row).className = 'btn-b';
}
}
window.parent.setTousseItemRecyclingError(row,JSON.stringify(newJsonArray));
Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js
===================================================================
diff -u -r13622 -r13655
--- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 13622)
+++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 13655)
@@ -1463,8 +1463,8 @@
reduceButton +
'
| '+
'入筐 | '+
- '丢失 | '+
- '报废 | '+
+ '丢失 | '+
+ '报废 | '+
'删除 | ');
trElement.prependTo("#tousseItemTable");//在表格第一行追加行
}
@@ -2178,6 +2178,7 @@
var errorLen = tousseItem.recyclingErrors.length;
if(errorLen > 0){
document.getElementById('showTousseName'+row).className = 'input-a-yellow';
+ document.getElementById('recyclingErrorButton'+row).className = 'btn-b-edit';
var recyclingErrorJsonArray = new Array();
for(var j = 0;j < errorLen;j++){
var error = tousseItem.recyclingErrors[j];
@@ -2196,6 +2197,7 @@
var damageLen = tousseItem.recyclingDamages.length;
if(damageLen > 0){
document.getElementById('showTousseName'+row).className = 'input-a-yellow';
+ document.getElementById('recyclingDamageButton'+row).className = 'btn-c-edit';
var recyclingDamageJsonArray = new Array();
for(var j = 0;j < damageLen ; j++){
var damage = tousseItem.recyclingDamages[j];
Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/pic_bg_edit.jpg
===================================================================
diff -u
Binary files differ
Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/style.css
===================================================================
diff -u -r13338 -r13655
--- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/style.css (.../style.css) (revision 13338)
+++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/style.css (.../style.css) (revision 13655)
@@ -76,10 +76,14 @@
.data-table .btn-a:hover{ background-position:0 -349px}
.data-table .btn-b{background:url(pic_bg.jpg) no-repeat -89px -284px; width:83px; height:63px; }
.data-table .btn-b:hover{ background-position:-89px -349px}
+.data-table .btn-b-edit{background:url(pic_bg_edit.jpg) no-repeat -89px -284px; width:83px; height:63px; }
+.data-table .btn-b-edit:hover{ background-position:-89px -349px}
.data-table .btn-d{background:url(pic_bg.jpg) no-repeat -267px -284px; width:83px; height:63px; }
.data-table .btn-d:hover{ background-position:-267px -349px}
.data-table .btn-c{background:url(pic_bg.jpg) no-repeat -178px -284px; width:83px; height:63px; }
.data-table .btn-c:hover{ background-position:-178px -349px}
+.data-table .btn-c-edit{background:url(pic_bg_edit.jpg) no-repeat -178px -284px; width:83px; height:63px; }
+.data-table .btn-c-edit:hover{ background-position:-178px -349px}
.data-table td{ padding:4px 4px}
.fenpei-table{ position:absolute;width:629px; height:167px; top:320px; right:113px}