unknown
2023-08-24 ddb0231ef7c5cf2bad9d3f1afc2f733674ad38a5
force-app/main/default/pages/ConsumApplySplit.page
@@ -1,11 +1,24 @@
<!--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() {
@@ -51,6 +64,8 @@
              </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>