| | |
| | | <!-- <apex:page controller="AccessoryAddController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> --> |
| | | <apex:page controller="AccessoryAddController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true"> |
| | | <head> |
| | | <title>附属品追加</title> |
| | |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/> |
| | | |
| | | <!-- 20230426 zq add style --> |
| | | <style> |
| | | body .bPageBlock .detailList .labelCol { |
| | | width: auto; |
| | | } |
| | | body input.btn { |
| | | padding: 2px 3px; |
| | | margin-left: 55px; |
| | | } |
| | | </style> |
| | | <script type="text/javascript"> |
| | | var heightAjustment = 120; |
| | | var widthAjustment = 30; |
| | |
| | | <table> |
| | | <tr> |
| | | <td width="20px"/> |
| | | <td width="200px"> |
| | | <!--20230426 zq <td width="200px"> --> |
| | | <td width="220px"> |
| | | <apex:outputLabel for="bieCunFangDi" value="备品存放地" /> |
| | | <!-- <apex:outputText value="{!bieCunFangDi}"/> --> |
| | | <apex:selectList value="{!bieCunFangDi}" size="1" style="margin-left: 20px; width:110px" id="bieCunFangDi"> |