| | |
| | | <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; |
| | |
| | | .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; |
| | | } |
| | |
| | | .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;} |
| | |
| | | <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;" /> --> |
| | |
| | | </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')){ |
| | |
| | | </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> --> |