Procházet zdrojové kódy

修复会议管理打印签到二维码报错的问题

unknown před 5 roky
rodič
revize
c6d9bfa1fc

+ 1 - 1
o2web/source/x_component_Meeting/Common.js

@@ -946,7 +946,7 @@ MWF.xApplication.Meeting.MeetingForm = new Class({
                 },
                 events : {
                     click : function(){
-                        window.open(o2.filterUrl("../x_component_Meeting/$Main/qrPrint.html?meeting="+this.data.id), "_blank" );
+                        window.open(o2.filterUrl("../x_desktop/meetingQrPrint.html?meeting="+this.data.id), "_blank" );
                     }.bind(this)
                 }
             }).inject( this.qrCodeArea );

+ 0 - 1
o2web/source/x_component_Meeting/$Main/qrPrint.html → o2web/source/x_desktop/meetingQrPrint.html

@@ -7,7 +7,6 @@
     <link rel="stylesheet" href="../x_desktop/css/mBoxTooltip.css" charset="UTF-8" />
 
     <script src="../o2_core/o2.min.js?v=2.1.3"></script>
-    <script src="../o2_core/compatible.min.js?v=2.1.3"></script>
     <script src="../o2_lib/Decimal.js"></script>
     <script src="../x_desktop/js/base.min.js?v=2.1.3"></script>
     <script>