| | |
| | | dialog.open({ URL: "/Pages/business/EvaluationSeller.aspx?orderid=" + orderid, Title: "卖家评价", Width: 580, Height: 300 }); |
| | | } |
| | | |
| | | |
| | | //新增问题反馈 |
| | | function ToAddorder() { |
| | | top.Dialog.open({ URL: "/Pages/business/DeliverPlanWentiAdd.aspx", Title: "问题反馈", Width: 900, Height: 750 }); |
| | | } |
| | | |
| | | function OpenComplainan(orderId, orderCode, firmId) { |
| | | var url = "/Pages/business/ComplainanEdit.aspx?orderId=" + orderId; |
| | | url += "&orderCode=" + orderCode; |
| | |
| | | <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;' /> |
| | | |
| | |
| | | <%-- <div class="box_tool_line"> |
| | | </div> |
| | | <a href="javascript:;" onclick="ToWaixieFukuan()"><span class="icon_edit">外协付款申请</span></a>--%> |
| | | <div class="box_tool_line"> |
| | | </div> |
| | | <a href="javascript:;" menu_member_case_id="case_adWentifankui" menu_member_case_name="新增问题反馈" onclick="ToAddorder();"><span class="icon_edit">问题反馈</span></a> |
| | | |
| | | <div class="clear"> |
| | | </div> |
| | | </div> |