force-app/main/default/pages/ConsumApplySplit.page
@@ -1,11 +1,27 @@
<!--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;
      }
      input.btn {
        font: revert;
      }
    </style>
    <apex:form id="allForm">
        <script type="text/javascript">
            function back() {