| | |
| | | <apex:page Controller="ConsumEquipmentRentalResponseController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> |
| | | <!-- zq <apex:page Controller="ConsumEquipmentRentalResponseController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> --> |
| | | <apex:page lightningStylesheets="true" Controller="ConsumEquipmentRentalResponseController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <!-- 20230718 zq add --> |
| | | <style type="text/css"> |
| | | table.mytable tr{ |
| | | height:35px !important; |
| | | } |
| | | body select{ |
| | | margin: 5px; |
| | | } |
| | | </style> |
| | | <script> |
| | | function savejs() { |
| | | blockme(); |
| | |
| | | <apex:outputPanel id="allPanel"> |
| | | <apex:pageBlock title="{!$ObjectType.Consum_Apply__c.fields.Response__c.label}" id="allBlock"> |
| | | <apex:pageBlockButtons location="top"> |
| | | <apex:commandButton onclick="j$(this).prop('disabled', true).addClass('btnDisabled'); savejs(); return false;" value="发送" rerender="dummy"/> |
| | | <!-- 20230718 zq add style="margin-right:10px" --> |
| | | <apex:commandButton onclick="j$(this).prop('disabled', true).addClass('btnDisabled'); savejs(); return false;" value="发送" rerender="dummy" style="margin-right:10px"/> |
| | | <apex:commandButton onclick="canceljs(); return false;" value="取消" rerender="dummy"/> |
| | | </apex:pageBlockButtons> |
| | | <!-- 20211105 ljh 应答沟通 update start --> |
| | |
| | | <tr> |
| | | <td> </td> |
| | | <td> |
| | | <apex:inputField value="{!cc.ResponseNew__c}" style="resize:none; width:500px; height:150px;"/> |
| | | <!--zq <apex:inputField value="{!cc.ResponseNew__c}" style="resize:none; width:500px; height:150px;"/> --> |
| | | <apex:inputField value="{!cc.ResponseNew__c}" style="resize:none; width:500px; height:150px;margin:10px 10px;"/> |
| | | </td> |
| | | </tr> |
| | | </table> |