| | |
| | | <apex:page Controller="EquipmentSetShippmentReceived1Controller" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="备品出库入库"> |
| | | <apex:page Controller="EquipmentSetShippmentReceived1Controller" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="备品出库入库" lightningStylesheets="true"> |
| | | <head> |
| | | <meta name="format-detection" content="telephone=no"/> |
| | | </head> |
| | |
| | | list-style-type: none; |
| | | padding: 0; |
| | | height: 25px; |
| | | /* lighting升级 20230209 lt “下架”“出库检测”有重叠问题 去掉 height: 35px; */ |
| | | border-bottom: 5px solid #3b5998; |
| | | } |
| | | #Step_tab li { |
| | |
| | | <div id="myModal" class="modal"> |
| | | |
| | | <!-- Modal content --> |
| | | <div class="modal-content" > |
| | | <div class="modal-content"> |
| | | <span class="close" onclick="stopScan()">×</span> |
| | | <p>扫描中</p> |
| | | <p>Code:<input type="text" id="qrcode"/></p> |
| | |
| | | window.location.href="sfqr://scan"; |
| | | } else { |
| | | j$(".modal").show(); |
| | | //add by rentx 20210927 start 154PB-7 扫描的对话框显示靠右 不要挡住数据展示 |
| | | j$(".modal-content").css("margin-left","350px"); |
| | | //add by rentx 20210927 end 154PB-7 扫描的对话框显示靠右 不要挡住数据展示 |
| | | Instascan.Camera.getCameras().then(function (cameras) { |
| | | if (cameras.length > 0) { |
| | | if (ver >= 13) { |