unknown
2023-07-19 b2dc4326601e689a08e1a47aaf98a27b558b2be4
page-LostReportEditAsset

盘点 固定资产遗失・盘亏报告
1个文件已修改
20 ■■■■ 已修改文件
force-app/main/default/pages/LostReportEditAsset.page 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/LostReportEditAsset.page
@@ -1,9 +1,10 @@
<apex:page standardController="LostReport__c" extensions="LostReportEditAssetController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
<apex:page standardController="LostReport__c" extensions="LostReportEditAssetController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
<apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning -->
   <style>
        .dateFormat  {
            display: none;
@@ -111,6 +112,12 @@
        .bRelatedList .relatedProcessHistory .extraRow td.actionColumn .actionLink, .bRelatedList .relatedProcessHistory .extraRow td, .bRelatedList .relatedProcessHistory .extraRow th {
            color: gray;
        }
        .relatedProcessHistory{
            margin-top: 5px;
            margin-left: auto;
            width: 75%;
            margin-right: auto;
        }
        .bPageBlock .list {
            width: auto;
        }
@@ -145,6 +152,7 @@
        .topb {border-top: black 1px solid;}
        .bottomb {border-bottom: black 1px solid;}
        .B {font-weight:bold;}
        td.center {text-align: center;}
        td.right {text-align: right;}
@@ -276,7 +284,7 @@
                    <apex:commandButton styleClass="hiddenPrint" value="返回" rerender="allForm" onclick="returnjs();return false;"/>
                    <!-- <apex:commandButton value="填写遗失报告书" rerender="allForm" onclick="inventory_lost_report();return false;" /> -->
                    <apex:commandButton styleClass="hiddenPrint" value="保存" id="saveData" rendered="{! pBean.islock == false && pBean.hasApprovedFlag == false }" style="float: right;" rerender="allForm" oncomplete="unblockUI();" onclick="blockme()" action="{!saveLR}" />
                    <apex:commandButton styleClass="hiddenPrint" value="保存并提交审批" id="saveData1" rendered="{! pBean.islock == false && pBean.hasApprovedFlag == false}" style="float: right;" rerender="allForm, process" oncomplete="unblockUI();" onclick="saveLRjs('1'); return false;" />
                    <apex:commandButton styleClass="hiddenPrint" value="保存并提交审批" id="saveData1" rendered="{! pBean.islock == false && pBean.hasApprovedFlag == false}" style="float: right; height: auto; width: auto;" rerender="allForm, process" oncomplete="unblockUI();" onclick="saveLRjs('1'); return false;" />
                    <apex:commandButton styleClass="hiddenPrint" value="取消" id="cancel" disabled="{!pBean.lr.Auto_Lost_item_giveupDetailCount__c != 0 || pBean.lr.Status__c == '取消'}" style="float: right;" rerender="allForm, process" oncomplete="unblockUI();" onclick="cancelClick(); return false;" />
                    <!-- <apex:commandButton value="保存" id="saveData" style="margin-left: 25%;" rerender="allForm" oncomplete="unblockUI();" action="{!saveData}" onclick="unvalid()" /> -->
                    <!-- <apex:commandButton value="相关人员确认" rendered="{!IF(ihObj.InventoryCheck_PIC__c!=$User.Id, false, true)}" rerender="allForm" onclick="relevant_confirm();return false;" /> -->
@@ -474,7 +482,7 @@
                    </tr>
                    <tr>
                        <td >
                            <apex:inputField id="ownerSys" value="{!pBean.lr.OwnerSys__c}"/>
                            <apex:inputField id="ownerSys" value="{!pBean.lr.OwnerSys__c}" style="width: 210px;"/>
                            <!-- <apex:outputField rendered="{!pBean.lr.Status__c != '草案中'}" value="{!pBean.lr.OwnerSys__c}"/> -->
                            <script>
                                if( document.getElementById('allPage:allForm:ownerSys_mlktp')){
@@ -483,15 +491,15 @@
                            </script>
                        </td>
                        <td >
                            <apex:inputField value="{!pBean.lr.AccountSys__c}"/>
                            <apex:inputField value="{!pBean.lr.AccountSys__c}" style="width: 210px;"/>
                            <!-- <apex:outputField rendered="{!pBean.lr.Status__c != '草案中'}" value="{!pBean.lr.AccountSys__c}"/> -->
                        </td>
                        <td >
                            <apex:inputField value="{!pBean.lr.Bollow_DateSys__c}"/>
                            <apex:inputField value="{!pBean.lr.Bollow_DateSys__c}" style="width: 210px;"/>
                            <!-- <apex:outputField value="{!pBean.lr.Bollow_DateSys__c}"/> -->
                        </td>
                        <td >
                            <apex:inputField value="{!pBean.lr.demo_purpose2Sys__c}"/>
                            <apex:inputField value="{!pBean.lr.demo_purpose2Sys__c}" style="width: 210px;"/>
                            <!-- <apex:selectList size="1" value="{!pBean.lr.demo_purpose2Sys__c}"> -->
                                <!-- <apex:selectOptions value="{!demo_purpose2SysList}"/> -->
                            <!-- </apex:selectList> -->