| | |
| | | <apex:page controller="InventoryResultRecordCopyController" showHeader="false" sidebar="false" id="allPage" action="{!init}" > |
| | | <apex:page controller="InventoryResultRecordCopyController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true"> |
| | | <!-- tabStyle="CheckAllOlympusAsset__tab" --> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | |
| | | <apex:stylesheet value="{!URLFOR($Resource.jquery_confirm, 'jquery-confirm.min.css')}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery_confirm, 'jquery-confirm.min.js')}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning --> |
| | | <apex:includeScript value="{!URLFOR($Resource.apex20)}"/> |
| | | <style> |
| | | .overlay { |
| | |
| | | } |
| | | .apexp .bPageBlock.apexDefaultPageBlock .pbBody { |
| | | margin: 0px; |
| | | } |
| | | .apexp .bPageBlock.apexDefaultPageBlock .pbBody .tableTr{ |
| | | line-height: 40px; |
| | | } |
| | | .checkButtonStyle input { |
| | | width: 100%; |
| | |
| | | <apex:outputPanel layout="block"> |
| | | <apex:pageBlock mode="maindetail" id="maindetailId"> |
| | | <table style='height: 120px'> |
| | | <tr> |
| | | <tr class="tableTr"> |
| | | <td class="labelStyle">备品存放地</td> |
| | | <td class="inputTextStyle"> |
| | | <apex:selectList value="{!bieCunFangDi}" size="1" id="bieCunFangDi" onchange="refreshJs(this); return false;"> |
| | |
| | | <tr> |
| | | <td></td> |
| | | <td colspan="10"> |
| | | <input class="startInventoryButtonStyle blueStyle" style="margin-left: 0" type="button" value="开始盘点" onclick="startjs(this);return false;" /> |
| | | <input class="startInventoryButtonStyle blueStyle" style="margin-left: 0; margin-top: 2px;margin-bottom: 3px;" type="button" value="开始盘点" onclick="startjs(this);return false;" /> |
| | | </td> |
| | | </tr> |
| | | <!-- <tr> |
| | |
| | | </tr> |
| | | <tr><td><br /><br /></td></tr> |
| | | --> |
| | | <tr> |
| | | <tr class="tableTr"> |
| | | <td class="labelStyle">所在地区(本部)</td> |
| | | <td class="inputTextStyle"> |
| | | <apex:selectList value="{!salesdepartment}" id="salesDepartmentId" size="1"> |
| | |
| | | </div> --> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <tr class="tableTr"> |
| | | <td class="labelStyle">盘亏/盘盈</td> |
| | | <td class="inputTextStyle"> |
| | | <apex:selectList value="{!inventory_Deviation}" id="Inventory_Deviation" size="1"> |