No Description

export.html 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title></title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <script src="../../Script/Common/huayi.load.js"></script>
  8. <script src="../../Script/Common/huayi.config.js"></script>
  9. </head>
  10. <body>
  11. </body>
  12. <script type="text/javascript">
  13. var state = helper.request.queryString("state");
  14. var useraccount = helper.request.queryString("useraccount");
  15. var stime = helper.request.queryString("stime");
  16. var etime = helper.request.queryString("etime");
  17. var wocode = helper.request.queryString("wocode");
  18. var province = helper.request.queryString("province");
  19. var city = helper.request.queryString("city");
  20. var protypeid = helper.request.queryString("protypeid");
  21. var projectid = helper.request.queryString("projectid");
  22. var buildid = helper.request.queryString("buildid");
  23. var floorid = helper.request.queryString("floorid");
  24. var systemid = helper.request.queryString("systemid");
  25. var equipmentid = helper.request.queryString("equipmentid");
  26. var usercode = helper.request.queryString("usercode");
  27. var channel = helper.request.queryString("channel");
  28. var phone = helper.request.queryString("phone");
  29. var score = helper.request.queryString("score");
  30. var Pwcode = helper.request.queryString("Pwcode");
  31. if(state == '9') {
  32. window.location.href = huayi.config.callcenter_url + "equipmentapi/api/worepairbase/excelcswocodelist?stime=" +
  33. stime + "&etime=" + etime + "&phone=" + phone
  34. } else {
  35. window.location.href = huayi.config.callcenter_url + "equipmentapi/api/worepairbase/excelwocodeinfo?useraccount=" +
  36. useraccount + "&stime=" + stime + "&etime=" + etime + "+&wocode=" + wocode + "&province=" + province + "&city=" +
  37. city + "&protypeid=" + protypeid + "&projectid=" + projectid + "&buildid=" + buildid + "&floorid=" + floorid +
  38. "&systemid=" + systemid + "&equipmentid=" + equipmentid + "&usercode=" + usercode + "&channel=" + channel +
  39. "&phone=" + phone + "&state=" + state + "&Pwcode=" + Pwcode + "&score=" + score
  40. }
  41. </script>
  42. </html>