binxie
2023-07-11 be102ae06e8f986bd9d1a544cd2752e5fa94231a
force-app/main/default/pages/AccessoryAdd.page
@@ -1,3 +1,4 @@
<!-- <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>
@@ -7,6 +8,16 @@
<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;
@@ -47,7 +58,8 @@
                 <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">