高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
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 {
@@ -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) {