dashboard.html 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  1. <style>
  2. .upLoadText {
  3. margin: 0;
  4. }
  5. .bodyDiv-left {
  6. width: 700px;
  7. display: inline-block;
  8. vertical-align: top;
  9. margin-right: 20px;
  10. }
  11. .padding-17 {
  12. padding: 17px;
  13. }
  14. .bodyDiv-left-top {
  15. height: 368px;
  16. border: 1px solid #9AA2A7;
  17. border-radius: 8px;
  18. background-color: white;
  19. margin-bottom: 20px;
  20. }
  21. .bodyDiv-left-top-tr-3 {
  22. font-size: 16px;
  23. color: RGBA(102, 102, 102, 1);
  24. padding-bottom: 10px;
  25. overflow: hidden;
  26. text-overflow: ellipsis;
  27. display: -webkit-box;
  28. -webkit-line-clamp: 2;
  29. -webkit-box-orient: vertical;
  30. }
  31. .bodyDiv-left-bottom {
  32. height: 208px;
  33. border: 1px solid #9AA2A7;
  34. border-radius: 8px;
  35. background-color: white;
  36. }
  37. .bodyDiv-right {
  38. width: 270px;
  39. display: inline-block;
  40. vertical-align: top;
  41. }
  42. .bodyDiv-right-top {
  43. height: 208px;
  44. border: 1px solid #9AA2A7;
  45. border-radius: 8px;
  46. background-color: white;
  47. margin-bottom: 20px;
  48. background-image: url('./assets/images/bg_baozhang.png');
  49. background-size: 100%;
  50. background-repeat: no-repeat;
  51. /* padding-left: 17px; */
  52. /* padding-right: 17px; */
  53. }
  54. .bodyDiv-right-top-1 {
  55. height: 34px;
  56. /* line-height: 34px; */
  57. font-size: 18px;
  58. color: rgba(51, 51, 51, 1);
  59. text-align: center;
  60. margin-bottom: 34px;
  61. }
  62. .bodyDiv-right-top-2 {
  63. height: 52px;
  64. line-height: 46px;
  65. font-size: 16px;
  66. color: rgba(255, 255, 255, 1);
  67. text-align: center;
  68. background-image: url('./assets/images/bg_woyaobaozhang.png');
  69. background-size: 100%;
  70. background-repeat: no-repeat;
  71. }
  72. .bodyDiv-right-top-3 {
  73. height: 52px;
  74. line-height: 62px;
  75. font-size: 16px;
  76. color: rgba(51, 51, 51, 1);
  77. text-align: center;
  78. background-image: url('./assets/images/bg_wodebaozhang.png');
  79. background-size: 100%;
  80. background-repeat: no-repeat;
  81. }
  82. .bodyDiv-right-bottom {
  83. height: 368px;
  84. border: 1px solid #9AA2A7;
  85. border-radius: 8px;
  86. background-color: white;
  87. }
  88. .bodyDiv-left-top-span-1 {
  89. font-size: 20px;
  90. color: rgba(51, 51, 51, 1);
  91. }
  92. .bodyDiv-left-top-span-2 {
  93. float: right;
  94. font-size: 14px;
  95. color: rgba(26, 61, 100, 1)
  96. }
  97. .bodyDiv-left-bottom-0 {
  98. padding: 0px 24px;
  99. }
  100. .bodyDiv-left-bottom-1 {
  101. height: 34px;
  102. font-size: 16px;
  103. color: #666666;
  104. line-height: 34px;
  105. border-bottom: 1px solid #D1D1D1;
  106. margin-bottom: 10px;
  107. }
  108. .bodyDiv-left-bottom-span-2 {
  109. float: right;
  110. color: #D1D1D1;
  111. }
  112. .textOver {
  113. overflow: hidden;
  114. text-overflow: ellipsis;
  115. white-space: nowrap;
  116. }
  117. .bodyDiv-right-bottom-0 {
  118. /* border-bottom: 1px solid #D1D1D1 */
  119. }
  120. .bodyDiv-right-bottom-1 {
  121. padding-bottom: 10px;
  122. }
  123. .bodyDiv-right-bottom-2 {
  124. height: 20px;
  125. padding-bottom: 10px;
  126. }
  127. .bodyDiv-right-bottom-2-1 {
  128. display: inline-block;
  129. vertical-align: top;
  130. /* padding-bottom: 10px; */
  131. }
  132. .bodyDiv-right-bottom-2-1>img {
  133. width: 20px;
  134. height: 20px;
  135. }
  136. .bodyDiv-right-bottom-2-2 {
  137. display: inline-block;
  138. vertical-align: top;
  139. height: 20px;
  140. line-height: 20px;
  141. font-size: 12px;
  142. color: RGBA(153, 153, 153, 1)
  143. }
  144. .bodyDiv-right-bottom-2-3 {
  145. float: right;
  146. display: inline-block;
  147. vertical-align: top;
  148. height: 20px;
  149. line-height: 20px;
  150. font-size: 12px;
  151. color: rgba(153, 153, 153, 1);
  152. }
  153. .bodyDiv-right-bottom-3 {
  154. font-size: 14px;
  155. color: rgba(102, 102, 102, 1);
  156. /* padding-bottom: 10px; */
  157. overflow: hidden;
  158. text-overflow: ellipsis;
  159. display: -webkit-box;
  160. -webkit-line-clamp: 3;
  161. -webkit-box-orient: vertical;
  162. }
  163. .borderBottom {
  164. border-bottom: 1px solid #d1d1d1;
  165. margin-bottom: 10px;
  166. padding-bottom: 4px;
  167. }
  168. .gengDuo {
  169. color: #d1d1d1 !important;
  170. }
  171. .quesheng {
  172. text-align: center;
  173. padding-top: 50px;
  174. }
  175. </style>
  176. <div>
  177. <div class="bodyDiv-left">
  178. <div class="bodyDiv-left-top padding-17">
  179. <div>
  180. <span class="bodyDiv-left-top-span-1">常见问题</span>
  181. <span class="bodyDiv-left-top-span-2">
  182. <a class="gengDuo" href="#/tab/knowledgeList" ng-click="nevigateChange('常见问题')"> 更多&gt;&gt;</a>
  183. </span>
  184. </div>
  185. <div class="item" ng-if="!solutionLists.length">
  186. <div class="quesheng">
  187. <span class=""> 暂无常见问题</span>
  188. </div>
  189. </div>
  190. <br>
  191. <table width="100%" border="0" cellspacing="0" cellpadding="0" ng-repeat="item in solutionLists">
  192. <tr>
  193. <td width="50" valign="top">
  194. <img src="assets/images/bz_user.jpg" width="36" height="36">
  195. </td>
  196. <td>{{item.title}}</td>
  197. </tr>
  198. <tr>
  199. <td width="50" valign="top">&nbsp;</td>
  200. <td class="more">{{item.createUserName}} 于 {{item.createtime | date:"yyyy-MM-dd HH:mm:ss" }}
  201. 创建 | {{item.releasetime | date:"yyyy-MM-dd HH:mm:ss"}} 发布</td>
  202. </tr>
  203. <tr>
  204. <td width="50" valign="top">&nbsp;</td>
  205. <td class="bodyDiv-left-top-tr-3">摘要 : {{item.fileAbstract}}</td>
  206. <tr>
  207. <td width="50" valign="top">&nbsp;</td>
  208. <td align="right"> </td>
  209. </tr>
  210. <tr>
  211. <td height="20" colspan="2" valign="top" style="border:#999999 dotted;border-width:0px 0px 1px 0px">
  212. </td>
  213. </tr>
  214. <tr>
  215. <td height="20" colspan="2" valign="top"></td>
  216. </tr>
  217. </table>
  218. </div>
  219. <!-- <div class="bodyDiv-left-bottom padding-17">
  220. <div style="padding-bottom: 25px;">
  221. <span class="bodyDiv-left-top-span-1">服务指南</span>
  222. </div>
  223. <div class="bodyDiv-left-bottom-0">
  224. <a ng-href="{{item.url}}" target="_blank" ng-repeat="item in serviceList1">
  225. <div class="bodyDiv-left-bottom-1">
  226. <span class="bodyDiv-left-bottom-span-1">{{item.name}}</span>
  227. <span class="bodyDiv-left-bottom-span-2">&gt;</span>
  228. </div>
  229. </a>
  230. </div>
  231. </div> -->
  232. </div>
  233. <div class="bodyDiv-right">
  234. <div class="bodyDiv-right-top">
  235. <div class="padding-17">
  236. <div class="bodyDiv-right-top-1">
  237. 报障入口
  238. </div>
  239. <a href="#/tab/requesterIndex" ng-click="nevigateChange('我要报障')">
  240. <div class="bodyDiv-right-top-2">
  241. 我要报修
  242. </div>
  243. </a>
  244. <a href="#/tab/requesterList" ng-click="nevigateChange('我的报障')">
  245. <div class="bodyDiv-right-top-3">
  246. 我的报修
  247. </div>
  248. </a>
  249. </div>
  250. </div>
  251. <!-- <div class="bodyDiv-right-bottom padding-17">
  252. <div class="bodyDiv-right-bottom-0">
  253. <div class="bodyDiv-right-bottom-1">
  254. <span class="bodyDiv-left-top-span-1">最新公告</span>
  255. <span class="bodyDiv-left-top-span-2">
  256. <a class="gengDuo" href="#/tab/noticeList" ng-click="nevigateChange('公告列表')"> 更多&gt;&gt;</a>
  257. </span>
  258. </div>
  259. <div class="item" ng-if="!noticeList.length">
  260. <div class="quesheng">
  261. <span class=""> 暂无公告</span>
  262. </div>
  263. </div>
  264. <div class="borderBottom" ng-repeat="item in noticeList">
  265. <div class="bodyDiv-right-bottom-3">
  266. <div class="bodyDiv-right-bottom-2-1">
  267. <img src="./assets/images/icon_liebiao.png" alt="">
  268. </div> {{item.content}}
  269. </div>
  270. <div class="bodyDiv-right-bottom-2">
  271. <div class="bodyDiv-right-bottom-2-2">
  272. {{item.departmentName}}
  273. </div>
  274. <div class="bodyDiv-right-bottom-2-3">
  275. {{item.createTime | filterTime}}
  276. </div>
  277. </div>
  278. </div>
  279. </div>
  280. </div> -->
  281. </div>
  282. </div>
  283. <!-- <table width="100%" border="0" cellspacing="0" cellpadding="0">
  284. <tr>
  285. <td align="center">
  286. <table width="1000" border="0" cellspacing="10">
  287. <tr>
  288. <td width="650" valign="top" class="bg1">
  289. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  290. <tr>
  291. <td class="title2">报障信息</td>
  292. </tr>
  293. </table>
  294. <TABLE width="100%" align="center" bgcolor="#c9deef" border="0" cellspacing="1" cellpadding="5">
  295. <TBODY>
  296. <TR>
  297. <TD bgcolor="#e9f2f9">请求人</TD>
  298. <TD bgcolor="#ffffff"><input name="textfield" type="text" class="input1" id="textfield" ng-model="loginUser.name" disabled="disabled"></TD>
  299. <TD bgcolor="#e9f2f9">电话</TD>
  300. <TD bgcolor="#ffffff"><input name="textfield2" type="text" class="input1" id="textfield2" ng-model="loginUser.mphone" disabled="disabled"></TD>
  301. </TR>
  302. <TR>
  303. <TD bgcolor="#e9f2f9">区域</TD>
  304. <TD bgcolor="#ffffff" style="position: relative;">
  305. <select class="input1" style="width:160px" ng-model="areaSelected" ng-options="areaList.area for areaList in requesterArea" ng-change="getPlace(areaSelected.id)">
  306. <option value="">请选择...</option>
  307. </select>
  308. <div style="position: absolute;width: 100px;top: 8px;left: 10px;background: white;">{{areaSelected.area}}</div>
  309. </TD>
  310. <TD bgcolor="#e9f2f9">地点</TD>
  311. <TD bgcolor="#ffffff" style="position: relative;">
  312. <select class="input1" style="width:160px" ng-model="placeSelected" ng-options="placeList.place for placeList in requesterPlace">
  313. <option value="">请选择...</option>
  314. </select>
  315. <div style="position: absolute;width: 100px;top: 8px;left: 10px;background: white;">{{placeSelected.place}}</div>
  316. </TD>
  317. </TR>
  318. <TR>
  319. <TD bgcolor="#e9f2f9">详细地址</TD>
  320. <TD colspan="3" bgcolor="#ffffff"><input name="textfield3" type="text" class="input1" id="textfield3" size="50" ng-model="loginUser.houseNumber"></TD>
  321. </TR>
  322. <TR>
  323. <TD bgcolor="#e9f2f9">故障类型</TD>
  324. <TD colspan="3" bgcolor="#ffffff" style="position: relative;">
  325. <select class="input1" style="width:160px" ng-model="cListSelect" ng-options="cList.name for cList in classifyList">
  326. <option value="">请选择...</option>
  327. </select>
  328. <div style="position: absolute;width: 100px;top: 8px;left: 10px;background: white;">{{cListSelect.name}}</div>
  329. </TD>
  330. </TR>
  331. <TR>
  332. <TD bgcolor="#e9f2f9">主题</TD>
  333. <TD colspan="3" bgcolor="#ffffff"><input name="textfield4" type="text" class="input1" id="textfield4" size="50" ng-model="theme"></TD>
  334. </TR>
  335. <TR>
  336. <TD bgcolor="#e9f2f9">详细描述</TD>
  337. <TD colspan="3" bgcolor="#ffffff"><textarea name="textfield11" cols="50" rows="10" class="input1" id="textfield11" style="height:100px" ng-model="description"></textarea></TD>
  338. </TR>
  339. <TR>
  340. <TD bgcolor="#e9f2f9">附件</TD>
  341. <TD colspan="3" bgcolor="#ffffff">
  342. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  343. <tr>
  344. <div ng-repeat="item in uploader.queue">
  345. <p ng-show="item.file.type=='image/png'" ng-thumb="{ file: item._file, height: 100 }"></p>
  346. <p ng-show="item.file.type=='image/jpeg'" ng-thumb="{ file: item._file, height: 100 }"></p>
  347. <p ng-show="item.file.type=='image/jpg'" ng-thumb="{ file: item._file, height: 100 }"></p>
  348. <p class="upLoadText" ng-show="uploader.isHTML5">文件名&nbsp;&nbsp;{{ item.file.name }}</p>
  349. <p class="upLoadText" ng-show="uploader.isHTML5" nowrap>文件大小&nbsp;&nbsp;{{ item.file.size/1024/1024|number:2 }} MB</p>
  350. </div>
  351. </tr>
  352. <tr>
  353. <div>
  354. <input type="file" nv-file-select="" uploader="uploader" multiple="">
  355. </div>
  356. </tr>
  357. <tr>
  358. <td class="more">最多上传4张图片,每张不超过5M,支持jpg、png</td>
  359. </tr>
  360. <tr>
  361. <td class="more" ng-if="uploader.getNotUploadedItems().length">
  362. <input type="submit" class="bt2" style="background: #EA641D; color: black;" id="button2" value="取 消" ng-click="uploader.clearQueue()" ng-disabled="!uploader.queue.length" disabled="disabled">
  363. </td>
  364. </tr>
  365. </table>
  366. </TD>
  367. </TR>
  368. </TBODY>
  369. </TABLE>
  370. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  371. <tr>
  372. <td height="60" align="center" valign="bottom"><input type="button" class="bt1" id="button" value="提 交" ng-click="submit()">
  373. </td>
  374. </tr>
  375. </table>
  376. </td>
  377. <td valign="top" class="bg1">
  378. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  379. <tr>
  380. <td class="title2">最新知识</td>
  381. </tr>
  382. </table>
  383. <table width="100%" border="0" cellspacing="0" cellpadding="0" ng-repeat="item in solutionList">
  384. <tr>
  385. <td width="50" valign="top"><img src="assets/images/bz_user.jpg" width="36" height="36"></td>
  386. <td>{{item.createUserName}}</td>
  387. </tr>
  388. <tr>
  389. <td width="50" valign="top">&nbsp;</td>
  390. <td class="more">{{item.updatetime | date:"yyyy-MM-dd HH:mm:ss"}}</td>
  391. </tr>
  392. <tr>
  393. <td width="50" valign="top">&nbsp;</td>
  394. <td>
  395. <span ng-bind-html="item.content"></span>
  396. </td>
  397. </tr>
  398. <tr>
  399. <td height="20" colspan="2" valign="top" style="border:#999999 dotted;border-width:0px 0px 1px 0px"></td>
  400. </tr>
  401. <tr>
  402. <td height="20" colspan="2" valign="top"></td>
  403. </tr>
  404. </table>
  405. </td>
  406. </tr>
  407. </table>
  408. </td>
  409. </tr>
  410. </table> -->