Keine Beschreibung

sendcopy.html 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <script src="../../Script/Common/huayi.load.js"></script>
  6. <script src="../../Script/Common/huayi.config.js"></script>
  7. <link href="../../js/zTree/zTreeStyle.css" rel="stylesheet" />
  8. <link href="../../css/init.css" rel="stylesheet" />
  9. <link href="../css/Search.css" rel="stylesheet">
  10. <title>抄送</title>
  11. <title></title>
  12. <style type="text/css">
  13. .company {
  14. text-align: left;
  15. margin-bottom: 10px;
  16. }
  17. .company span {
  18. font-size: 14px;
  19. padding-top: 20px;
  20. text-align: left;
  21. font-weight: normal;
  22. margin-left: 15px;
  23. vertical-align: middle;
  24. }
  25. .inpBox {
  26. border: 1px solid #a9a9a9;
  27. height: 27px;
  28. width: 85%;
  29. display: inline-block;
  30. position: relative;
  31. vertical-align: middle;
  32. }
  33. ul.ztree {
  34. margin-top: 10px;
  35. width: 85%;
  36. height: 260px;
  37. overflow-y: scroll;
  38. overflow-x: auto;
  39. }
  40. .ztree li span {
  41. border: none;
  42. padding: 0;
  43. margin-left: 0;
  44. }
  45. .ztree a,
  46. .ztree span {
  47. font-size: 14px;
  48. }
  49. .menuContent {
  50. background: #fff;
  51. position: absolute;
  52. width: 100%;
  53. border: 1px solid darkgrey;
  54. right: 0;
  55. top: 26px;
  56. display: none;
  57. z-index: 5;
  58. }
  59. .inps {
  60. width: 100%;
  61. height: 24px;
  62. outline: none;
  63. border: 0;
  64. border-image-width: 0;
  65. padding-right: 22px;
  66. padding-left: 3px;
  67. font-size: 14px;
  68. }
  69. .xl {
  70. display: inline-block;
  71. background: url(../../img/dropDown.png) no-repeat;
  72. height: 100%;
  73. background-position: center center;
  74. width: 20px;
  75. position: absolute;
  76. right: 0;
  77. top: 0px cursor: pointer;
  78. }
  79. </style>
  80. </head>
  81. <body>
  82. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  83. <div class="order_form">
  84. <div class="company form-group col-md-12 clearfix">
  85. <span style="font-weight: bold;">抄送单位:</span>
  86. <div class="inpBox" id="organizer">
  87. <input id="citySel" class="inps" readonly />
  88. <input type="hidden" id="OPID" />
  89. <i class="xl xl_one" id="xl_one"></i>
  90. <div id="menuContent" class="menuContent">
  91. <ul id="treeDemo" class="ztree"></ul>
  92. </div>
  93. </div>
  94. </div>
  95. <div class="form-group col-md-12 clearfix">
  96. <div class="form-group col-md-12">
  97. <label for="order_reception">抄送内容:</label>
  98. <textarea id="neirong" rows="3" cols="20" class="form-control" placeholder="请输入"></textarea>
  99. </div>
  100. </div>
  101. <div class="form-group text-center col-sm-12">
  102. <button type="button" class="btn btn-primary btn-sm" id="save_order">确定</button>
  103. </div>
  104. </form>
  105. </div>
  106. <script src="../../js/autosize/autosize.js"></script>
  107. <script src="../../js/zTree/jquery.ztree.core.js"></script>
  108. <script src="../../js/zTree/jquery.ztree.excheck.min.js"></script>
  109. <script src="js/sendcopy.js"></script>
  110. </body>
  111. </html>