| | |
| | | <apex:page controller="TransferAgencyReceivedController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="办事处到货确认/CDS/回库"> |
| | | <!-- 20230425 zq <apex:page controller="TransferAgencyReceivedController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="办事处到货确认/CDS/回库"> --> |
| | | <apex:page lightningStylesheets="true" controller="TransferAgencyReceivedController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="办事处到货确认/CDS/回库"> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | |
| | | 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; |
| | | } |
| | | </style> |
| | | <script type="text/javascript"> |
| | | function checkMessage() { |