| | |
| | | <apex:outputPanel rendered="{!IF(sampleOrder.Status__c='订单已发送',false,true)}" > |
| | | <table id="theTable_Body" class="pure-table pure-table-horizontal" border="1" style="border-collapse: collapse; table-layout:fixed;"> |
| | | <tr style="background-color:#f2f3f3; width:900px; color: black;"> |
| | | <th style="text-align:left; width:50px">查询:</th> |
| | | <th style="text-align:left; width:60px">查询:</th> |
| | | <td style="text-align:left; width:180px"> |
| | | <apex:inputText style="text-align:left;" id="selectlike" value="{!QueryTemp}" /> |
| | | </td> |