市长热线演示版

ctl_workordernote.ascx 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ctl_workordernote.ascx.cs"
  2. Inherits="HySoft.BaseCallCenter.Web.workordermanage._controls.ctl_workordernote" %>
  3. <asp:Repeater ID="rptitems_0" runat="server">
  4. <HeaderTemplate>
  5. </HeaderTemplate>
  6. <ItemTemplate>
  7. </ItemTemplate>
  8. <FooterTemplate>
  9. </FooterTemplate>
  10. </asp:Repeater>
  11. <asp:Repeater ID="rptitems_4" runat="server">
  12. <HeaderTemplate>
  13. </HeaderTemplate>
  14. <ItemTemplate>
  15. <tr style="height: 25px;">
  16. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  17. 预计工时:
  18. </th>
  19. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  20. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getHistoryInfo(Eval("F_HISTORYID"),"Estimated")%>" />
  21. </td>
  22. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  23. 被指派人:
  24. </th>
  25. <td style="height: 25px; padding: 2px 0px 0px 8px;" colspan="3">
  26. <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# getUserName(Eval("F_INSTANCEID"))%>" />
  27. </td>
  28. <%--<th style="height: 25px; padding: 0px 8px 0px 0px;display:none">
  29. 是否形成知识:
  30. </th>
  31. <td style="height: 25px; padding: 2px 0px 0px 8px;display:none">
  32. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getHistoryInfo(Eval("F_HISTORYID"),"Knowledge")%>" />
  33. </td>--%>
  34. </tr>
  35. <%-- <tr style="height: 25px;">
  36. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  37. 被指派人:
  38. </th>
  39. <td style="height: 25px; padding: 2px 0px 0px 8px;" colspan="5">
  40. <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# getUserName(Eval("F_INSTANCEID"))%>" />
  41. </td>
  42. </tr>--%>
  43. <tr style="height: 70px;">
  44. <th style="height: 70px; padding: 0px 8px 0px 0px;">
  45. 指派描述:
  46. </th>
  47. <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
  48. <textarea readonly cols="20" rows="5" style="width: 80%;"><%# Eval("F_REMARK")%></textarea>
  49. <%-- <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# Eval("F_REMARK")%>" />--%>
  50. </td>
  51. </tr>
  52. </ItemTemplate>
  53. <FooterTemplate>
  54. </FooterTemplate>
  55. </asp:Repeater>
  56. <asp:Repeater ID="rptitems_5" runat="server">
  57. <HeaderTemplate>
  58. </HeaderTemplate>
  59. <ItemTemplate>
  60. </ItemTemplate>
  61. <FooterTemplate>
  62. </FooterTemplate>
  63. </asp:Repeater>
  64. <asp:Repeater ID="rptitems_6" runat="server">
  65. <HeaderTemplate>
  66. </HeaderTemplate>
  67. <ItemTemplate>
  68. <tr style="height: 70px;">
  69. <th style="height: 70px; padding: 0px 8px 0px 0px;">
  70. 接单说明:
  71. </th>
  72. <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
  73. <textarea readonly cols="20" rows="5" style="width: 80%;"><%# Eval("F_REMARK")%></textarea>
  74. </td>
  75. </tr>
  76. </ItemTemplate>
  77. <FooterTemplate>
  78. </FooterTemplate>
  79. </asp:Repeater>
  80. <asp:Repeater ID="rptitems_7" runat="server">
  81. <HeaderTemplate>
  82. </HeaderTemplate>
  83. <ItemTemplate>
  84. <tr style="height: 25px;">
  85. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  86. 服务性质:
  87. </th>
  88. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  89. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_SERVICENATURE")%>" />
  90. </td>
  91. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  92. 服务方式:
  93. </th>
  94. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  95. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_SERVICEMETHOD")%>" />
  96. </td>
  97. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  98. 服务类型:
  99. </th>
  100. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  101. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_SERVICETYPE")%>" />
  102. </td>
  103. </tr>
  104. <tr style="height: 25px;">
  105. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  106. 难度系数:
  107. </th>
  108. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  109. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_COEFFICIENT")%>" />
  110. </td>
  111. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  112. 申报工时:
  113. </th>
  114. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  115. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_DECLARATION")%>" />
  116. </td>
  117. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  118. 问题类别:
  119. </th>
  120. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  121. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_ORDERTYPE")%>" />
  122. </td>
  123. <%--<th style="height: 25px; padding: 0px 8px 0px 0px;display:none">
  124. 已形成知识:
  125. </th>
  126. <td style="height: 25px; padding: 2px 0px 0px 8px;display:none">
  127. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_ALREADYKNOWLEDGE").ToString()=="0"?"是":"否"%>" />
  128. </td>--%>
  129. </tr>
  130. <%-- <tr style="height: 25px;">
  131. <th style="height: 25px; padding: 0px 8px 0px 0px;display:none">
  132. 知识条目名称:
  133. </th>
  134. <td style="height: 25px; padding: 2px 0px 0px 8px;display:none" colspan="3">
  135. <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# Eval("F_KNOWLEDGENAME")%>" />
  136. </td>
  137. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  138. 问题类别:
  139. </th>
  140. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  141. <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# Eval("F_ORDERTYPE")%>" />
  142. </td>
  143. </tr>--%>
  144. <tr style="height: 25px;">
  145. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  146. 回访建议:
  147. </th>
  148. <td style="height: 25px; padding: 2px 0px 0px 8px;" colspan="5">
  149. <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# Eval("F_VISITOPINION")%>" />
  150. </td>
  151. </tr>
  152. <tr style="height: 70px;">
  153. <th style="height: 70px; padding: 0px 8px 0px 0px;">
  154. 处理结果:
  155. </th>
  156. <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
  157. <textarea readonly cols="20" rows="5" style="width: 80%;"><%# Eval("F_REMARK")%></textarea>
  158. </td>
  159. </tr>
  160. <tr style="height: 35px;">
  161. <th style="height: 35px; padding: 0px 8px 0px 0px;">
  162. 附件:
  163. </th>
  164. <td style="height: 35px; padding: 2px 0px 0px 8px;" colspan="5">
  165. <div style="height: 100%; overflow: auto;">
  166. <%# getFileExist(Eval("F_HISTORYID")) %></div>
  167. </td>
  168. </tr>
  169. </ItemTemplate>
  170. <FooterTemplate>
  171. </FooterTemplate>
  172. </asp:Repeater>
  173. <asp:Repeater ID="rptitems_8" runat="server">
  174. <HeaderTemplate>
  175. </HeaderTemplate>
  176. <ItemTemplate>
  177. <tr style="height: 25px;">
  178. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  179. 客户评分:
  180. </th>
  181. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  182. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_CUSTOMERSCORE")%>" />
  183. </td>
  184. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  185. 客户意见:
  186. </th>
  187. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  188. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_CUSTOMEROPINION")%>" />
  189. </td>
  190. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  191. 回访类型:
  192. </th>
  193. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  194. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_VISITTYPE")%>" />
  195. </td>
  196. </tr>
  197. <tr style="height: 25px;">
  198. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  199. 问题解决情况:
  200. </th>
  201. <td style="height: 25px; padding: 2px 0px 0px 8px;" colspan="5">
  202. <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# Eval("F_SOLVE")%>" />
  203. </td>
  204. </tr>
  205. <tr style="height: 70px;">
  206. <th style="height: 70px; padding: 0px 8px 0px 0px;">
  207. 回访内容:
  208. </th>
  209. <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
  210. <textarea readonly cols="20" rows="5" style="width: 80%;"><%# Eval("F_REMARK")%></textarea>
  211. </td>
  212. </tr>
  213. </ItemTemplate>
  214. <FooterTemplate>
  215. </FooterTemplate>
  216. </asp:Repeater>
  217. <asp:Repeater ID="rptitems_9" runat="server">
  218. <HeaderTemplate>
  219. </HeaderTemplate>
  220. <ItemTemplate>
  221. <tr style="height: 25px;">
  222. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  223. 工单问题类型:
  224. </th>
  225. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  226. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_ORDERTYPE")%>" />
  227. </td>
  228. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  229. 审核意见类别:
  230. </th>
  231. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  232. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_EXAMINETYPE")%>" />
  233. </td>
  234. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  235. 审核工时:
  236. </th>
  237. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  238. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# Eval("F_EXAMION")%>" />
  239. </td>
  240. </tr>
  241. <tr style="height: 25px;display:none">
  242. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  243. 纸质工单编号:
  244. </th>
  245. <td style="height: 25px; padding: 2px 0px 0px 8px;" colspan="5">
  246. <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# Eval("F_PAPERWORKORDERID")%>" />
  247. </td>
  248. </tr>
  249. <tr style="height: 70px;">
  250. <th style="height: 70px; padding: 0px 8px 0px 0px;">
  251. 结单说明:
  252. </th>
  253. <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
  254. <textarea readonly cols="20" rows="5" style="width: 80%;"><%# Eval("F_REMARK")%></textarea>
  255. </td>
  256. </tr>
  257. </ItemTemplate>
  258. <FooterTemplate>
  259. </FooterTemplate>
  260. </asp:Repeater>
  261. <asp:Repeater ID="rptitems_12" runat="server">
  262. <HeaderTemplate>
  263. </HeaderTemplate>
  264. <ItemTemplate>
  265. <tr style="height: 25px;">
  266. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  267. 工单来源:
  268. </th>
  269. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  270. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_WORKORDERFROM")%>" />
  271. </td>
  272. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  273. 诉求人:
  274. </th>
  275. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  276. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRMANNAME")%>" />
  277. </td>
  278. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  279. 诉求人电话:
  280. </th>
  281. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  282. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRMANPHONE")%>" />
  283. </td>
  284. </tr>
  285. <%--<tr style="height: 25px;">
  286. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  287. 报修级别:
  288. </th>
  289. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  290. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRLEVELNAME")%>" />
  291. </td>
  292. <th style="height: 25px; padding: 0px 8px 0px 0px;display:none">
  293. 是否形成知识:
  294. </th>
  295. <td style="height: 25px; padding: 2px 0px 0px 8px;display:none">
  296. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getHistoryInfo(Eval("F_HISTORYID"),"Knowledge")%>" />
  297. </td>
  298. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  299. 预计工时:
  300. </th>
  301. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  302. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getHistoryInfo(Eval("F_HISTORYID"),"Estimated")%>" />
  303. </td>
  304. </tr>--%>
  305. <tr style="height: 25px;display:none">
  306. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  307. 投诉人性质:
  308. </th>
  309. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  310. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_STANDARDADDRESS")%>" />
  311. </td>
  312. <%--<th style="height: 25px; padding: 0px 8px 0px 0px;">
  313. 工单记录编号:
  314. </th>
  315. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  316. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_CODE")%>" />
  317. </td>--%>
  318. </tr>
  319. <tr style="height: 70px;">
  320. <th style="height: 70px; padding: 0px 8px 0px 0px;">
  321. 诉求内容:
  322. </th>
  323. <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
  324. <textarea readonly cols="20" rows="5" style="width: 80%;"><%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_CONTENT")%></textarea>
  325. </td>
  326. </tr>
  327. <%--<tr style="height: 70px;">
  328. <th style="height: 70px; padding: 0px 8px 0px 0px;">
  329. 投诉要求:
  330. </th>
  331. <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
  332. <textarea readonly cols="20" rows="5" style="width: 80%;"><%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRREQUEST")%></textarea>
  333. </td>
  334. </tr>--%>
  335. <%# getHistoryInfo(Eval("F_HISTORYID"),"ExamineType")%>
  336. </ItemTemplate>
  337. <FooterTemplate>
  338. </FooterTemplate>
  339. </asp:Repeater>
  340. <asp:Repeater ID="rptitems_13" runat="server">
  341. <HeaderTemplate>
  342. </HeaderTemplate>
  343. <ItemTemplate>
  344. <tr style="height: 25px;">
  345. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  346. 被指派人:
  347. </th>
  348. <td style="height: 25px; padding: 2px 0px 0px 8px;" colspan="5">
  349. <input type="text" readonly class="txtInput normal" style="width: 240px;" value="<%# getUserName(Eval("F_INSTANCEID"))%>" />
  350. </td>
  351. </tr>
  352. <tr style="height: 25px;">
  353. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  354. 工单来源:
  355. </th>
  356. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  357. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_WORKORDERFROM")%>" />
  358. </td>
  359. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  360. 报修人:
  361. </th>
  362. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  363. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRMANNAME")%>" />
  364. </td>
  365. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  366. 报修人电话:
  367. </th>
  368. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  369. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRMANPHONE")%>" />
  370. </td>
  371. </tr>
  372. <tr style="height: 25px;">
  373. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  374. 报修级别:
  375. </th>
  376. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  377. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRLEVELNAME")%>" />
  378. </td>
  379. <th style="height: 25px; padding: 0px 8px 0px 0px;display:none">
  380. 是否形成知识:
  381. </th>
  382. <td style="height: 25px; padding: 2px 0px 0px 8px;display:none">
  383. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getHistoryInfo(Eval("F_HISTORYID"),"Knowledge")%>" />
  384. </td>
  385. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  386. 预计工时:
  387. </th>
  388. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  389. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getHistoryInfo(Eval("F_HISTORYID"),"Estimated")%>" />
  390. </td>
  391. </tr>
  392. <tr style="height: 25px;display:none">
  393. <th style="height: 25px; padding: 0px 8px 0px 0px;">
  394. 报修人性质:
  395. </th>
  396. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  397. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_STANDARDADDRESS")%>" />
  398. </td>
  399. <%--<th style="height: 25px; padding: 0px 8px 0px 0px;">
  400. 工单记录编号:
  401. </th>
  402. <td style="height: 25px; padding: 2px 0px 0px 8px;">
  403. <input type="text" readonly class="txtInput normal" style="width: 120px;" value="<%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_CODE")%>" />
  404. </td>--%>
  405. </tr>
  406. <tr style="height: 70px;">
  407. <th style="height: 70px; padding: 0px 8px 0px 0px;">
  408. 报修内容:
  409. </th>
  410. <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
  411. <textarea readonly cols="20" rows="5" style="width: 80%;"><%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_CONTENT")%></textarea>
  412. </td>
  413. </tr>
  414. <tr style="height: 70px;">
  415. <th style="height: 70px; padding: 0px 8px 0px 0px;">
  416. 报修要求:
  417. </th>
  418. <td style="height: 70px; padding: 2px 0px 0px 8px;" colspan="5">
  419. <textarea readonly cols="20" rows="5" style="width: 80%;"><%# getWorkOrderBaseInfo(Eval("F_INSTANCEID"),"F_REPAIRREQUEST")%></textarea>
  420. </td>
  421. </tr>
  422. </ItemTemplate>
  423. <FooterTemplate>
  424. </FooterTemplate>
  425. </asp:Repeater>