Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/customIntoBasket.jsp =================================================================== diff -u -r29573 -r33238 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/customIntoBasket.jsp (.../customIntoBasket.jsp) (revision 29573) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/customIntoBasket.jsp (.../customIntoBasket.jsp) (revision 33238) @@ -42,7 +42,10 @@ var param_data = '${param.data}'; var param_tousseIntoBasketInfo = '${param.tousseIntoBasketInfo}'; var param_recyclingApplicationId = '${param.recyclingApplicationId}'; - + var recyclingStatus = decodeURIComponent('${param.RecyclingStatus}'); + var appType = decodeURIComponent('${param.appType}'); + var isRecycling = '${param.isRecycling}'; + var sessionBasketSizeObj = JSON.parse(decodeURIComponent('${param.sessionBasketSizeObj}')); layer.config({ extend: 'myskin/style.css', //加载您的扩展样式 skin: 'layer-ext-myskin' @@ -123,6 +126,16 @@ html { height: 100% !important; } +.basketSizeBox { + line-height: 38px; + height: 38px; + display: inline-flex; +} +.basketSize { + height: 35px; + width: 90px; + font-size: 20px; +}