Y_Left.jsp 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. <%@ page language="java" pageEncoding="UTF-8"%>
  2. <!-- 菜单弹出控制 -->
  3. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
  4. <script language="javascript">
  5. function shouhuo()
  6. {
  7. var shouhuo = document.getElementById("shouhuo");
  8. var piaowu = document.getElementById("piaowu");
  9. var peisong = document.getElementById("peisong");
  10. var caiwu = document.getElementById("caiwu");
  11. var shichang = document.getElementById("shichang");
  12. var tongji = document.getElementById("tongji");
  13. var ziliao = document.getElementById("ziliao");
  14. if(shouhuo.style.display!="" )
  15. {
  16. shouhuo.style.display="";
  17. piaowu.style.display="none";
  18. peisong.style.display="none";
  19. caiwu.style.display="none";
  20. shichang.style.display="none";
  21. tongji.style.display="none";
  22. ziliao.style.display="none";
  23. }else{
  24. shouhuo.style.display="none";
  25. }
  26. }
  27. function piaowu()
  28. {
  29. var shouhuo = document.getElementById("shouhuo");
  30. var piaowu = document.getElementById("piaowu");
  31. var peisong = document.getElementById("peisong");
  32. var caiwu = document.getElementById("caiwu");
  33. var shichang = document.getElementById("shichang");
  34. var tongji = document.getElementById("tongji");
  35. var ziliao = document.getElementById("ziliao");
  36. if(piaowu.style.display!="" )
  37. {
  38. piaowu.style.display="";
  39. shouhuo.style.display="none";
  40. peisong.style.display="none";
  41. caiwu.style.display="none";
  42. shichang.style.display="none";
  43. tongji.style.display="none";
  44. ziliao.style.display="none";
  45. }else{
  46. piaowu.style.display="none";
  47. }
  48. }
  49. function peisong()
  50. {
  51. var shouhuo = document.getElementById("shouhuo");
  52. var piaowu = document.getElementById("piaowu");
  53. var peisong = document.getElementById("peisong");
  54. var caiwu = document.getElementById("caiwu");
  55. var shichang = document.getElementById("shichang");
  56. var tongji = document.getElementById("tongji");
  57. var ziliao = document.getElementById("ziliao");
  58. if(peisong.style.display!="" )
  59. {
  60. peisong.style.display="";
  61. shouhuo.style.display="none";
  62. piaowu.style.display="none";
  63. caiwu.style.display="none";
  64. shichang.style.display="none";
  65. tongji.style.display="none";
  66. ziliao.style.display="none";
  67. }else{
  68. peisong.style.display="none";
  69. }
  70. }
  71. function caiwu()
  72. {
  73. var shouhuo = document.getElementById("shouhuo");
  74. var piaowu = document.getElementById("piaowu");
  75. var peisong = document.getElementById("peisong");
  76. var caiwu = document.getElementById("caiwu");
  77. var shichang = document.getElementById("shichang");
  78. var tongji = document.getElementById("tongji");
  79. var ziliao = document.getElementById("ziliao");
  80. if(caiwu.style.display!="" )
  81. {
  82. caiwu.style.display="";
  83. shouhuo.style.display="none";
  84. piaowu.style.display="none";
  85. peisong.style.display="none";
  86. shichang.style.display="none";
  87. tongji.style.display="none";
  88. ziliao.style.display="none";
  89. }else{
  90. caiwu.style.display="none";
  91. }
  92. }
  93. function shichang()
  94. {
  95. var shouhuo = document.getElementById("shouhuo");
  96. var piaowu = document.getElementById("piaowu");
  97. var peisong = document.getElementById("peisong");
  98. var caiwu = document.getElementById("caiwu");
  99. var shichang = document.getElementById("shichang");
  100. var tongji = document.getElementById("tongji");
  101. var ziliao = document.getElementById("ziliao");
  102. if(shichang.style.display!="" )
  103. {
  104. shichang.style.display="";
  105. shouhuo.style.display="none";
  106. piaowu.style.display="none";
  107. caiwu.style.display="none";
  108. peisong.style.display="none";
  109. tongji.style.display="none";
  110. ziliao.style.display="none";
  111. }else{
  112. shichang.style.display="none";
  113. }
  114. }
  115. function tongji()
  116. {
  117. var shouhuo = document.getElementById("shouhuo");
  118. var piaowu = document.getElementById("piaowu");
  119. var peisong = document.getElementById("peisong");
  120. var caiwu = document.getElementById("caiwu");
  121. var shichang = document.getElementById("shichang");
  122. var tongji = document.getElementById("tongji");
  123. var ziliao = document.getElementById("ziliao");
  124. if(tongji.style.display!="" )
  125. {
  126. tongji.style.display="";
  127. shouhuo.style.display="none";
  128. piaowu.style.display="none";
  129. caiwu.style.display="none";
  130. peisong.style.display="none";
  131. shichang.style.display="none";
  132. ziliao.style.display="none";
  133. }else{
  134. tongji.style.display="none";
  135. }
  136. }
  137. function ziliao()
  138. {
  139. var shouhuo = document.getElementById("shouhuo");
  140. var piaowu = document.getElementById("piaowu");
  141. var peisong = document.getElementById("peisong");
  142. var caiwu = document.getElementById("caiwu");
  143. var shichang = document.getElementById("shichang");
  144. var tongji = document.getElementById("tongji");
  145. var ziliao = document.getElementById("ziliao");
  146. if(ziliao.style.display!="" )
  147. {
  148. ziliao.style.display="";
  149. shouhuo.style.display="none";
  150. piaowu.style.display="none";
  151. caiwu.style.display="none";
  152. peisong.style.display="none";
  153. shichang.style.display="none";
  154. tongji.style.display="none";
  155. }else{
  156. ziliao.style.display="none";
  157. }
  158. }
  159. </script>
  160. <table BORDER=0 CELLSPACING=0 CELLPADDING=0 COLS=1 WIDTH="104" >
  161. <tr>
  162. <td align="center"><br><font color="#804060">--系统菜单--</font></td>
  163. </tr>
  164. <tr>
  165. <td onclick="shouhuo();" onmousemove="myInfoXmlHttpDoRequest(this.id);this.background='/yuntong/picture/sparebtnon.jpg'" id="left1001" background="/yuntong/picture/img01.jpg" height="28" align="center" style="cursor:hand" onmouseout="this.background='/yuntong/picture/img01.jpg'"><font color="#804020">收货管理</font></td>
  166. </tr>
  167. <tr>
  168. <td align="center"><div id="shouhuo" style="display:none ">
  169. <c:if test="${userLoginInfo.roleSHGL==1}">
  170. <a id="left1002" onmousemove="myInfoXmlHttpDoRequest(this.id);" href="/yuntong/SHGL/y_GoSHGL.do">[收货登记]</a><br>
  171. <a id="left1003" onmousemove="myInfoXmlHttpDoRequest(this.id);" href="/yuntong/SHGL/y_GoDHQR.do">[到货确认]</a><br>
  172. <a href="/yuntong/SHGL/y_GoSHDJ.do" id="left1008" onmousemove="myInfoXmlHttpDoRequest(this.id);">[损货登记]</a><br>
  173. <a id="left1004" onmousemove="myInfoXmlHttpDoRequest(this.id);" href="/yuntong/SHGL/y_GoWGHP.do">[未估价货票]</a>
  174. </c:if>
  175. <c:if test="${userLoginInfo.roleSHGL==0}">
  176. <a onclick="quanxian();" style="cursor:hand" id="left1002" onmousemove="myInfoXmlHttpDoRequest(this.id);">[收货登记]</a><br>
  177. <a onclick="quanxian();" style="cursor:hand" id="left1003" onmousemove="myInfoXmlHttpDoRequest(this.id);">[到货确认]</a><br>
  178. <a onclick="quanxian();" style="cursor:hand" id="left1008" onmousemove="myInfoXmlHttpDoRequest(this.id);">[损货登记]</a><br>
  179. <a onclick="quanxian();" style="cursor:hand" id="left1004" onmousemove="myInfoXmlHttpDoRequest(this.id);">[未估价货票]</a>
  180. </c:if>
  181. </div></td>
  182. </tr>
  183. <tr>
  184. <td onclick="piaowu();" background="/yuntong/picture/img01.jpg" height="28" align="center" style="cursor:hand" id="left2000" onmousemove="myInfoXmlHttpDoRequest(this.id);this.background='/yuntong/picture/sparebtnon.jpg'" onmouseout="this.background='/yuntong/picture/img01.jpg'"><font color="#804020">票务管理</font></td>
  185. </tr>
  186. <tr>
  187. <td align="center"><div id="piaowu" style="display:none">
  188. <c:if test="${userLoginInfo.rolePWGL==1}">
  189. <a href="/yuntong/PWGL/J_FareMath.jsp" id="left2001" onmousemove="myInfoXmlHttpDoRequest(this.id);">[费用估算]</a><br>
  190. <a href="/yuntong/PWGL/j_GetStateAction.do" id="left2003" onmousemove="myInfoXmlHttpDoRequest(this.id);" >[货票充减]</a><br>
  191. <a href="/yuntong/PWGL/J_ShaoShouKuan.jsp">[少收款和赔款]</a><br>
  192. </c:if>
  193. <c:if test="${userLoginInfo.rolePWGL==0}">
  194. <a onclick="quanxian();" style="cursor:hand" id="left2001" onmousemove="myInfoXmlHttpDoRequest(this.id);">[费用估算]</a><br>
  195. <a onclick="quanxian();" style="cursor:hand" id="left2003" onmousemove="myInfoXmlHttpDoRequest(this.id);">[货票充减]</a><br>
  196. <a onclick="quanxian();" style="cursor:hand" id="left2004" onmousemove="myInfoXmlHttpDoRequest(this.id);">[少收款和赔款]</a><br>
  197. </c:if>
  198. </div></td>
  199. </tr>
  200. <tr>
  201. <td onclick="peisong();" id="left2000" onmousemove="myInfoXmlHttpDoRequest(this.id);this.background='/yuntong/picture/sparebtnon.jpg'" background="/yuntong/picture/img01.jpg" height="28" align="center" style="cursor:hand" onmouseout="this.background='/yuntong/picture/img01.jpg'"><font color="#804020">配送管理</font></td>
  202. </tr>
  203. <tr>
  204. <td align="center"><div id="peisong" style="display:none ">
  205. <c:if test="${userLoginInfo.rolePSGL==1}">
  206. <a href="/yuntong/PSGL/g_GoPSGL.do" id="left3001" onmousemove="myInfoXmlHttpDoRequest(this.id);">[车辆登记]</a><br>
  207. <a href="/yuntong/PSGL/g_GoDriverInfo.do" id="left3002" onmousemove="myInfoXmlHttpDoRequest(this.id);">[司机登记]</a><br>
  208. <a href="/yuntong/PSGL/g_GoSJYS.do" id="left3003" onmousemove="myInfoXmlHttpDoRequest(this.id);">[省际运输]</a><br>
  209. <a href="/yuntong/PSGL/g_GoSNPS.do" id="left3004" onmousemove="myInfoXmlHttpDoRequest(this.id);" >[市场配送]</a>
  210. </c:if>
  211. <c:if test="${userLoginInfo.rolePSGL==0}">
  212. <a onclick="quanxian();" style="cursor:hand" id="left3001" onmousemove="myInfoXmlHttpDoRequest(this.id);">[车辆登记]</a><br>
  213. <a onclick="quanxian();" style="cursor:hand" id="left3002" onmousemove="myInfoXmlHttpDoRequest(this.id);">[司机登记]</a><br>
  214. <a onclick="quanxian();" style="cursor:hand" id="left3003" onmousemove="myInfoXmlHttpDoRequest(this.id);">[省际运输]</a><br>
  215. <a onclick="quanxian();" style="cursor:hand" id="left3004" onmousemove="myInfoXmlHttpDoRequest(this.id);" >[市场配送]</a>
  216. </c:if>
  217. </div></td>
  218. </tr>
  219. <tr>
  220. <td onclick="caiwu();" background="/yuntong/picture/img01.jpg" height="28" id="left4000" onmousemove="myInfoXmlHttpDoRequest(this.id);this.background='/yuntong/picture/sparebtnon.jpg'"align="center" style="cursor:hand" onmouseout="this.background='/yuntong/picture/img01.jpg'"><font color="#804020">财务管理</font></td>
  221. </tr>
  222. <tr>
  223. <td align="center"><div id="caiwu" style="display:none ">
  224. <c:if test="${userLoginInfo.roleCWGL==1}">
  225. <a href="/yuntong/Financial/x_Financial.do?test=per" id="left4001" onmousemove="myInfoXmlHttpDoRequest(this.id);">[预收货款]</a><br>
  226. <a href="/yuntong/Financial/x_Financial.do?test=pick" id="left4002" onmousemove="myInfoXmlHttpDoRequest(this.id);" >[提负收费]</a><br>
  227. <a href="/yuntong/Financial/x_Financial.do?test=lose">[损货赔付]</a><br>
  228. <a href="/yuntong/Financial/x_Financial.do?test=few">[少收款登记]</a><br>
  229. <a href="/yuntong/Financial/x_Financial.do?test=ribose">[核 算]</a>
  230. </c:if>
  231. <c:if test="${userLoginInfo.roleCWGL==0}">
  232. <a onclick="quanxian();" style="cursor:hand" id="left4001" onmousemove="myInfoXmlHttpDoRequest(this.id);">[预收货款]</a><br>
  233. <a onclick="quanxian();" style="cursor:hand" id="left4002" onmousemove="myInfoXmlHttpDoRequest(this.id);" >[提负收费]</a><br>
  234. <a onclick="quanxian();" style="cursor:hand">[损货赔付]</a><br>
  235. <a onclick="quanxian();" style="cursor:hand">[少收款登记]</a><br>
  236. <a onclick="quanxian();" style="cursor:hand">[核 算]</a>
  237. </c:if>
  238. </div></td>
  239. </tr>
  240. <tr>
  241. <td onclick="shichang();" background="/yuntong/picture/img01.jpg" height="28" align="center" style="cursor:hand" id="left5000" onmouseout="this.background='/yuntong/picture/img01.jpg'" onmousemove="myInfoXmlHttpDoRequest(this.id);this.background='/yuntong/picture/sparebtnon.jpg'"><font color="#804020">市场管理</font></td>
  242. </tr>
  243. <tr>
  244. <td align="center"><div id="shichang" style="display:none ">
  245. <c:if test="${userLoginInfo.roleSCGL==1}">
  246. <a href="/yuntong/SCGL/m_scgl_1.do" id="left5001" onmousemove="myInfoXmlHttpDoRequest(this.id);">[少收款登记]</a><br>
  247. <a href="/yuntong/SCGL/M_scgll_2.jsp" id="left5002" onmousemove="myInfoXmlHttpDoRequest(this.id);">[退货登记]</a>
  248. </c:if>
  249. <c:if test="${userLoginInfo.roleSCGL==0}">
  250. <a onclick="quanxian();" style="cursor:hand" id="left5001" onmousemove="myInfoXmlHttpDoRequest(this.id);">[少收款登记]</a><br>
  251. <a onclick="quanxian();" style="cursor:hand" id="left5002" onmousemove="myInfoXmlHttpDoRequest(this.id);">[退货登记]</a>
  252. </c:if>
  253. </div></td>
  254. </tr>
  255. <tr>
  256. <td onclick="tongji();" id="left6000" background="/yuntong/picture/img01.jpg" height="28" align="center" style="cursor:hand" onmouseout="this.background='/yuntong/picture/img01.jpg'" onmousemove="myInfoXmlHttpDoRequest(this.id);this.background='/yuntong/picture/sparebtnon.jpg'"><font color="#804020">查询统计</font><br></td>
  257. </tr>
  258. <tr>
  259. <td align="center"><div id="tongji" style="display:none ">
  260. <c:if test="${userLoginInfo.roleTJCX==1}">
  261. <a href="/yuntong/CXTJ/G_cxtj.jsp" id="left6002" onmousemove="myInfoXmlHttpDoRequest(this.id);">[货票查询]</a><br>
  262. <a href="/yuntong/PWGL/j_RigHotLineAction.do" id="left6001" onmousemove="myInfoXmlHttpDoRequest(this.id);">[各项统计]</a>
  263. </c:if>
  264. <c:if test="${userLoginInfo.roleTJCX==0}">
  265. <a onclick="quanxian();" style="cursor:hand" id="left6002" onmousemove="myInfoXmlHttpDoRequest(this.id);">[货票查询]</a><br>
  266. <a onclick="quanxian();" style="cursor:hand" id="left6001" onmousemove="myInfoXmlHttpDoRequest(this.id);">[各项统计]</a>
  267. </c:if>
  268. </div></td>
  269. </tr>
  270. <tr>
  271. <td onclick="ziliao();" background="/yuntong/picture/img01.jpg" height="28" align="center" style="cursor:hand" onmouseout="this.background='/yuntong/picture/img01.jpg'" onmousemove="myInfoXmlHttpDoRequest(this.id);this.background='/yuntong/picture/sparebtnon.jpg'" id="left7000"><font color="#804020">基本资料</font></td>
  272. </tr>
  273. <tr>
  274. <td align="center"><div id="ziliao" style="display:none ">
  275. <c:if test="${userLoginInfo.roleJBZL==1}">
  276. <a href="/yuntong/JBZL/y_GoCZY.do" id="left7001" onmousemove="myInfoXmlHttpDoRequest(this.id);">[操作员]</a><br>
  277. <a href="/yuntong/JBZL/y_GoYHQX.do" id="left7002" onmousemove="myInfoXmlHttpDoRequest(this.id);">[用户权限]</a><br>
  278. <a href="/yuntong/JBZL/y_GoYsyf.do" id="left7004" onmousemove="myInfoXmlHttpDoRequest(this.id);">[运费运时调整]</a><br>
  279. </c:if>
  280. <c:if test="${userLoginInfo.roleJBZL==0}">
  281. <a style="cursor:hand" onclick="quanxian();" id="left7001" onmousemove="myInfoXmlHttpDoRequest(this.id);">[操作员]</a><br>
  282. <a style="cursor:hand" onclick="quanxian();" id="left7002" onmousemove="myInfoXmlHttpDoRequest(this.id);">[用户权限]</a><br>
  283. <a style="cursor:hand" onclick="quanxian();" onmousemove="myInfoXmlHttpDoRequest(this.id);">[运费运时调整]</a><br>
  284. </c:if>
  285. <a href="/yuntong/JBZL/y_GoXGMM.do" id="left7003" onmousemove="myInfoXmlHttpDoRequest(this.id);">[修改密码]</a><br>
  286. </div></td>
  287. </tr>
  288. <tr>
  289. <td background="/yuntong/picture/img01.jpg" height="28" align="center" style="cursor:hand" onmouseout="this.background='/yuntong/picture/img01.jpg'" onmousemove="myInfoXmlHttpDoRequest(this.id);this.background='/yuntong/picture/sparebtnon.jpg'" id="left8000"><font color="#804020">系统帮助</font></td>
  290. </tr>
  291. <tr>
  292. <td background="/yuntong/picture/img01.jpg" height="28" align="center" style="cursor:hand" onmouseout="this.background='/yuntong/picture/img01.jpg'" onmousemove="myInfoXmlHttpDoRequest(this.id);this.background='/yuntong/picture/sparebtnon.jpg'" id="left9000"><a href="/yuntong/y_Logout.do"><font color="#804020">安全注销</font></a></td>
  293. </tr>
  294. </table>