| | |
| | | <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:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | |
| | | <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> |
| | |
| | | <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 备品存放地 选项变化时,本部 选项值随之发生变化 --> |