Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/expressStyle.css
===================================================================
diff -u -r14296 -r20067
--- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/expressStyle.css (.../expressStyle.css) (revision 14296)
+++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/expressStyle.css (.../expressStyle.css) (revision 20067)
@@ -28,6 +28,9 @@
.blank40 {clear:both; height:40px; display:block; font-size:1px;overflow:hidden;}
.mbody{ background:url(express_recycle.jpg) no-repeat; width:1980px; height:1080px; margin:0 auto; position:relative}
+.mbody .btn-h{ margin-left: 95px;margin-top: 113px; background:url(allIntoBasket.png) no-repeat; background-position:0 0; width:150px; height:64px; border:none; line-height:200px; overflow:hidden;}
+.mbody .btn-h:hover{ margin-left: 95px;margin-top: 113px; background:url(allIntoBaskehovert.png) no-repeat; background-position:0 0; width:150px; height:64px; border:none; line-height:200px; overflow:hidden;}
+
.add-form{ position:absolute; width:855px; height:151px; top:233px; left:175px}
.add-form div{ position:absolute;}
.add-form .input{ background:url(pic_bg.jpg) no-repeat 0 -135px; width:272px; height:42px; border:0px; font-size:26px; padding:10px 10px; line-height:40px;}
Index: ssts-web/src/main/webapp/disinfectsystem/config/zsyy/config.js
===================================================================
diff -u -r19996 -r20067
--- ssts-web/src/main/webapp/disinfectsystem/config/zsyy/config.js (.../config.js) (revision 19996)
+++ ssts-web/src/main/webapp/disinfectsystem/config/zsyy/config.js (.../config.js) (revision 20067)
@@ -183,5 +183,7 @@
//对申请单的物品申请数量是否启用干预功能(true为启用,false或者不配置都不启用)
enableInterfereApplyAmount:true,
//同步入库单失效时期默认值,添加3年
- defaultExpDate:3
+ defaultExpDate:3,
+ //是否启用快速回收一键入筐功能
+ recycleAllTousseIntoBasketInExpressRecycle:true
}
\ No newline at end of file
Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp
===================================================================
diff -u -r20064 -r20067
--- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 20064)
+++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 20067)
@@ -32,6 +32,7 @@
+
@@ -59,14 +60,14 @@