| | |
| | | // 检索按钮 |
| | | function searchBtnJs() { |
| | | blockme(); |
| | | searchBtnFunc(); |
| | | alert('没用到的功能,不要点了,哈哈哈'); |
| | | unblockUI(); |
| | | // searchBtnFunc(); |
| | | } |
| | | function hasChangeFunc() { |
| | | hasChange = true; |
| | |
| | | </apex:selectList> |
| | | <br/> |
| | | <br/> |
| | | <apex:commandButton action="{!save}" value="确定" reRender="allForm" onclick="blockme()" oncomplete="unblockUI();j$('#myModal3').hide();changeFullScreen(true);if(j$(escapeVfId('allPage:allForm:doneFlg')).val()=='true') alert('保存完了')"/> |
| | | <!-- action="{!save}" --> |
| | | <apex:commandButton value="确定" reRender="allForm" onclick="blockme()" oncomplete="unblockUI();j$('#myModal3').hide();changeFullScreen(true);if(j$(escapeVfId('allPage:allForm:doneFlg')).val()=='true') alert('保存完了')"/> |
| | | <apex:commandButton style="margin-left: 60px;" value="取消" onclick="j$('#myModal3').hide();return false;"/> |
| | | </div> |
| | | |
| | |
| | | <apex:actionFunction name="startInventory" action="{!startInventory}" rerender="allForm" onComplete="unblockUI()" /> |
| | | <!-- update by rentx 20210827 start 耗材盘点方案 --> |
| | | <!-- <apex:actionFunction name="searchBtnFunc" action="{!searchBtn}" rerender="allForm" onComplete="unblockUI();changeFullScreen(true);" /> --> |
| | | <apex:actionFunction name="searchBtnFunc" action="{!searchBtn}" rerender="allForm" onComplete="unblockUI();changeFullScreen(true);addHistory();" /> |
| | | <!-- 20220228 ljh 113盘点start --> |
| | | <!-- <apex:actionFunction name="searchBtnFunc" action="{!searchBtn}" rerender="allForm" onComplete="unblockUI();changeFullScreen(true);addHistory();" /> --> |
| | | <!-- 20220228 ljh 113盘点end --> |
| | | <!-- update by rentx 20210827 end 耗材盘点方案 --> |
| | | <!-- <apex:actionFunction name="checkQRCode" action="{!checkQRCode}" rerender="qrType,qrError,qrId,repeat_panel" onComplete="checkQRDone()" > |
| | | <apex:param name="qrcode" value="" /> |