weeklyschedule-update.jsp 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@include file="/context/mytags.jsp"%>
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>weekly schedule report</title>
  7. <t:base type="jquery,easyui,tools,DatePicker"></t:base>
  8. <script type="text/javascript">
  9. //编写自定义JS代码
  10. </script>
  11. </head>
  12. <body>
  13. <t:formvalid formid="formobj" dialog="false" usePlugin="password" layout="table" action="weeklyscheduleController.do?doAdd" tiptype="1" callback="callback">
  14. <input id="id" name="id" type="hidden" value="${weeklyschedulePage.id}"/>
  15. <input id="status" name="status" type="hidden" value="${weeklyschedulePage.status}"/>
  16. <input id="userid" name="userid" type="hidden" value="${weeklyschedulePage.userid}"/>
  17. <table style="width: 99%;" cellpadding="0" cellspacing="0" class="formtable" border="1">
  18. <tr height="45px" >
  19. <td align="center" colspan="6">
  20. <label class="Validform_label" style="text-align: center; margin:0 auto;font-size: 18px ">
  21. 一周工作安排 ( ${weeklyschedulePage.mondate} 至 ${weeklyschedulePage.sundate} )
  22. </label>
  23. </td>
  24. </tr>
  25. <tr height="45px" >
  26. <td align="center" colspan="2">
  27. <label class="Validform_label" style="text-align: center; margin:0 auto;font-size: 16px ">
  28. 日 期
  29. </label>
  30. </td>
  31. <td align="center">
  32. <label class="Validform_label" style="text-align: center; margin:0 auto;font-size: 16px ">
  33. 工作内容
  34. </label>
  35. </td>
  36. <td align="center">
  37. <label class="Validform_label" style="text-align: center; margin:0 auto;font-size: 16px ">
  38. 主要参与人员
  39. </label>
  40. </td>
  41. <td align="center">
  42. <label class="Validform_label" style="text-align: center; margin:0 auto;font-size: 16px ">
  43. 地 点
  44. </label>
  45. </td>
  46. <td align="center">
  47. <label class="Validform_label" style="text-align: center; margin:0 auto;font-size: 16px ">
  48. 备 注
  49. </label>
  50. </td>
  51. </tr>
  52. <tr>
  53. <td align="center" style="width: 100px" rowspan="2">
  54. <input id="mondate" name="mondate" readonly="true" type="text" value="${weeklyschedulePage.mondate}" class="inputxt" style="width: 90px;font-size: 13px;border: 0;text-align: center;font-weight: bold;" />
  55. <br>
  56. <label class="Validform_label">
  57. ( 星期一 )
  58. </label>
  59. </td>
  60. <td align="center" style="width: 80px">
  61. <label class="Validform_label" >上午</label>
  62. </td>
  63. <td align="center" width="810px">
  64. <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatmonam" name="whatmonam" ignore="ignore" >${weeklyschedulePage.whatmonam}</textarea>
  65. </td>
  66. <td class="value" width="250px">
  67. <input id="whomonamnames" name="whomonamnames" readonly="true" type="text" style="width: 100px;height: 20px;border: none;" class="inputxt" ignore="ignore" value="${weeklyschedulePage.whomonamnames}" />
  68. <input id="whomonams" name="whomonams" type="hidden" value="${whomonams}">
  69. <label class="Validform_label" style="display: none;">主要参与人员</label>
  70. <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="pseronMonAm" onclick="openPersonSelect('monam')">选择</a>
  71. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="psersonMonAmRedo" onclick="openPersonSelectClean('monam')">清空</a> -->
  72. </td>
  73. <td class="value" width="150px">
  74. <%-- <input id="wheremonam" name="wheremonam" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" value="${weeklyschedulePage.wheremonam}" /> --%>
  75. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheremonam" name="wheremonam" ignore="ignore" >${weeklyschedulePage.wheremonam}</textarea>
  76. <label class="Validform_label" style="display: none;">地点</label>
  77. </td>
  78. <td class="value" width="150px">
  79. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkmonam" name="remarkmonam" ignore="ignore" >${weeklyschedulePage.remarkmonam}</textarea>
  80. <%-- <input id="remarkmonam" name="remarkmonam" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" value="${weeklyschedulePage.remarkmonam}" /> --%>
  81. <label class="Validform_label" style="display: none;">备注</label>
  82. </td>
  83. </tr>
  84. <tr>
  85. <td align="center" style="width: 80px">
  86. <label class="Validform_label" >下午</label>
  87. </td>
  88. <td align="center" width="810px">
  89. <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatmonpm" name="whatmonpm" ignore="ignore" > ${weeklyschedulePage.whatmonpm}</textarea>
  90. </td>
  91. <td class="value" width="250px">
  92. <input id="whomonpmnames" name="whomonpmnames" value="${weeklyschedulePage.whomonpmnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
  93. <input id="whomonpms" name="whomonpms" type="hidden" value="${whomonpms}">
  94. <label class="Validform_label" style="display: none;">主要参与人员</label>
  95. <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="pseronMonPm" onclick="openPersonSelect('monpm')">选择</a>
  96. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="psersonMonPmRedo" onclick="openPersonSelectClean('monpm')">清空</a> -->
  97. </td>
  98. <td class="value" width="150px">
  99. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheremonpm" name="wheremonpm" ignore="ignore" >${weeklyschedulePage.wheremonpm}</textarea>
  100. <%-- <input id="wheremonpm" name="wheremonpm" value="${weeklyschedulePage.wheremonpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  101. <label class="Validform_label" style="display: none;">地点</label>
  102. </td>
  103. <td class="value" width="150px">
  104. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkmonpm" name="remarkmonpm" ignore="ignore" >${weeklyschedulePage.remarkmonpm}</textarea>
  105. <%-- <input id="remarkmonpm" name="remarkmonpm" value="${weeklyschedulePage.remarkmonpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  106. <label class="Validform_label" style="display: none;">备注</label>
  107. </td>
  108. </tr>
  109. <tr>
  110. <td align="center" style="width: 100px" rowspan="2">
  111. <input id="tuesdate" name="tuesdate" readonly="true" type="text" value="${weeklyschedulePage.tuesdate}" class="inputxt" style="width: 90px;font-size: 13px;border: 0;text-align: center;font-weight: bold;" />
  112. <br>
  113. <label class="Validform_label">
  114. ( 星期二 )
  115. </label>
  116. </td>
  117. <td align="center" style="width: 80px">
  118. <label class="Validform_label" >上午</label>
  119. </td>
  120. <td align="center" width="810px">
  121. <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whattuesam" name="whattuesam" ignore="ignore" > ${weeklyschedulePage.whattuesam}</textarea>
  122. </td>
  123. <td class="value" width="250px">
  124. <input id="whotuesamnames" name="whotuesamnames" value="${weeklyschedulePage.whotuesamnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
  125. <input id="whotuesams" name="whotuesams" type="hidden" value="${weeklyschedulePage.whotuesams}">
  126. <label class="Validform_label" style="display: none;">主要参与人员</label>
  127. <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
  128. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
  129. </td>
  130. <td class="value" width="150px">
  131. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheretuesam" name="wheretuesam" ignore="ignore" >${weeklyschedulePage.wheretuesam}</textarea>
  132. <%-- <input id="wheretuesam" name="wheretuesam" value="${weeklyschedulePage.wheretuesam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  133. <label class="Validform_label" style="display: none;">地点</label>
  134. </td>
  135. <td class="value" width="150px">
  136. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarktuesam" name="remarktuesam" ignore="ignore" >${weeklyschedulePage.remarktuesam}</textarea>
  137. <%-- <input id="remarktuesam" name="remarktuesam" value="${weeklyschedulePage.remarktuesam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  138. <label class="Validform_label" style="display: none;">备注</label>
  139. </td>
  140. </tr>
  141. <tr>
  142. <td align="center" style="width: 80px">
  143. <label class="Validform_label" >下午</label>
  144. </td>
  145. <td align="center" width="810px">
  146. <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whattuespm" name="whattuespm" ignore="ignore" >${weeklyschedulePage.whattuespm}</textarea>
  147. </td>
  148. <td class="value" width="250px">
  149. <input id="whotuespmnames" name="whotuespmnames" value="${weeklyschedulePage.whotuespmnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
  150. <input id="whotuespms" name="whotuespms" type="hidden" value="${weeklyschedulePage.whotuespms}">
  151. <label class="Validform_label" style="display: none;">主要参与人员</label>
  152. <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
  153. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
  154. </td>
  155. <td class="value" width="150px">
  156. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheretuespm" name="wheretuespm" ignore="ignore" >${weeklyschedulePage.wheretuespm}</textarea>
  157. <%-- <input id="wheretuespm" name="wheretuespm" value="${weeklyschedulePage.wheretuespm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  158. <label class="Validform_label" style="display: none;">地点</label>
  159. </td>
  160. <td class="value" width="150px">
  161. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarktuespm" name="remarktuespm" ignore="ignore" >${weeklyschedulePage.remarktuespm}</textarea>
  162. <%-- <input id="remarktuespm" name="remarktuespm" value="${weeklyschedulePage.remarktuespm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  163. <label class="Validform_label" style="display: none;">备注</label>
  164. </td>
  165. </tr>
  166. <tr>
  167. <td align="center" style="width: 100px" rowspan="2">
  168. <input id="weddate" name="weddate" readonly="true" type="text" value="${weeklyschedulePage.weddate}" class="inputxt" style="width: 90px;font-size: 13px;border: 0;text-align: center;font-weight: bold;" />
  169. <br>
  170. <label class="Validform_label">
  171. ( 星期三 )
  172. </label>
  173. </td>
  174. <td align="center" style="width: 80px">
  175. <label class="Validform_label" >上午</label>
  176. </td>
  177. <td align="center" width="810px">
  178. <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatwedam" name="whatwedam" ignore="ignore" >${weeklyschedulePage.whatwedam}</textarea>
  179. </td>
  180. <td class="value" width="250px">
  181. <input id="whowedamnames" name="whowedamnames" value="${weeklyschedulePage.whowedamnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
  182. <input id="whowedams" name="whowedams" type="hidden" value="${weeklyschedulePage.whowedams}">
  183. <label class="Validform_label" style="display: none;">主要参与人员</label>
  184. <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
  185. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
  186. </td>
  187. <td class="value" width="150px">
  188. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wherewedam" name="wherewedam" ignore="ignore" >${weeklyschedulePage.wherewedam}</textarea>
  189. <%-- <input id="wherewedam" name="wherewedam" value="${weeklyschedulePage.wherewedam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  190. <label class="Validform_label" style="display: none;">地点</label>
  191. </td>
  192. <td class="value" width="150px">
  193. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkwedam" name="remarkwedam" ignore="ignore" >${weeklyschedulePage.remarkwedam}</textarea>
  194. <%-- <input id="remarkwedam" name="remarkwedam" value="${weeklyschedulePage.remarkwedam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  195. <label class="Validform_label" style="display: none;">备注</label>
  196. </td>
  197. </tr>
  198. <tr>
  199. <td align="center" style="width: 80px">
  200. <label class="Validform_label" >下午</label>
  201. </td>
  202. <td align="center" width="810px">
  203. <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatwedpm" name="whatwedpm" ignore="ignore" > ${weeklyschedulePage.whatwedpm} </textarea>
  204. </td>
  205. <td class="value" width="250px">
  206. <input id="whowedpmnames" name="whowedpmnames" value="${weeklyschedulePage.whowedpmnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
  207. <input id="whowedpms" name="whowedpms" type="hidden" value="${weeklyschedulePage.whowedpms}">
  208. <label class="Validform_label" style="display: none;">主要参与人员</label>
  209. <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
  210. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
  211. </td>
  212. <td class="value" width="150px">
  213. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wherewedpm" name="wherewedpm" ignore="ignore" >${weeklyschedulePage.wherewedpm}</textarea>
  214. <%-- <input id="wherewedpm" name="wherewedpm" value="${weeklyschedulePage.wherewedpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  215. <label class="Validform_label" style="display: none;">地点</label>
  216. </td>
  217. <td class="value" width="150px">
  218. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkwedpm" name="remarkwedpm" ignore="ignore" >${weeklyschedulePage.remarkwedpm}</textarea>
  219. <%-- <input id="remarkwedpm" name="remarkwedpm" value="${weeklyschedulePage.remarkwedpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  220. <label class="Validform_label" style="display: none;">备注</label>
  221. </td>
  222. </tr>
  223. <tr>
  224. <td align="center" style="width: 100px" rowspan="2">
  225. <input id="thurdate" name="thurdate" readonly="true" type="text" value="${weeklyschedulePage.thurdate}" class="inputxt" style="width: 90px;font-size: 13px;border: 0;text-align: center;font-weight: bold;" />
  226. <br>
  227. <label class="Validform_label">
  228. ( 星期四 )
  229. </label>
  230. </td>
  231. <td align="center" style="width: 80px">
  232. <label class="Validform_label" >上午</label>
  233. </td>
  234. <td align="center" width="810px">
  235. <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatthuram" name="whatthuram" ignore="ignore" > ${weeklyschedulePage.whatthuram} </textarea>
  236. </td>
  237. <td class="value" width="250px">
  238. <input id="whothuramnames" name="whothuramnames" value="${weeklyschedulePage.whothuramnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
  239. <input id="whothurams" name="whothurams" type="hidden" value="${weeklyschedulePage.whothurams}">
  240. <label class="Validform_label" style="display: none;">主要参与人员</label>
  241. <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
  242. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
  243. </td>
  244. <td class="value" width="150px">
  245. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wherethuram" name="wherethuram" ignore="ignore" >${weeklyschedulePage.wherethuram}</textarea>
  246. <%-- <input id="wherethuram" name="wherethuram" value="${weeklyschedulePage.wherethuram}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  247. <label class="Validform_label" style="display: none;">地点</label>
  248. </td>
  249. <td class="value" width="150px">
  250. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkthuram" name="remarkthuram" ignore="ignore" >${weeklyschedulePage.remarkthuram}</textarea>
  251. <%-- <input id="remarkthuram" name="remarkthuram" value="${weeklyschedulePage.remarkthuram}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  252. <label class="Validform_label" style="display: none;">备注</label>
  253. </td>
  254. </tr>
  255. <tr>
  256. <td align="center" style="width: 80px">
  257. <label class="Validform_label" >下午</label>
  258. </td>
  259. <td align="center" width="810px">
  260. <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatthurpm" name="whatthurpm" ignore="ignore" > ${weeklyschedulePage.whatthurpm} </textarea>
  261. </td>
  262. <td class="value" width="250px">
  263. <input id="whothurpmnames" name="whothurpmnames" value="${weeklyschedulePage.whothurpmnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
  264. <input id="whothurpms" name="whothurpms" type="hidden" value="${weeklyschedulePage.whothurpms}">
  265. <label class="Validform_label" style="display: none;">主要参与人员</label>
  266. <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
  267. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
  268. </td>
  269. <td class="value" width="150px">
  270. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wherethurpm" name="wherethurpm" ignore="ignore" >${weeklyschedulePage.wherethurpm}</textarea>
  271. <%-- <input id="wherethurpm" name="wherethurpm" value="${weeklyschedulePage.wherethurpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  272. <label class="Validform_label" style="display: none;">地点</label>
  273. </td>
  274. <td class="value" width="150px">
  275. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkthurpm" name="remarkthurpm" ignore="ignore" >${weeklyschedulePage.remarkthurpm}</textarea>
  276. <%-- <input id="remarkthurpm" name="remarkthurpm" value="${weeklyschedulePage.remarkthurpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  277. <label class="Validform_label" style="display: none;">备注</label>
  278. </td>
  279. </tr>
  280. <tr>
  281. <td align="center" style="width: 100px" rowspan="2">
  282. <input id="fridate" name="fridate" readonly="true" type="text" value="${weeklyschedulePage.fridate}" class="inputxt" style="width: 90px;font-size: 13px;border: 0;text-align: center;font-weight: bold;" />
  283. <br>
  284. <label class="Validform_label">
  285. ( 星期五 )
  286. </label>
  287. </td>
  288. <td align="center" style="width: 80px">
  289. <label class="Validform_label" >上午</label>
  290. </td>
  291. <td align="center" width="810px">
  292. <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatfriam" name="whatfriam" ignore="ignore" > ${weeklyschedulePage.whatfriam} </textarea>
  293. </td>
  294. <td class="value" width="250px">
  295. <input id="whofriamnames" name="whofriamnames" value="${weeklyschedulePage.whofriamnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
  296. <input id="whofriams" name="whofriams" type="hidden" value="${weeklyschedulePage.whofriams}">
  297. <label class="Validform_label" style="display: none;">主要参与人员</label>
  298. <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
  299. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
  300. </td>
  301. <td class="value" width="150px">
  302. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wherefriam" name="wherefriam" ignore="ignore" >${weeklyschedulePage.wherefriam}</textarea>
  303. <%-- <input id="wherefriam" name="wherefriam" value="${weeklyschedulePage.wherefriam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  304. <label class="Validform_label" style="display: none;">地点</label>
  305. </td>
  306. <td class="value" width="150px">
  307. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkfriam" name="remarkfriam" ignore="ignore" >${weeklyschedulePage.remarkfriam}</textarea>
  308. <%-- <input id="remarkfriam" name="remarkfriam" value="${weeklyschedulePage.remarkfriam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  309. <label class="Validform_label" style="display: none;">备注</label>
  310. </td>
  311. </tr>
  312. <tr>
  313. <td align="center" style="width: 80px">
  314. <label class="Validform_label" >下午</label>
  315. </td>
  316. <td align="center" width="810px">
  317. <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatfripm" name="whatfripm" ignore="ignore" >${weeklyschedulePage.whatfripm}</textarea>
  318. </td>
  319. <td class="value" width="250px">
  320. <input id="whofripmnames" name="whofripmnames" value="${weeklyschedulePage.whofripmnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
  321. <input id="whofripms" name="whofripms" type="hidden" value="${weeklyschedulePage.whofripms}">
  322. <label class="Validform_label" style="display: none;">主要参与人员</label>
  323. <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
  324. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
  325. </td>
  326. <td class="value" width="150px">
  327. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wherefripm" name="wherefripm" ignore="ignore" >${weeklyschedulePage.wherefripm}</textarea>
  328. <%-- <input id="wherefripm" name="wherefripm" value="${weeklyschedulePage.wherefripm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  329. <label class="Validform_label" style="display: none;">地点</label>
  330. </td>
  331. <td class="value" width="150px">
  332. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkfripm" name="remarkfripm" ignore="ignore" >${weeklyschedulePage.remarkfripm}</textarea>
  333. <%-- <input id="remarkfripm" name="remarkfripm" value="${weeklyschedulePage.remarkfripm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  334. <label class="Validform_label" style="display: none;">备注</label>
  335. </td>
  336. </tr>
  337. <tr>
  338. <td align="center" style="width: 100px" rowspan="2">
  339. <input id="satdate" name="satdate" readonly="true" type="text" value="${weeklyschedulePage.satdate}" class="inputxt" style="width: 90px;font-size: 13px;border: 0;text-align: center;font-weight: bold;" />
  340. <br>
  341. <label class="Validform_label">
  342. ( 星期六 )
  343. </label>
  344. </td>
  345. <td align="center" style="width: 80px">
  346. <label class="Validform_label" >上午</label>
  347. </td>
  348. <td align="center" width="810px">
  349. <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatsatam" name="whatsatam" ignore="ignore" > ${weeklyschedulePage.whatsatam} </textarea>
  350. </td>
  351. <td class="value" width="250px">
  352. <input id="whosatamnames" name="whosatamnames" value="${weeklyschedulePage.whosatamnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
  353. <input id="whosatams" name="whosatams" type="hidden" value="${weeklyschedulePage.whosatams}">
  354. <label class="Validform_label" style="display: none;">主要参与人员</label>
  355. <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
  356. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
  357. </td>
  358. <td class="value" width="150px">
  359. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheresatam" name="wheresatam" ignore="ignore" >${weeklyschedulePage.wheresatam}</textarea>
  360. <%-- <input id="wheresatam" name="wheresatam" value="${weeklyschedulePage.wheresatam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  361. <label class="Validform_label" style="display: none;">地点</label>
  362. </td>
  363. <td class="value" width="150px">
  364. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarksatam" name="remarksatam" ignore="ignore" >${weeklyschedulePage.remarksatam}</textarea>
  365. <%-- <input id="remarksatam" name="remarksatam" value="${weeklyschedulePage.remarksatam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  366. <label class="Validform_label" style="display: none;">备注</label>
  367. </td>
  368. </tr>
  369. <tr>
  370. <td align="center" style="width: 80px">
  371. <label class="Validform_label" >下午</label>
  372. </td>
  373. <td align="center" width="810px">
  374. <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatsatpm" name="whatsatpm" ignore="ignore" > ${weeklyschedulePage.whatsatpm} </textarea>
  375. </td>
  376. <td class="value" width="250px">
  377. <input id="whosatpmnames" name="whosatpmnames" value="${weeklyschedulePage.whosatpmnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
  378. <input id="whosatpms" name="whosatpms" type="hidden" value="${weeklyschedulePage.whosatpms}">
  379. <label class="Validform_label" style="display: none;">主要参与人员</label>
  380. <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
  381. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
  382. </td>
  383. <td class="value" width="150px">
  384. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheresatpm" name="wheresatpm" ignore="ignore" >${weeklyschedulePage.wheresatpm}</textarea>
  385. <%-- <input id="wheresatpm" name="wheresatpm" value="${weeklyschedulePage.wheresatpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  386. <label class="Validform_label" style="display: none;">地点</label>
  387. </td>
  388. <td class="value" width="150px">
  389. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarksatpm" name="remarksatpm" ignore="ignore" >${weeklyschedulePage.remarksatpm}</textarea>
  390. <%-- <input id="remarksatpm" name="remarksatpm" value="${weeklyschedulePage.remarksatpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  391. <label class="Validform_label" style="display: none;">备注</label>
  392. </td>
  393. </tr>
  394. <tr>
  395. <td align="center" style="width: 100px" rowspan="2">
  396. <input id="sundate" name="sundate" readonly="true" type="text" value="${weeklyschedulePage.sundate}" class="inputxt" style="width: 90px;font-size: 13px;border: 0;text-align: center;font-weight: bold;" />
  397. <br>
  398. <label class="Validform_label">
  399. ( 星期日 )
  400. </label>
  401. </td>
  402. <td align="center" style="width: 80px">
  403. <label class="Validform_label" >上午</label>
  404. </td>
  405. <td align="center" width="810px">
  406. <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatsunam" name="whatsunam" ignore="ignore" > ${weeklyschedulePage.whatsunam} </textarea>
  407. </td>
  408. <td class="value" width="250px">
  409. <input id="whosunamnames" name="whosunamnames" value="${weeklyschedulePage.whosunamnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
  410. <input id="whosunams" name="whosunams" type="hidden" value="${weeklyschedulePage.whosunams}">
  411. <label class="Validform_label" style="display: none;">主要参与人员</label>
  412. <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
  413. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
  414. </td>
  415. <td class="value" width="150px">
  416. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheresunam" name="wheresunam" ignore="ignore" >${weeklyschedulePage.wheresunam}</textarea>
  417. <%-- <input id="wheresunam" name="wheresunam" value="${weeklyschedulePage.wheresunam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  418. <label class="Validform_label" style="display: none;">地点</label>
  419. </td>
  420. <td class="value" width="150px">
  421. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarksunam" name="remarksunam" ignore="ignore" >${weeklyschedulePage.remarksunam}</textarea>
  422. <%-- <input id="remarksunam" name="remarksunam" value="${weeklyschedulePage.remarksunam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  423. <label class="Validform_label" style="display: none;">备注</label>
  424. </td>
  425. </tr>
  426. <tr>
  427. <td align="center" style="width: 80px">
  428. <label class="Validform_label" >下午</label>
  429. </td>
  430. <td align="center" width="810px">
  431. <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatsunpm" name="whatsunpm" ignore="ignore" > ${weeklyschedulePage.whatsunpm} </textarea>
  432. </td>
  433. <td class="value" width="250px">
  434. <input id="whosunpmnames" name="whosunpmnames" value="${weeklyschedulePage.whosunpmnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
  435. <input id="whosunpms" name="whosunpms" type="hidden" value="${weeklyschedulePage.whosunpms}">
  436. <label class="Validform_label" style="display: none;">主要参与人员</label>
  437. <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
  438. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
  439. </td>
  440. <td class="value" width="150px">
  441. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheresunpm" name="wheresunpm" ignore="ignore" >${weeklyschedulePage.wheresunpm}</textarea>
  442. <%-- <input id="wheresunpm" name="wheresunpm" value="${weeklyschedulePage.wheresunpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  443. <label class="Validform_label" style="display: none;">地点</label>
  444. </td>
  445. <td class="value" width="150px">
  446. <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarksunpm" name="remarksunpm" ignore="ignore" >${weeklyschedulePage.remarksunpm}</textarea>
  447. <%-- <input id="remarksunpm" name="remarksunpm" value="${weeklyschedulePage.remarksunpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
  448. <label class="Validform_label" style="display: none;">备注</label>
  449. </td>
  450. </tr>
  451. </table>
  452. </t:formvalid>
  453. </body>
  454. <script src = "webpage/com/xcgl/weeklyschedule/weeklyschedule.js"></script>