buli
2023-07-14 e6068da47c1bef5517c9e5fdc8c726766867ad4e
force-app/main/default/pages/EquipmentSetShippmentReceived1.page
@@ -1,4 +1,4 @@
<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>
@@ -97,6 +97,7 @@
        list-style-type: none;
        padding: 0;
        height: 25px;
        /* lighting升级 20230209 lt “下架”“出库检测”有重叠问题 去掉 height: 35px; */
        border-bottom: 5px solid #3b5998;
    }
    #Step_tab li {
@@ -165,7 +166,7 @@
<div id="myModal" class="modal">
  <!-- Modal content -->
  <div class="modal-content" >
  <div class="modal-content">
    <span class="close" onclick="stopScan()">&times;</span>
    <p>扫描中</p>
        <p>Code:<input type="text" id="qrcode"/></p>
@@ -317,9 +318,6 @@
                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) {