<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BackVisitNoteEdit.aspx.cs" Inherits="CY.WebForm.Pages.business.BackVisitNoteEdit" %>
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
<head id="Head1" runat="server">
|
<title>回访</title>
|
<uc:CMSHead ID="CMSHead1" runat="server" />
|
<script src="../../js/common/KeyBehaviorHook.js" type="text/javascript"></script>
|
<script src="../../js/business/BackVisitNote.js" type="text/javascript"></script>
|
<script type="text/javascript">
|
$(function () {
|
document.getElementById('spnOperator').innerHTML = '<%=Request.RequestContext.RouteData.DataTokens["currentUserName"] %>';
|
|
});
|
</script>
|
</head>
|
<body>
|
<hr />
|
<input type="hidden" id="txtModeldata" value='<%=Request.RequestContext.RouteData.DataTokens["jmodel"] %>'/>
|
<input type="hidden" id='txtKeyid' value='<%=Request["id"] %>'/>
|
<table class='tableStyle'>
|
<tr><td class='ali03 w100px'>订单编号:</td><td><%=Request["orderId"] %> </td><td class='ali03'>客户名称:</td><td><%=Request["buyerName"] %></td></tr>
|
<tr><td class='ali03'>填制人:</td><td> <span id='spnOperator'></span> </td><td class='ali03'>填制时间:</td><td><span id='spnLastUpdateTime'></span></td></tr>
|
<tr><td class='ali03'>是否已回访:</td><td colspan="3"><label for='rdoIsVisited0'><input type="radio" id='rdoIsVisited0' name='IsVisited' value='0' />未回访</label><label for='rdoIsVisited1'><input type="radio" id='rdoIsVisited1' name='IsVisited' value='1' checked="checked" />已回访</label> </td></tr>
|
<tr><td class='ali03'>印刷质量:</td><td colspan="3"><label for='rdoQuality1'><input type="radio" id='rdoQuality1' name='Quality' value='1' />不满意</label><label for='rdoQuality2'><input type="radio" id='rdoQuality2' name='Quality' value='2' checked="checked"/>一般</label><label for='rdoQuality3'><input type="radio" id='rdoQuality3' name='Quality' value='3' />满意</label> </td></tr>
|
<tr><td class='ali03'>客户经理:</td><td colspan="3"><label for='rdoService1'><input type="radio" id='rdoService1' name='Service' value='1' />不满意</label><label for='rdoService2'><input type="radio" id='rdoService2' name='Service' value='2' checked="checked" />一般</label><label for='rdoService3'><input type="radio" id='rdoService3' name='Service' value='3' />满意</label> </td></tr>
|
<tr><td class='ali03'>交货时间:</td><td colspan="3"><label for='rdoDelivery1'><input type="radio" id='rdoDelivery1' name='Delivery' value='1' />不满意</label><label for='rdoDelivery2'><input type="radio" id='rdoDelivery2' name='Delivery' value='2' checked="checked" />一般</label><label for='rdoDelivery3'><input type="radio" id='rdoDelivery3' name='Delivery' value='3' />满意</label> </td></tr>
|
<tr><td class='ali03'>货运公司:</td><td colspan="3"><label for='rdoFreight1'><input type="radio" id='rdoFreight1' name='Freight' value='1' />不满意</label><label for='rdoFreight2'><input type="radio" id='rdoFreight2' name='Freight' value='2' checked="checked" />一般</label><label for='rdoFreight3'><input type="radio" id='rdoFreight3' name='Freight' value='3' />满意</label> </td></tr>
|
<tr><td class='ali03'>评分理由:</td><td colspan='3'><textarea id="txtReason" style="height:50px"></textarea></td></tr>
|
<tr><td class='ali03'>维护建议:</td><td colspan='3'><textarea id="txtAdvice" style="height:50px"></textarea></td></tr>
|
<tr><td></td><td colspan='3'><input type="button" id="btnSave" value="保 存" onclick="Save();" /> <input type="button" value="重 置" onclick="ClearData();" /> <input type="button" value="关 闭" onclick="RefreshDIVOpener();" /></td></tr>
|
</table>
|
|
|
</body>
|
</html>
|