黄千龙
2023-03-08 962519811b7c4be07f30d09e791798b0ea79d3ae
force-app/main/default/pages/AccessoryAdd.page
@@ -40,6 +40,7 @@
                        <apex:outputPanel >
                            <apex:outputText value="关键字" style="width:50px"/>
                            <apex:inputText value="{!keyword}" style="width:200px;margin-left: 50px;"/>
                            <!-- lighting升级 20230209 lt 关键字文本框问题 去掉 margin-left: 50px; -->
                        </apex:outputPanel>
                        <apex:commandButton value="检索" action="{!searchOpp}" onclick="blockme();" rerender="allForm" oncomplete="unblockUI();" />
                    </apex:pageBlockSectionItem>
@@ -50,6 +51,7 @@
                        <td width="200px">
                          <apex:outputLabel for="bieCunFangDi" value="备品存放地" />
                          <!-- <apex:outputText value="{!bieCunFangDi}"/> -->
                          <!-- lighting升级 20230209 lt 备品存放地文本框问题 去掉 margin-left: 20px; -->
                          <apex:selectList value="{!bieCunFangDi}" size="1" style="margin-left: 20px; width:110px" id="bieCunFangDi">
                            <apex:selectOptions value="{!bieCunFangDiOps}"/>
                            <!-- #OLY_OCM-659 备品存放地 选项变化时,本部 选项值随之发生变化 -->