张宇恒
2023-04-25 474e13364a9f811d530590171debc5ee74db1e0a
2023-04-25-备品出入库,下架-上架
9个文件已修改
83 ■■■■ 已修改文件
force-app/main/default/pages/EquipmentSetSRList2.page 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/EquipmentSetShippmentReceived1.page 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/EquipmentSetShippmentReceived1.page-meta.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/EquipmentSetShippmentReceived2.page 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/EquipmentSetShippmentReceived3.page 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/EquipmentSetShippmentReceived4.page 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/EquipmentSetShippmentReceived5.page 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/EquipmentSetShippmentReceived6.page 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/staticresources/EquipmentSetShippmentReceivedcss.css 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/EquipmentSetSRList2.page
@@ -1,4 +1,7 @@
<apex:page Controller="EquipmentSetSRList2Controller" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="借出备品配套一览">
<!-- 2023-04-23   zyh   lightning升级   start -->
<!-- <apex:page Controller="EquipmentSetSRList2Controller" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="借出备品配套一览"> -->
<apex:page Controller="EquipmentSetSRList2Controller" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true" title="借出备品配套一览">
<!-- 2023-04-23   zyh   lightning升级   start -->
<head>
    <meta name="format-detection" content="telephone=no"/>
    <meta name="viewport" content="width=device-width,initial-scale=1"/>
force-app/main/default/pages/EquipmentSetShippmentReceived1.page
@@ -96,12 +96,18 @@
    #Step_tab {
        list-style-type: none;
        padding: 0;
        height: 25px;
        /* 2023-04-23   zyh   lightning升级   start */
        /* height: 25px; */
        height: 30px;
        /* 2023-04-23   zyh   lightning升级   end */
        border-bottom: 5px solid #3b5998;
    }
    #Step_tab li {
        position: relative;
        width: 20%;
        /* 2023-04-23   zyh   lightning升级   start */
        width: 30%;
        /* width: 20%; */
        /* 2023-04-23   zyh   lightning升级   end */
        float: left;
        margin: 0;
        padding: 0;
@@ -256,7 +262,10 @@
                            <span>下架: </span>
                            <!-- 202107721 ljh 1719  end -->
                            <apex:outputPanel layout="none" rendered="{!esdInfo.editable}">
                            <apex:inputField id="inspectionResult" value="{!esdInfo.rec.StockDown__c}" style="margin:3px;width:75px;" />
                            <!-- 2023-04-23   zyh   lightning升级   start -->
                            <apex:inputField id="inspectionResult" value="{!esdInfo.rec.StockDown__c}" style="margin:3px;" />
                            <!-- <apex:inputField id="inspectionResult" value="{!esdInfo.rec.StockDown__c}" style="margin:3px;width:75px;" /> -->
                            <!-- 2023-04-23   zyh   lightning升级   end -->
                            </apex:outputPanel>
                            <apex:outputPanel layout="none" rendered="{!NOT(esdInfo.editable)}">
                            <span><apex:outputField id="inspectionResult1" value="{!esdInfo.rec.StockDown__c}" style="margin:3px;width:75px;" /></span>
force-app/main/default/pages/EquipmentSetShippmentReceived1.page-meta.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ApexPage xmlns="http://soap.sforce.com/2006/04/metadata">
    <apiVersion>41.0</apiVersion>
    <availableInTouch>true</availableInTouch>
    <availableInTouch>false</availableInTouch>
    <confirmationTokenRequired>false</confirmationTokenRequired>
    <label>EquipmentSetShippmentReceived1</label>
</ApexPage>
force-app/main/default/pages/EquipmentSetShippmentReceived2.page
@@ -131,12 +131,18 @@
    #Step_tab {
        list-style-type: none;
        padding: 0;
        height: 25px;
        /* 2023-04-23   zyh   lightning升级   start */
        /* height: 25px; */
        height: 30px;
        /* 2023-04-23   zyh   lightning升级   end */
        border-bottom: 5px solid #3b5998;
    }
    #Step_tab li {
        position: relative;
        width: 24%;
        /* 2023-04-23   zyh   lightning升级   start */
        width: 30%;
        /* width: 24%; */
        /* 2023-04-23   zyh   lightning升级   end */
        float: left;
        margin: 0;
        padding: 0;
force-app/main/default/pages/EquipmentSetShippmentReceived3.page
@@ -114,12 +114,18 @@
    #Step_tab {
        list-style-type: none;
        padding: 0;
        height: 25px;
        /* 2023-04-23   zyh   lightning升级   start */
        /* height: 25px; */
        height: 30px;
        /* 2023-04-23   zyh   lightning升级   end */
        border-bottom: 5px solid #3b5998;
    }
    #Step_tab li {
        position: relative;
        width: 20%;
        /* 2023-04-23   zyh   lightning升级   start */
        width: 30%;
        /* width: 20%; */
        /* 2023-04-23   zyh   lightning升级   end */
        float: left;
        margin: 0;
        padding: 0;
@@ -259,9 +265,11 @@
                    <tr>
                        <td style="text-align: right;" class="deliveryslip">发货-运输单号 : </td>
                        <td align="left">
                            <apex:inputField value="{!slip.Name}" style="width:120px;float:left" id="SlipNo"/>
                            <apex:inputField value="{!slip.Name}" style="width:100px;float:left" id="SlipNo"/>
                            <!-- <apex:inputField value="{!slip.Name}" style="width:120px;float:left" id="SlipNo"/> -->
                            <apex:commandButton styleClass="commandbutton" onclick="blockme();searchSlip();return false;" style="float:left" value="检索" rerender="dummy"/>
                            <apex:commandButton styleClass="commandbutton" onclick="qrsacn(1)" value="扫运输单号" rerender="dummy"/>
                            <!-- <apex:commandButton styleClass="commandbutton" onclick="qrsacn(1)" value="扫运输单号" rerender="dummy"/> -->
                            <apex:commandButton styleClass="commandbutton" onclick="qrsacn(1)" value="扫运输单号" rerender="dummy" style="margin-left:0; "/>
                        </td>
                    </tr>
                    <tr>
force-app/main/default/pages/EquipmentSetShippmentReceived4.page
@@ -433,12 +433,18 @@
    #Step_tab {
        list-style-type: none;
        padding: 0;
        height: 25px;
        /* 2023-04-23   zyh   lightning升级   start */
        /* height: 25px; */
        height: 30px;
        /* 2023-04-23   zyh   lightning升级   end */
        border-bottom: 5px solid #3b5998;
    }
    #Step_tab li {
        position: relative;
        width: 20%;
        /* 2023-04-23   zyh   lightning升级   start */
        /* width: 20%; */
        width: 30%;
        /* 2023-04-23   zyh   lightning升级   end */
        float: left;
        margin: 0;
        padding: 0;
force-app/main/default/pages/EquipmentSetShippmentReceived5.page
@@ -126,12 +126,18 @@
    #Step_tab {
        list-style-type: none;
        padding: 0;
        height: 25px;
        /* 2023-04-23   zyh   lightning升级   start */
        /* height: 25px; */
        height: 30px;
        /* 2023-04-23   zyh   lightning升级   end */
        border-bottom: 5px solid #3b5998;
    }
    #Step_tab li {
        position: relative;
        width: 24%;
        /* 2023-04-23   zyh   lightning升级   start */
        /* width: 24%; */
        width: 30%;
        /* 2023-04-23   zyh   lightning升级   end */
        float: left;
        margin: 0;
        padding: 0;
force-app/main/default/pages/EquipmentSetShippmentReceived6.page
@@ -135,12 +135,18 @@
    #Step_tab {
        list-style-type: none;
        padding: 0;
        height: 25px;
        /* 2023-04-23   zyh   lightning升级   start */
        /* height: 25px; */
        height: 30px;
        /* 2023-04-23   zyh   lightning升级   end */
        border-bottom: 5px solid #3b5998;
    }
    #Step_tab li {
        position: relative;
        width: 20%;
        /* 2023-04-23   zyh   lightning升级   start */
        /* width: 20%; */
        width: 30%;
        /* 2023-04-23   zyh   lightning升级   end */
        float: left;
        margin: 0;
        padding: 0;
force-app/main/default/staticresources/EquipmentSetShippmentReceivedcss.css
@@ -35,7 +35,10 @@
   padding:0;
   font-size:14px;
   line-height:1.0;
   height:23px;
   /* 2023-04-23   zyh   lightning升级   start */
   height:33px;
   /* height:23px; */
   /* 2023-04-23   zyh   lightning升级   end */
   clear:both;
   /*border-bottom: 1px dotted #999;*/
}