| | |
| | | <!--20230427 zq <apex:page controller="ConsumApplySplitController" action="{!init}" showHeader="false"> --> |
| | | <apex:page lightningStylesheets = "true" controller="ConsumApplySplitController" action="{!init}" showHeader="false"> |
| | | <apex:page lightningStylesheets="true" controller="ConsumApplySplitController" action="{!init}" showHeader="false"> |
| | | <head> |
| | | <title>备品借出申请分单</title> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | |
| | | </head> |
| | | <!-- zq add 选择框宽度 按钮 --> |
| | | <style> |
| | | body .bPageBlock .pbSubheader { |
| | | width: 600px; |
| | | } |
| | | .pbSubsection { |
| | | width: 600px; |
| | | } |
| | | body .bPageBlock .detailList .dataCol select { |
| | | min-width: 180px; |
| | | } |
| | | </style> |
| | | <apex:form id="allForm"> |
| | | <script type="text/javascript"> |
| | | function back() { |
| | |
| | | </apex:column> |
| | | </apex:dataTable> |
| | | <div style="height: 15px"></div> |
| | | <!-- zq 20230718按钮对齐添加 input --> |
| | | <input type="hidden" name='hide'/> |
| | | <apex:commandButton value="确认分单" action="{!saveSplit}" oncomplete="checkSaveStatus();unblockUI();" onclick="blockme();" rerender="allForm" /> |
| | | <apex:commandButton value="返回" onclick="back(); return false;" rerender="allForm" oncomplete="unblockUI();" /> |
| | | </apex:pageBlock> |