Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressIntoBasket.js
===================================================================
diff -u
--- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressIntoBasket.js (revision 0)
+++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressIntoBasket.js (revision 25711)
@@ -0,0 +1,1647 @@
+var ab;
+var lock = false;
+var progressbar = null;
+var progressLabel= null;
+var tousseArray = new Array();
+var deleteTousseItemArray = new Array();
+var unrecycleTousseItemArray = new Array();
+$(function() {
+ progressbar = $("#progressbar");
+ progressLabel = $(".progress-label");
+ progressbar.progressbar({
+ value: false,
+ change: function() {
+ progressLabel.text( parseInt(progressbar.progressbar("value")) + "%");
+ },
+ complete: function() {
+ progressLabel.text( "完成!" );
+ }
+ });
+});
+function progress(i) {
+ progressbar.progressbar( "option", {value: i });
+}
+//是否有外来器械包。如果有外来器械包,就显示拆包信息,否则隐藏
+var hasForeignTousse = false;
+
+//锁定键盘
+function lockup(e){ e.preventDefault(); }
+//高亮层不锁定
+function lockout(e){ e.stopPropagation(); }
+
+function alertDiv(alertWord, hideCloseButton){
+ lock = true;
+ document.getElementById ("showWord").innerHTML = alertWord;
+ if(typeof(hideCloseButton) != 'undefined' && hideCloseButton){
+ $('#idBoxClose').hide();
+ $("#progressbar").show();
+ }
+ else{
+ $('#idBoxClose').show();
+ $("#progressbar").hide();
+ }
+
+ ab = new AlertBox("idBox");
+ ab.onShow = function(){
+ if ( lock ) {
+ $$E.addEvent( document, "keydown", lockup );
+ $$E.addEvent( this.box, "keydown", lockout );
+ OverLay.show();
+ }
+ };
+ ab.onClose = function(){
+ $$E.removeEvent( document, "keydown", lockup );
+ $$E.removeEvent( this.box, "keydown", lockout );
+ OverLay.close();
+ };
+
+ ab.center = true;
+ ab.show();
+}
+function closeDiv(){
+ ab.close();
+}
+
+function showMessage(message){
+ if(document.getElementById('messageDiv') == null || !$('#messageDiv').dialog('isOpen')){
+ $("
+
+
+
+
+
+
+
+
+<%--
--%>
+ <%----%>
+
+<%--
--%>
+
+
+
+
+
+
+
+
+
+