| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426 |
- <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ctl_workordernote.ascx.cs"
- Inherits="HySoft.BaseCallCenter.Web.workordermanage._controls.ctl_workordernote" %>
- <asp:Repeater ID="rptitems_0" runat="server">
- <HeaderTemplate>
- </HeaderTemplate>
- <ItemTemplate>
- </ItemTemplate>
- <FooterTemplate>
- </FooterTemplate>
- </asp:Repeater>
- <asp:Repeater ID="rptitems_4" runat="server">
- <HeaderTemplate>
- </HeaderTemplate>
- <ItemTemplate>
- <tr style="height: 25px;">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 预计工时:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getHistoryInfo(Eval("F_HISTORYID"),"Estimated")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 被指派人:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;" colspan="3">
- <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# getUserName(Eval("F_INSTANCEID"))%>" />
- </td>
- <%--<th style="height: 25px; padding: 0px 8px 0px 0px;display:none">
- 是否形成知识:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;display:none">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getHistoryInfo(Eval("F_HISTORYID"),"Knowledge")%>" />
- </td>--%>
- </tr>
- <%-- <tr style="height: 25px;">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 被指派人:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;" colspan="5">
- <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# getUserName(Eval("F_INSTANCEID"))%>" />
- </td>
- </tr>--%>
- <tr style="height: 70px;">
- <th style="height: 70px; padding: 0px 8px 0px 0px;">
- 指派描述:
- </th>
- <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
- <textarea readonly cols="20" rows="5" style="width: 80%;"><%# Eval("F_REMARK")%></textarea>
- <%-- <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# Eval("F_REMARK")%>" />--%>
- </td>
- </tr>
- </ItemTemplate>
- <FooterTemplate>
- </FooterTemplate>
- </asp:Repeater>
- <asp:Repeater ID="rptitems_5" runat="server">
- <HeaderTemplate>
- </HeaderTemplate>
- <ItemTemplate>
- </ItemTemplate>
- <FooterTemplate>
- </FooterTemplate>
- </asp:Repeater>
- <asp:Repeater ID="rptitems_6" runat="server">
- <HeaderTemplate>
- </HeaderTemplate>
- <ItemTemplate>
- <tr style="height: 70px;">
- <th style="height: 70px; padding: 0px 8px 0px 0px;">
- 接单说明:
- </th>
- <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
- <textarea readonly cols="20" rows="5" style="width: 80%;"><%# Eval("F_REMARK")%></textarea>
- </td>
- </tr>
- </ItemTemplate>
- <FooterTemplate>
- </FooterTemplate>
- </asp:Repeater>
- <asp:Repeater ID="rptitems_7" runat="server">
- <HeaderTemplate>
- </HeaderTemplate>
- <ItemTemplate>
- <tr style="height: 25px;">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 服务性质:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_SERVICENATURE")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 服务方式:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_SERVICEMETHOD")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 服务类型:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_SERVICETYPE")%>" />
- </td>
- </tr>
- <tr style="height: 25px;">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 难度系数:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_COEFFICIENT")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 申报工时:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_DECLARATION")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 问题类别:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_ORDERTYPE")%>" />
- </td>
- <%--<th style="height: 25px; padding: 0px 8px 0px 0px;display:none">
- 已形成知识:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;display:none">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_ALREADYKNOWLEDGE").ToString()=="0"?"是":"否"%>" />
- </td>--%>
- </tr>
- <%-- <tr style="height: 25px;">
- <th style="height: 25px; padding: 0px 8px 0px 0px;display:none">
- 知识条目名称:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;display:none" colspan="3">
- <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# Eval("F_KNOWLEDGENAME")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 问题类别:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# Eval("F_ORDERTYPE")%>" />
- </td>
- </tr>--%>
- <tr style="height: 25px;">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 回访建议:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;" colspan="5">
- <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# Eval("F_VISITOPINION")%>" />
- </td>
- </tr>
- <tr style="height: 70px;">
- <th style="height: 70px; padding: 0px 8px 0px 0px;">
- 处理结果:
- </th>
- <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
- <textarea readonly cols="20" rows="5" style="width: 80%;"><%# Eval("F_REMARK")%></textarea>
- </td>
- </tr>
- <tr style="height: 35px;">
- <th style="height: 35px; padding: 0px 8px 0px 0px;">
- 附件:
- </th>
- <td style="height: 35px; padding: 2px 0px 0px 8px;" colspan="5">
- <div style="height: 100%; overflow: auto;">
- <%# getFileExist(Eval("F_HISTORYID")) %></div>
- </td>
- </tr>
- </ItemTemplate>
- <FooterTemplate>
- </FooterTemplate>
- </asp:Repeater>
- <asp:Repeater ID="rptitems_8" runat="server">
- <HeaderTemplate>
- </HeaderTemplate>
- <ItemTemplate>
- <tr style="height: 25px;">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 客户评分:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_CUSTOMERSCORE")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 客户意见:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_CUSTOMEROPINION")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 回访类型:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_VISITTYPE")%>" />
- </td>
- </tr>
- <tr style="height: 25px;">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 问题解决情况:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;" colspan="5">
- <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# Eval("F_SOLVE")%>" />
- </td>
- </tr>
- <tr style="height: 70px;">
- <th style="height: 70px; padding: 0px 8px 0px 0px;">
- 回访内容:
- </th>
- <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
- <textarea readonly cols="20" rows="5" style="width: 80%;"><%# Eval("F_REMARK")%></textarea>
- </td>
- </tr>
- </ItemTemplate>
- <FooterTemplate>
- </FooterTemplate>
- </asp:Repeater>
- <asp:Repeater ID="rptitems_9" runat="server">
- <HeaderTemplate>
- </HeaderTemplate>
- <ItemTemplate>
- <tr style="height: 25px;">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 工单问题类型:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_ORDERTYPE")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 审核意见类别:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_EXAMINETYPE")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 审核工时:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_EXAMION")%>" />
- </td>
- </tr>
- <tr style="height: 25px;display:none">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 纸质工单编号:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;" colspan="5">
- <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# Eval("F_PAPERWORKORDERID")%>" />
- </td>
- </tr>
- <tr style="height: 70px;">
- <th style="height: 70px; padding: 0px 8px 0px 0px;">
- 结单说明:
- </th>
- <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
- <textarea readonly cols="20" rows="5" style="width: 80%;"><%# Eval("F_REMARK")%></textarea>
- </td>
- </tr>
- </ItemTemplate>
- <FooterTemplate>
- </FooterTemplate>
- </asp:Repeater>
- <asp:Repeater ID="rptitems_12" runat="server">
- <HeaderTemplate>
- </HeaderTemplate>
- <ItemTemplate>
- <tr style="height: 25px;">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 工单来源:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_WORKORDERFROM")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 诉求人:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRMANNAME")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 诉求人电话:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRMANPHONE")%>" />
- </td>
- </tr>
- <%--<tr style="height: 25px;">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 报修级别:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRLEVELNAME")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;display:none">
- 是否形成知识:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;display:none">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getHistoryInfo(Eval("F_HISTORYID"),"Knowledge")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 预计工时:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getHistoryInfo(Eval("F_HISTORYID"),"Estimated")%>" />
- </td>
- </tr>--%>
- <tr style="height: 25px;display:none">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 投诉人性质:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_STANDARDADDRESS")%>" />
- </td>
- <%--<th style="height: 25px; padding: 0px 8px 0px 0px;">
- 工单记录编号:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_CODE")%>" />
- </td>--%>
- </tr>
- <tr style="height: 70px;">
- <th style="height: 70px; padding: 0px 8px 0px 0px;">
- 诉求内容:
- </th>
- <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
- <textarea readonly cols="20" rows="5" style="width: 80%;"><%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_CONTENT")%></textarea>
- </td>
- </tr>
- <%--<tr style="height: 70px;">
- <th style="height: 70px; padding: 0px 8px 0px 0px;">
- 投诉要求:
- </th>
- <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
- <textarea readonly cols="20" rows="5" style="width: 80%;"><%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRREQUEST")%></textarea>
- </td>
- </tr>--%>
- <%# getHistoryInfo(Eval("F_HISTORYID"),"ExamineType")%>
- </ItemTemplate>
- <FooterTemplate>
- </FooterTemplate>
- </asp:Repeater>
- <asp:Repeater ID="rptitems_13" runat="server">
- <HeaderTemplate>
- </HeaderTemplate>
- <ItemTemplate>
- <tr style="height: 25px;">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 被指派人:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;" colspan="5">
- <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# getUserName(Eval("F_INSTANCEID"))%>" />
- </td>
- </tr>
- <tr style="height: 25px;">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 工单来源:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_WORKORDERFROM")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 报修人:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRMANNAME")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 报修人电话:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRMANPHONE")%>" />
- </td>
- </tr>
- <tr style="height: 25px;">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 报修级别:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRLEVELNAME")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;display:none">
- 是否形成知识:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;display:none">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getHistoryInfo(Eval("F_HISTORYID"),"Knowledge")%>" />
- </td>
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 预计工时:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getHistoryInfo(Eval("F_HISTORYID"),"Estimated")%>" />
- </td>
- </tr>
- <tr style="height: 25px;display:none">
- <th style="height: 25px; padding: 0px 8px 0px 0px;">
- 报修人性质:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_STANDARDADDRESS")%>" />
- </td>
- <%--<th style="height: 25px; padding: 0px 8px 0px 0px;">
- 工单记录编号:
- </th>
- <td style="height: 25px; padding: 2px 0px 0px 8px;">
- <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_CODE")%>" />
- </td>--%>
- </tr>
- <tr style="height: 70px;">
- <th style="height: 70px; padding: 0px 8px 0px 0px;">
- 报修内容:
- </th>
- <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
- <textarea readonly cols="20" rows="5" style="width: 80%;"><%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_CONTENT")%></textarea>
- </td>
- </tr>
- <tr style="height: 70px;">
- <th style="height: 70px; padding: 0px 8px 0px 0px;">
- 报修要求:
- </th>
- <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
- <textarea readonly cols="20" rows="5" style="width: 80%;"><%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRREQUEST")%></textarea>
- </td>
- </tr>
- </ItemTemplate>
- <FooterTemplate>
- </FooterTemplate>
- </asp:Repeater>
|