高章伟
2023-05-24 e8b44a7b9d0579d83903065ef0c72c2832d38c36
force-app/main/default/pages/TransferAgencyShipment.page
@@ -1,4 +1,5 @@
<apex:page controller="TransferAgencyShipmentController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="办事处下架/发货">
<!--20230425 zq <apex:page controller="TransferAgencyShipmentController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="办事处下架/发货"> -->
<apex:page lightningStylesheets = "true" controller="TransferAgencyShipmentController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="办事处下架/发货">
    <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
    <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
    <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
@@ -39,9 +40,17 @@
    table.list td.col_chk {
        width:30px;
    }
    body .pbBody table.list tr.headerRow td, body .pbBody table.list tr.headerRow th {
        border-width: 1px;
    }
    /* 20230425 zq lightning下修改样式 */
    body .bPageBlock .detailList .dataCol {
        width: auto!important;
    }
    body .list > tbody > tr > td {
        white-space: normal;
    }
</style>
<script type="text/javascript">
function checkMessage() {