oa.js
上传用户:sxwtmm
上传日期:2022-08-11
资源大小:2183k
文件大小:6k
源码类别:

OA系统

开发平台:

Java

  1. // JavaScript Document
  2. //********admin.htm******************//
  3. function login(){
  4. if(document.form1.id.value!=""&&document.form1.password.value!=""){
  5. return true;
  6. }else{
  7. alert("请输入用户名和密码");
  8. return false;
  9. }
  10. }
  11. //********em.htm******************//
  12. function login(){
  13. if(document.form1.id.value!=""&&document.form1.password.value!=""){
  14. return true;
  15. }else{
  16. alert("请输入员工号和密码");
  17. return false;
  18. }
  19. }
  20. //********signstate.jsp******************//
  21. function sign(){
  22. if(document.form1.up.value==""){
  23. alert("请输入上班日期");
  24. document.form1.up.focus();
  25. return false;
  26. }else if(document.form1.up.value.indexOf(":")==-1){
  27. alert("请填写正确日期格式");
  28. document.form1.up.focus();
  29. return false;
  30. }
  31. if(document.form1.down.value==""){
  32. alert("请输入下班日期");
  33. document.form1.down.focus();
  34. return false;
  35. }else if(document.form1.down.value.indexOf(":")==-1){
  36. alert("请填写日期格式");
  37. document.form1.down.focus();
  38. return false;
  39. }
  40. return true;
  41. }
  42. //********department.jsp******************//
  43. function dep(){
  44. if(document.form1.name.value==""){
  45. alert("请输入部门名称");
  46. document.form1.name.focus();
  47. return false;
  48. }
  49. if(document.form1.explain.value==""){
  50. alert("请输入部门描述");
  51. document.form1.explain.focus();
  52. return false;
  53. }
  54. return true;
  55. }
  56. //********job.jsp******************//
  57. function job(){
  58. if(document.form1.name.value==""){
  59. alert("请输入职位名称");
  60. document.form1.name.focus();
  61. return false;
  62. }
  63. if(document.form1.explain.value==""){
  64. alert("请输入职位描述");
  65. document.form1.explain.focus();
  66. return false;
  67. }
  68. return true;
  69. }
  70. //********emstate.jsp******************//
  71. function emstate(){
  72. if(document.form1.name.value==""){
  73. alert("请输入员工状态");
  74. document.form1.name.focus();
  75. return false;
  76. }
  77. if(document.form1.explain.value==""){
  78. alert("请输入员工状态描述");
  79. document.form1.explain.focus();
  80. return false;
  81. }
  82. return true;
  83. }
  84. //********add.jsp******************//
  85. function add(){
  86. if(document.form1.name.value==""){
  87. alert("请输入员工姓名");
  88. return false;
  89. }
  90. if(document.form1.birthday.value==""){
  91. alert("请输入员工出生日期");
  92. return false;
  93. }else if(document.form1.birthday.value.indexOf("-")==-1){
  94. alert("请填写日期格式");
  95. document.form1.birthday.focus();
  96. return false;
  97. }
  98. if(document.form1.learn.value==""){
  99. alert("请输入员工学历");
  100. return false;
  101. }
  102. if(document.form1.post.value==""){
  103. alert("请输入员工职称");
  104. return false;
  105. }
  106. if(document.form1.tel.value==""){
  107. alert("请输入员工电话");
  108. return false;
  109. }
  110. if(document.form1.addr.value==""){
  111. alert("请输入员工地址");
  112. return false;
  113. }
  114. return true;
  115. }
  116. //********add.jsp******************//
  117. function sel(){
  118. if(document.form1.sele.value==""){
  119. document.form1.sele.focus();
  120. alert("请输入查找内容");
  121. return false;
  122. }
  123. return true;
  124. }
  125. //********set.jsp******************//
  126. function set(){
  127. if(document.form1.id.value==""){
  128. alert("序号不能为空");
  129. document.form1.id.focus();
  130. return false;
  131. }
  132. if(isNaN(document.form1.id.value)){
  133. alert("请输入正确序号");
  134. document.form1.id.focus();
  135. return false;
  136. }
  137. if(document.form1.id.value.indexOf(".")!=-1){
  138. alert("请输入正确序号");
  139. document.form1.id.focus();
  140. return false;
  141. }
  142. if(document.form1.password.value==""){
  143. alert("请输入员工密码");
  144. document.form1.password.focus();
  145. return false;
  146. }
  147. return true;
  148. }
  149. //********affice/add.jsp******************//
  150. function affice(){
  151. if(document.form1.title.value==""){
  152. alert("标题不能为空");
  153. document.form1.title.focus();
  154. return false;
  155. }
  156. if(document.form1.content.value==""){
  157. alert("请输入具体公告");
  158. document.form1.content.focus();
  159. return false;
  160. }
  161. return true;
  162. }
  163. //********emex/add.jsp******************//
  164. function emex(){
  165. if(document.form1.emid.value==""){
  166. alert("请输入员工序号");
  167. document.form1.emid.focus();
  168. return false;
  169. }
  170. if(isNaN(document.form1.emid.value)){
  171. alert("请输入正确序号");
  172. document.form1.emid.focus();
  173. return false;
  174. }
  175. if(document.form1.emid.value.indexOf(".")!=-1){
  176. alert("请输入正确序号");
  177. document.form1.emid.focus();
  178. return false;
  179. }
  180. return true;
  181. }
  182. //********send.jsp******************//
  183. function bumfs(){
  184. if(document.form1.emid.value==""){
  185. alert("请输入接收人序号");
  186. document.form1.emid.focus();
  187. return false;
  188. }
  189. if(isNaN(document.form1.emid.value)){
  190. alert("请输入正确序号");
  191. document.form1.emid.focus();
  192. return false;
  193. }
  194. if(document.form1.emid.value.indexOf(".")!=-1){
  195. alert("请输入正确序号");
  196. document.form1.emid.focus();
  197. return false;
  198. }
  199. if(document.form1.title.value==""){
  200. alert("请输入公文标题");
  201. document.form1.title.focus();
  202. return false;
  203. }
  204. if(document.form1.bumf.value==""){
  205. alert("不允许出现空白公文");
  206. document.form1.bumf.focus();
  207. return false;
  208. }
  209. return true;
  210. }
  211. //********bumf/accept.jsp******************//
  212. function accepts(){
  213. if(document.form1.bumf.value==""){
  214. alert("不允许出现空白公文");
  215. document.form1.bumf.focus();
  216. return false;
  217. }
  218. return true;
  219. }
  220. //********info/send.jsp******************//
  221. function info(){
  222. if(document.form1.acceptid.value==""){
  223. alert("请输入接收人序号");
  224. document.form1.acceptid.focus();
  225. return false;
  226. }
  227. if(isNaN(document.form1.acceptid.value)){
  228. alert("请输入正确序号");
  229. document.form1.acceptid.focus();
  230. return false;
  231. }
  232. if(document.form1.acceptid.value.indexOf(".")!=-1){
  233. alert("请输入正确序号");
  234. document.form1.acceptid.focus();
  235. return false;
  236. }
  237. if(document.form1.title.value==""){
  238. alert("请输入标题");
  239. document.form1.title.focus();
  240. return false;
  241. }
  242. if(document.form1.content.value==""){
  243. alert("不允许发送空白消息");
  244. document.form1.content.focus();
  245. return false;
  246. }
  247. return true;
  248. }
  249. //********error/errorpage.jsp******************//
  250. function re(){
  251. parent.location.href='../index.htm';
  252. }