' +
+ ''+
+ '' +
urgentAmountElement + ' | ' +
' | '+
' | '+
@@ -2676,7 +2678,16 @@
alertDiv("不能保存空的回收单!");
return false;
}
-
+ if(IsentireJudge == false){
+ tousseItemTableChildren();
+ entireGoods = UniquePay(entireGoods);
+ for(var i=0;i tbody > tr").length
+ if(tousseItemTableLength<=0){
+ alertDiv('当前没有器械包可查找');
+ return false;
+ }else{
+ if(isEntire == true){
+ tousseItemTableChildren();
+ entireItme(entireGoods,rows,boxkey,boxkeyGood)
+ isEntire =false;
+ }else{
+ tousseItemTableChildren();
+ entireGoods = UniquePay(entireGoods);
+ entireItme(entireGoods,rows,boxkey,boxkeyGood)
+ }
+ if(boxkeyGood.length > 0){
+ $('#tousseItemTable').empty();
+ for(var i=0;i
Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/addTousse.jsp
===================================================================
diff -u -r23977 -r25503
--- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/addTousse.jsp (.../addTousse.jsp) (revision 23977)
+++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/addTousse.jsp (.../addTousse.jsp) (revision 25503)
@@ -33,7 +33,7 @@
}
}
- function addToussItem(tousseDefinitionId,tousseName,isApplyEntireTousse,isCleanedEntirely,tousseType,isThereIdentificationCard){
+ function addToussItem(tousseDefinitionId,tousseName,isApplyEntireTousse,isCleanedEntirely,tousseType,isThereIdentificationCard,spelling){
var row = window.parent.document.getElementById("tousseItemTable").rows.length;
var timeStr = new Date().getTime();
var errorDamageQmKey = tousseDefinitionId + "_" + timeStr;
@@ -50,7 +50,8 @@
isThereIdentificationCard: isThereIdentificationCard,
isApplyEntireTousse: isApplyEntireTousse,
urgentAmount:0,
- errorDamageQmKey:errorDamageQmKey
+ errorDamageQmKey:errorDamageQmKey,
+ spelling:spelling
};
if(window.parent.addToussItem(toussItem,sstsConfig.addTousseAtLastForRecycle)){
window.parent.highlightExistTousseItem(row);
@@ -86,7 +87,8 @@
htmlResultCode += " "
+ +tousseArray[i].tousseType+"','"+tousseArray[i].isThereIdentificationCard+""
+ +tousseArray[i].spelling+"','"+tousseArray[i].spelling+"');\">"
+ tousseArray[i].tousseName + "";
}
if(tousseArray.length < countOfLI){
Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/style.css
===================================================================
diff -u -r25415 -r25503
--- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/style.css (.../style.css) (revision 25415)
+++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/style.css (.../style.css) (revision 25503)
@@ -53,7 +53,7 @@
.data-table{position:absolute; width:1160px; height:500px; bottom:150px; left:33px}
.data-table .box{ height:500px; overflow-y:scroll; overflow-x:hidden;}
-.data-table .box table{ margin:0 auto; width:1083px}
+.data-table .box table{ margin:0 auto; width:1045px}
.data-table .input-a{ background:url(pic_bg.jpg) no-repeat 0 -206px; border:none; width:349px; height:62px; font-size:26px; padding:0 10px; line-height:40px;}
.data-table .input-a-yellow{ background:url(pic_bg.jpg) no-repeat 0 -1030px; border:none; width:349px; height:62px; font-size:26px; padding:0 10px; line-height:40px;}
.data-table .input-b{ background:url(pic_bg.jpg) no-repeat -246px 0; border:none; width:52px; height:62px; font-size:26px; padding:0 5px; line-height:40px;}
@@ -382,3 +382,45 @@
.serialNum-table .btn-box .btn-f:hover{ background:url(btn_exit1.png) no-repeat; background-position:0 0; border:none; line-height:200px; overflow:hidden; text-indent:-9999px; display:block;}
.serialNum-table .btn-box .btn-g{ background:url(btn_stop.png) no-repeat; background-position:0 0; width:137px; height:64px; border:none; line-height:200px; overflow:hidden; text-indent:-9999px; display:block; }
.serialNum-table .btn-box .btn-g:hover{ background:url(btn_stop1.png) no-repeat; background-position:0 0; border:none; line-height:200px; overflow:hidden; text-indent:-9999px; display:block;}
+/*过滤按钮*/
+.btn_box{
+ display: inline-block;
+ width: 60px;
+ float: left;
+ margin-left:5px;
+}
+.btn_box a{
+ line-height: 20px;
+ font-size: 18px;
+ text-decoration: none;
+ cursor: pointer;
+ color:#2e6271;
+ font-weight: bold;
+}
+
+.btn_box a:hover{
+ text-decoration: underline;
+ color:red;
+}
+.btnBoxGoods{
+ display: inline-block;
+ width: 60px;
+ line-height:40px;
+ text-align: center;
+ padding: 5px 0;
+}
+.btnBoxGoods a{
+ color:#2e6271;
+}
+#btnBoxGoods_ul{
+ display: inline-block;
+ width: 60px;
+ text-align: center;
+ margin-top:10px;
+}
+.btnBoxGoods_li{
+ width: 30px;
+ float: left;
+ line-height: 30px;
+ height:30px;
+}
Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp
===================================================================
diff -u -r25444 -r25503
--- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 25444)
+++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 25503)
@@ -515,7 +515,7 @@
}
$(document).ready(function() {
/*Annie 快速入框权限*/
- if(sstsConfig.isIntoTheBox){
+ if(sstsConfig.enableExpressIntoContainer){
$('#IntheBox').show();
}
if(sstsConfig.showRememberRecycleUserButton == true){
|