Nav apraksta

WorkOrderGDDeal.aspx 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="WorkOrderGDDeal.aspx.cs"
  2. Inherits="Business_WorkOrderGDDeal" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head id="Head1" runat="server">
  6. <title>工单归档</title>
  7. <link href="../_common/styles/global.css" rel="stylesheet" type="text/css" />
  8. <link href="../_common/styles/dialogs.css" rel="stylesheet" type="text/css" />
  9. <link href="../_common/styles/select.css" rel="stylesheet" type="text/css" />
  10. <link href="../_common/styles/form.css" rel="stylesheet" type="text/css" />
  11. <link href="../_common/styles/controls.css" rel="stylesheet" type="text/css" />
  12. <link href="../_common/styles/nav.css" rel="stylesheet" type="text/css" />
  13. <link href="../_common/styles/menu.css" rel="stylesheet" type="text/css" />
  14. <link href="../_common/styles/tabs.css" rel="stylesheet" type="text/css" />
  15. <script src="../_common/scripts/Global.js" type="text/javascript"></script>
  16. <script src="../_common/scripts/windowinformation.js" type="text/javascript"></script>
  17. <script src="../_common/scripts/Util.js" type="text/javascript"></script>
  18. <script src="../_grid/action.js" type="text/javascript"></script>
  19. <script src="../_javascripts/globalctrl.js" type="text/javascript"></script>
  20. <script src="../_common/scripts/calendar.js" type="text/javascript"></script>
  21. <style type="text/css">
  22. .formtabletitle
  23. {
  24. background-color: #D5EDFE;
  25. border-left: 1px solid #CCCCCC;
  26. border-top: 1px solid #CCCCCC;
  27. border-bottom: 1px solid #CCCCCC;
  28. border-right: 1px solid #FFFFFF;
  29. padding: 0px 10px 0px 2px;
  30. text-align: right;
  31. }
  32. .formtabletitle1
  33. {
  34. background-color: #D5EDFE;
  35. border-left: 1px solid #FFFFFF;
  36. border-right: 1px solid #FFFFFF;
  37. border-top: 1px solid #CCCCCC;
  38. border-bottom: 1px solid #CCCCCC;
  39. padding: 0px 10px 0px 2px;
  40. text-align: right;
  41. }
  42. .formtabletitle2
  43. {
  44. background-color: #D5EDFE;
  45. border-left: 1px solid #CCCCCC;
  46. border-top: 1px solid #FFFFFF;
  47. border-bottom: 1px solid #CCCCCC;
  48. border-right: 1px solid #FFFFFF;
  49. padding: 0px 10px 0px 2px;
  50. text-align: right;
  51. }
  52. .formtabletitle3
  53. {
  54. background-color: #D5EDFE;
  55. border-left: 1px solid #FFFFFF;
  56. border-right: 1px solid #FFFFFF;
  57. border-top: 1px solid #FFFFFF;
  58. border-bottom: 1px solid #CCCCCC;
  59. padding: 0px 10px 0px 2px;
  60. text-align: right;
  61. }
  62. .formtable_td
  63. {
  64. border: 1px solid #CCCCCC;
  65. padding-left: 2px;
  66. padding-top: 0px;
  67. padding-bottom: 0px;
  68. background-color: #ffffff;
  69. }
  70. .formtable_td1
  71. {
  72. border-top: 0px solid #CCCCCC;
  73. border-bottom: 1px solid #CCCCCC;
  74. border-left: 1px solid #CCCCCC;
  75. border-right: 1px solid #CCCCCC;
  76. padding-left: 2px;
  77. padding-top: 0px;
  78. padding-bottom: 0px;
  79. }
  80. .formtable_td2
  81. {
  82. border-bottom: 1px solid #CCCCCC;
  83. padding-left: 2px;
  84. padding-top: 0px;
  85. padding-bottom: 0px;
  86. }
  87. .style1
  88. {
  89. background-color: #D5EDFE;
  90. border-left: 1px solid #CCCCCC;
  91. border-top: 1px solid #CCCCCC;
  92. border-bottom: 1px solid #CCCCCC;
  93. border-right: 1px solid #FFFFFF;
  94. padding: 0px 10px 0px 2px;
  95. text-align: right;
  96. width: 88px;
  97. }
  98. .style2
  99. {
  100. background-color: #D5EDFE;
  101. border-left: 1px solid #FFFFFF;
  102. border-right: 1px solid #FFFFFF;
  103. border-top: 1px solid #CCCCCC;
  104. border-bottom: 1px solid #CCCCCC;
  105. padding: 0px 10px 0px 2px;
  106. text-align: right;
  107. width: 88px;
  108. }
  109. .style3
  110. {
  111. background-color: #D5EDFE;
  112. border-left: 1px solid #CCCCCC;
  113. border-top: 1px solid #FFFFFF;
  114. border-bottom: 1px solid #CCCCCC;
  115. border-right: 1px solid #FFFFFF;
  116. padding: 0px 10px 0px 2px;
  117. text-align: right;
  118. width: 88px;
  119. }
  120. </style>
  121. </head>
  122. <body style="overflow-y:scroll;">
  123. <form id="form1" runat="server">
  124. <asp:HiddenField ID="hfWorkOrderId" runat="server" />
  125. <div class="main" style="margin: 2px; border: 0px; overflow: hidden;">
  126. <table style="table-layout: fixed;" cellspacing="0" cellpadding="0" width="600px"
  127. height="98%">
  128. <colgroup>
  129. <col width="90" align="left">
  130. <col align="left" width="210">
  131. <col width="90" align="left">
  132. <col align="left" width="210">
  133. </colgroup>
  134. <tbody>
  135. <tr style="height: 30px;">
  136. <td class="style1">
  137. 客户编号:
  138. </td>
  139. <td class="formtable_td" onmouseover="this.style.backgroundColor='#F6F6F6'" onmouseout="this.style.backgroundColor='#ffffff'">
  140. &nbsp;<asp:Label ID="lblCusCode" runat="server" Text="" Height="20px"></asp:Label>&nbsp;
  141. </td>
  142. <td class="formtabletitle">
  143. 客户姓名:
  144. </td>
  145. <td class="formtable_td" onmouseover="this.style.backgroundColor='#F6F6F6'" onmouseout="this.style.backgroundColor='#ffffff'">
  146. &nbsp;<asp:Label ID="lblCusName" runat="server" Text="" Width="110px" Height="20px"></asp:Label>
  147. </td>
  148. </tr>
  149. <tr style="height: 30px;">
  150. <td class="style1">
  151. 联系电话:
  152. </td>
  153. <td class="formtable_td" onmouseover="this.style.backgroundColor='#F6F6F6'" onmouseout="this.style.backgroundColor='#ffffff'">
  154. &nbsp;<asp:Label ID="lblConnPhone" runat="server" Text="" Height="20px"></asp:Label>&nbsp;
  155. </td>
  156. <td class="formtabletitle">
  157. 来电时间:
  158. </td>
  159. <td class="formtable_td" onmouseover="this.style.backgroundColor='#F6F6F6'" onmouseout="this.style.backgroundColor='#ffffff'">
  160. &nbsp;<asp:Label ID="lblRegTime" runat="server" Text="" Width="110px" Height="20px"></asp:Label>
  161. </td>
  162. </tr>
  163. <tr style="height: 30px;">
  164. <td class="style2">
  165. 业务类型:
  166. </td>
  167. <td class="formtable_td" onmouseover="this.style.backgroundColor='#F6F6F6'" onmouseout="this.style.backgroundColor='#ffffff'">
  168. &nbsp;<asp:Label ID="lblInfoType" runat="server" Text="" Width="110px"></asp:Label>
  169. </td>
  170. <td class="formtabletitle1">
  171. 受理人:
  172. </td>
  173. <td class="formtable_td" onmouseover="this.style.backgroundColor='#F6F6F6'" onmouseout="this.style.backgroundColor='#ffffff'">
  174. &nbsp;<asp:Label ID="lblUserName" runat="server" Text="" Width="110px"></asp:Label>
  175. </td>
  176. </tr>
  177. <tr>
  178. <td class="style3">
  179. 内容:
  180. </td>
  181. <td colspan="3" class="formtable_td1" onmouseover="this.style.backgroundColor='#F6F6F6'"
  182. onmouseout="this.style.backgroundColor='#ffffff'" style="height: 100px">
  183. &nbsp;
  184. <asp:Label ID="lblContent" runat="server"></asp:Label>
  185. </td>
  186. </tr>
  187. <%-- <tr>
  188. <td class="style3">
  189. 处理方式:
  190. </td>
  191. <td class="formtable_td1" onmouseover="this.style.backgroundColor='#F6F6F6'" onmouseout="this.style.backgroundColor='#ffffff'"
  192. colspan="3">
  193. <asp:DropDownList ID="ddlMethod" runat="server" CssClass="selectBox" Width="120px">
  194. <asp:ListItem Value="0">继续回访</asp:ListItem>
  195. <asp:ListItem Value="2" Selected="True">回访完成</asp:ListItem>
  196. </asp:DropDownList>
  197. </td>
  198. </tr>--%>
  199. <tr>
  200. <td class="style3">
  201. 处理内容:
  202. </td>
  203. <td colspan="3" class="formtable_td1" onmouseover="this.style.backgroundColor='#F6F6F6'"
  204. onmouseout="this.style.backgroundColor='#ffffff'">
  205. <asp:TextBox ID="txtContent" runat="server" CssClass="txt" Width="80%" TextMode="MultiLine"
  206. Height="60px"></asp:TextBox>
  207. </td>
  208. </tr>
  209. <%-- <tr>
  210. <td class="style3">
  211. 备注:
  212. </td>
  213. <td colspan="3" class="formtable_td1" onmouseover="this.style.backgroundColor='#F6F6F6'"
  214. onmouseout="this.style.backgroundColor='#ffffff'">
  215. <asp:TextBox ID="txtRemark" runat="server" CssClass="txt" Width="80%" TextMode="MultiLine"
  216. Height="40px"></asp:TextBox>
  217. </td>
  218. </tr>--%>
  219. </tbody>
  220. </table>
  221. <div style="padding-top: 5px; width: 600px; float: left; text-align: center;" id="divOperate"
  222. runat="server">
  223. <asp:Button ID="btnSave" runat="server" Text="归档" CssClass="btn" OnClientClick="return checkData();"
  224. OnClick="btnSave_Click" Width="60px" />
  225. &nbsp;&nbsp;
  226. <asp:Button ID="btnCancle" runat="server" Text="取消" CssClass="btn" Width="60px" OnClick="btnCancle_Click" />
  227. </div>
  228. </form>
  229. </body>
  230. </html>