| | |
| | | <apex:page standardController="AssetModifyBelongsChange__c" extensions="AssetModifyBelongsController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="最终用户变更申请" lightningStylesheets="true"> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/> |
| | | |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.CommonUtilJs)}"/> |
| | | <script> |
| | | |
| | | function ClearJs(){ |
| | | blockme(); |
| | | document.getElementById("allPage:allForm:allBlock:searchBlock:text1").value = ""; |
| | | document.getElementById("allPage:allForm:allBlock:searchBlock:val1").value = ""; |
| | | |
| | | searchConsumableorderdetails(); |
| | | } |
| | | var selectedSize = 0; |
| | |
| | | </apex:actionFunction> |
| | | <apex:actionFunction name="DelConsumable" action="{!DelConsumable}" rerender="ConsumableorderdetailsSection, message" onComplete="unblockUI();CheckStatusAfter()"> |
| | | </apex:actionFunction> |
| | | <apex:actionFunction name="uploadingAttachmentJs" action="{!uploadingAttachment}" rerender="ConsumableorderdetailsSection, message" onComplete="unblockUI();CheckStatusAfter()"> |
| | | <apex:actionFunction name="uploadingAttachmentJs" action="{!uploadingAttachmentLightning}" rerender="ConsumableorderdetailsSection, message" onComplete="unblockUI();CheckStatusAfter()"> |
| | | </apex:actionFunction> |
| | | <apex:actionFunction name="returnChangePage" action="{!returnChangePage}" rerender="ConsumableorderdetailsSection, message" onComplete="unblockUI();CheckStatusAfter()"> |
| | | </apex:actionFunction> |
| | |
| | | </apex:actionFunction> |
| | | <!-- <apex:actionFunction name="UnabletoEdit" action="{!UnabletoEdit}" rerender="ConsumableorderdetailsSection, message" onComplete="unblockUI()"> |
| | | </apex:actionFunction> --> |
| | | |
| | | <apex:outputPanel id="allPanel"> |
| | | <apex:pageBlock id="allBlock" > |
| | | <apex:pageBlock id="EDCline_1" > |
| | | <apex:commandButton style="display:none"/> |
| | | <apex:commandButton onclick="EditConsumable();" value="编辑" style="margin-left:30px;width:180px" rerender="dummy" rendered="{!!(editAble)}" disabled="{!IF(ambc.Change_status__c='已提交'||ambc.Change_status__c='批准'||ambc.Change_status__c='驳回',true,false)}"/> |
| | | |
| | | <apex:commandButton onclick="SorderJs();" value="提交订单" style="margin-left:30px;width:180px" rerender="dummy" rendered="{!!(editAble )}" disabled="{!IF(ambc.Change_status__c='已提交'||ambc.Change_status__c='批准',true,false)}"/> |
| | | <apex:commandButton onclick="saveJs();" value="保存变更申请单" style="margin-left:30px;width:180px" rerender="dummy" rendered="{!IF((editAble) && ambc.Change_status__c !='驳回',true,false)}" /> |
| | | <apex:commandButton onclick="saveJs();" value="保存变更申请单" style="margin-left:30px;width:180px" rerender="dummy" rendered="{!IF(ambc.Change_status__c='驳回' && editAble,true,false)}" /> |
| | |
| | | <col width="300px"/> |
| | | </colgroup> |
| | | |
| | | <tr> |
| | | <tr style='line-height: 25px;'> |
| | | <td align="right" >申请单编码:</td> |
| | | <td align="left" ><apex:outputField id="OrderCode_out" value="{!ambc.Name}" style="width:300px"/></td> |
| | | <td/> |
| | |
| | | <td align="left" ><apex:outputField id="OrderStatus_out" value="{!ambc.Change_status__c}" style="width:100px"/></td> |
| | | <td/> |
| | | </tr> |
| | | <tr> |
| | | <tr style='line-height: 25px;'> |
| | | <td align="right" >原客户:</td> |
| | | <td align="left" ><apex:outputField value="{!ambc.rawAccount__r.Name}"/></td> |
| | | <td/> |
| | |
| | | <td/> |
| | | </tr> |
| | | |
| | | <tr> |
| | | <tr style='line-height: 25px;'> |
| | | <apex:outputPanel rendered="{!checkUser}"> |
| | | <td align="right" >SPO表单号:</td> |
| | | <td align="left" ><apex:outputField value="{!ambc.SPOLink__c}"/></td> |
| | |
| | | </td> |
| | | <!-- CHAN-B9B68N Stop --> |
| | | </tr> |
| | | <tr> |
| | | <tr style='line-height: 25px;'> |
| | | <td align="right">备注:</td> |
| | | <td align="left"><apex:outputField value="{!ambc.remark__c}" style="width:200px"/></td> |
| | | <!-- LZHU-BPJ8DF 20200513 Start --> |
| | |
| | | <!-- LZHU-BPJ8DF 20200513 End --> |
| | | </tr> |
| | | <!-- WLIG-BS7B4T ---20200806---update By rentongxiao---Start --> |
| | | <tr> |
| | | <tr style='line-height: 25px;'> |
| | | <td align="right">共享:</td> |
| | | <td align="left"><apex:outputField value="{!ambc.share__c}" style="width:50px"/></td> |
| | | <td/> |
| | |
| | | id="val1" style="width:100px"/> |
| | | </td> |
| | | <td align="left"><div id="seachdiv">合同编码精确查询<apex:inputCheckbox value="{!checkexact}" id="RowCheckbox"/></div></td> |
| | | <td><apex:commandButton value="保有设备搜索" style="width: 100px;" onclick="searchProductJs('0');return false;" /></td> |
| | | <td><apex:commandButton value="保有设备搜索" style="width: 120px;" onclick="searchProductJs('0');return false;" /></td> |
| | | <td><input type="button" value="清空" style="width: 100px;" onclick="ClearJs();return false;" class="btn"/></td> |
| | | <td/> |
| | | </tr> |
| | |
| | | </apex:outputPanel> |
| | | <apex:pageBlock title="保有设备所属变更明细" id="ConsumableorderdetailsSection"> |
| | | <input type="hidden" id="allPage:allForm:allBlock:ConsumableorderdetailsSection:ConsumableorderdetailsCount" value="{!ConsumableorderdetailsviewCount}" /> |
| | | <input type="hidden" id="allPage:allForm:allBlock:ConsumableorderdetailsSection:Id" value="{!Id}" /> |
| | | <table class="list" border="0" cellpadding="0" cellspacing="0"> |
| | | <tr class="headerRow"> |
| | | <apex:variable var="v" value="" rendered="{!editAble}"> |
| | |
| | | </table> |
| | | |
| | | </apex:pageBlock> |
| | | |
| | | <!-- CHAN-BC6BV2 XHL AddStart 20190522 --> |
| | | <apex:pageBlock title="附件" id="accessory" rendered="{!isShow}"> |
| | | <apex:pageBlock title="文件" id="accessory" rendered="{!isShow}"> |
| | | |
| | | <apex:pageBlockButtons location="top"> |
| | | <apex:commandButton value="附件上传" onclick="uploadingAttachmentJs();" disabled="{!IF(ambc.Change_status__c='已提交'||ambc.Change_status__c='批准',true,false)}"/> |
| | | <apex:commandButton value="文件上传" onclick="uploadingAttachmentJs();" disabled="{!IF(ambc.Change_status__c='已提交'||ambc.Change_status__c='批准',true,false)}"/> |
| | | </apex:pageBlockButtons> |
| | | <apex:pageBlockTable value="{!attachments}" var="attachment" > |
| | | |
| | | <apex:pageBlockTable value="{!contents}" var="attachment" > |
| | | |
| | | |
| | | <apex:column headerValue="标题" style="width: 33%"> |
| | | <apex:outputField value="{!attachment.Name}"/> |
| | | <apex:outputField value="{!attachment.Title}"/> |
| | | </apex:column> |
| | | <apex:column headerValue="上次修改时间" style="width: 33%"> |
| | | <apex:outputField value="{!attachment.CreatedDate}"/> |
| | | <apex:outputField value="{!attachment.ContentModifiedDate}"/> |
| | | </apex:column> |
| | | <apex:column headerValue="创建人" style="width: 33%"> |
| | | <apex:outputField value="{!attachment.OwnerId}"/> |
| | |
| | | </apex:outputPanel> |
| | | </apex:form> |
| | | <script> |
| | | |
| | | </script> |
| | | </apex:page> |