| | |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"></apex:stylesheet> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"></apex:includeScript> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"></apex:includeScript> |
| | | <apex:includeScript value="/soap/ajax/29.0/connection.js"></apex:includeScript> |
| | | <apex:includeScript value="/soap/ajax/29.0/apex.js"></apex:includeScript> |
| | | <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.apex20)}"/> |
| | | <style type="text/css"></style> |
| | | <script> |
| | | function searchProductJs() { |
| | | searchAsset(); |
| | | } |
| | | function searchProductJs() { |
| | | searchAsset(); |
| | | } |
| | | |
| | | function saveJs(){ |
| | | save(); |
| | | } |
| | | function saveJs(){ |
| | | save(); |
| | | } |
| | | |
| | | function ClearJs(){ |
| | | blockme(); |
| | |
| | | </script> |
| | | <apex:form id="allForm"> |
| | | <apex:actionFunction name="searchAsset" action="{!searchAsset}" rerender="ConsumableorderdetailsSection, message" onComplete="unblockUI();CheckStatusAfter();SumCompute()"> |
| | | </apex:actionFunction> |
| | | <apex:actionFunction name="save" action="{!save}" rerender="ConsumableorderdetailsSection, message" onComplete="unblockUI();CheckStatusAfter();SumCompute()"> |
| | | </apex:actionFunction> |
| | | </apex:actionFunction> |
| | | <apex:actionFunction name="save" action="{!save}" rerender="ConsumableorderdetailsSection, message" onComplete="unblockUI();CheckStatusAfter();SumCompute()"> |
| | | </apex:actionFunction> |
| | | |
| | | <apex:outputPanel id="allPanel"> |
| | | <apex:pageBlock id="allBlock"> |
| | |
| | | |
| | | <td colspan="2"/> |
| | | <td colspan="4">机身编码: |
| | | <apex:inputText value="{!FuselageNumber}" id="FuselageNumber"/> |
| | | <apex:inputText value="{!FuselageNumber}" id="FuselageNumber"/> |
| | | </td> |
| | | |
| | | <td align="right"></td> |
| | |
| | | <tr> |
| | | <td colspan="2"/> |
| | | <td colspan="4">设备型号: |
| | | <apex:inputText value="{!AssetModel}" id="AssetModel"/> |
| | | <apex:inputText value="{!AssetModel}" id="AssetModel"/> |
| | | </td> |
| | | |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2"/> |
| | | <td colspan="4">医院名称: |
| | | <apex:inputText value="{!HospitalName}" id="HospitalName"/> |
| | | </td> |
| | | |
| | | <td colspan="2"/> |
| | | <td colspan="4">医院名称: |
| | | <apex:inputText value="{!HospitalName}" id="HospitalName"/> |
| | | </td> |
| | | |
| | | </tr> |
| | | </table> |
| | | </apex:pageBlock> |
| | |
| | | <apex:pageMessages /> |
| | | </apex:outputPanel> |
| | | <apex:pageBlock title="保有设备查找" id="ConsumableorderdetailsSection"> |
| | | <table class="list" border="0" cellpadding="0" cellspacing="0"> |
| | | <table class="list" border="0" cellpadding="0" cellspacing="0"> |
| | | <tr class="headerRow"> |
| | | <!-- <apex:variable var="v" value="" rendered="{!editAble}"> --> |
| | | <!-- <th><input type='checkbox' onClick='checkAll()' id='checker'/>选择</th> --> |
| | |
| | | </tr> |
| | | <apex:repeat value="{!choiceAssetInfoRecordsview}" var="records" id="ConsumableorderdetailsTable"> |
| | | <tr class="dataRow"> |
| | | <td> |
| | | <apex:inputCheckbox value="{!records.check}" onclick="CheckSize(this);" id="consumablesCountproRowCheckbox" disabled="{!!records.canSelect}"/> |
| | | </td> |
| | | <td> |
| | | <apex:inputCheckbox value="{!records.check}" onclick="CheckSize(this);" id="consumablesCountproRowCheckbox" disabled="{!!records.canSelect}"/> |
| | | </td> |
| | | |
| | | <!-- <apex:variable var="v" value="" rendered="{!editAble}" id="variableinfo"> |
| | | <td> |
| | |
| | | </tr> |
| | | </apex:repeat> |
| | | </table> |
| | | </apex:pageBlock> |
| | | </apex:pageBlock> |
| | | </apex:pageBlock> |
| | | </apex:outputPanel> |
| | | </apex:form> |