| | |
| | | <td> |
| | | <input id='txtCustormerName' runat="server" maxlength='50' /> |
| | | </td> |
| | | <td class="ali03"> |
| | | 客户经理: |
| | | </td> |
| | | <td> |
| | | <select keepdefaultstyle='true' id='selCustormerManager' runat="server" datatextfield='Name' datavaluefield='Keyid'> |
| | | </select> |
| | | </td> |
| | | |
| | | <td class="ali03"> |
| | | 业务经理: |
| | | </td> |
| | |
| | | <select keepdefaultstyle='true' id='selBusinessManager' runat="server" datatextfield='Name' datavaluefield='Keyid'> |
| | | </select> |
| | | </td> |
| | | <td class="ali03"> |
| | | 完工状态: |
| | | </td> |
| | | <td> |
| | | <select id='selWorkStates' runat="server" keepdefaultstyle="true"> |
| | | <option value="">全部</option> |
| | | <option value="true">已完工</option> |
| | | <option value="false">未完工</option> |
| | | </select> |
| | | </td> |
| | | <td class="ali03"> |
| | | 订单状态: |
| | | 送货状态: |
| | | </td> |
| | | <td> |
| | | <select keepdefaultstyle='true' id='selOrderStates' runat="server" datatextfield="Name" datavaluefield="MeanValue"> |
| | | <select id='selDeleverStates' runat="server" keepdefaultstyle="true"> |
| | | <option value="">全部</option> |
| | | <option value="true">已送货</option> |
| | | <option value="false">未送货</option> |
| | | </select> |
| | | </td> |
| | | </tr> |
| | |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03"> |
| | | <td class="ali03"> |
| | | 客户经理: |
| | | </td> |
| | | <td> |
| | | <td> |
| | | <select keepdefaultstyle='true' id='selCustormerManager' runat="server" datatextfield='Name' datavaluefield='Keyid'> |
| | | </select> |
| | | </td> |
| | | |
| | | <td class="ali03"> </td> |
| | | <td> </td> |
| | | <td class="ali03"> </td> |
| | |
| | | <td class="ali03"> </td> |
| | | <td> </td> |
| | | <td> </td> |
| | | <td class="ali03" style="display:none;"> |
| | | 订单状态: |
| | | </td> |
| | | <td style="display:none;"> |
| | | <select keepdefaultstyle='true' id='selOrderStates' runat="server" datatextfield="Name" datavaluefield="MeanValue"> |
| | | </select> |
| | | </td> |
| | | <td> |
| | | <asp:button id="btn_Search" text="查询" runat="server" /> <input type="button" value='重置' onclick='document.body.innerHTML="";window.location=window.location;' /> |
| | | |