index.ejs 97 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689
  1. <link href="/public/css/bootstrap/bootstrap-colorpicker.min.css" rel="stylesheet">
  2. <div class="panel-content" style="background:#2c3237 !important">
  3. <div class="panel-title fluid border-top-0" style="background:#2c3237 !important">
  4. <div class="title-main d-flex justify-content-between">
  5. <div class="d-inline-block mr-2">
  6. <div class="btn-group" id="first-category">
  7. <button type="button" class="btn btn-sm btn-outline-dark text-white dropdown-toggle" data-cid="" data-value="" data-toggle="dropdown">全部</button>
  8. <div class="dropdown-menu" aria-labelledby="zhankai">
  9. <a class="dropdown-item select-cate" data-value="" href="javascript:void(0);">全部</a>
  10. <% if (categoryData.length > 0 && categoryData[0].value.length > 0) { %>
  11. <% for (const c of categoryData[0].value) { %>
  12. <a class="dropdown-item select-cate" data-cid="<%- c.cid %>" data-value="<%- c.id %>" href="javascript:void(0);"><%- c.value %></a>
  13. <% } %>
  14. <% } %>
  15. </div>
  16. </div>
  17. <% if (categoryData[1] && categoryData[1].value.length > 0) { %>
  18. <div class="btn-group" id="second-category" style="display: none">
  19. <button type="button" class="btn btn-sm btn-outline-dark text-white dropdown-toggle" data-cid="" data-value="" data-toggle="dropdown">全部</button>
  20. <div class="dropdown-menu" aria-labelledby="zhankai">
  21. <a class="dropdown-item select-cate" data-value="" href="javascript:void(0);">全部</a>
  22. <% for (const c of categoryData[1].value) { %>
  23. <a class="dropdown-item select-cate" data-cid="<%- c.cid %>" data-value="<%- c.id %>" href="javascript:void(0);"><%- c.value %></a>
  24. <% } %>
  25. </div>
  26. </div>
  27. <% } %>
  28. <% if (categoryData[2] && categoryData[2].value.length > 0) { %>
  29. <div class="btn-group" id="third-category" style="display: none">
  30. <button type="button" class="btn btn-sm btn-outline-dark text-white dropdown-toggle" data-cid="" data-value="" data-toggle="dropdown">全部</button>
  31. <div class="dropdown-menu" aria-labelledby="zhankai">
  32. <a class="dropdown-item select-cate" data-value="" href="javascript:void(0);">全部</a>
  33. <% for (const c of categoryData[2].value) { %>
  34. <a class="dropdown-item select-cate" data-cid="<%- c.cid %>" data-value="<%- c.id %>" href="javascript:void(0);"><%- c.value %></a>
  35. <% } %>
  36. </div>
  37. </div>
  38. <% } %>
  39. </div>
  40. <div>
  41. <a href="javascript:void(0)" title="全屏显示" id="showFull" class="text-white"><i class="fa fa-arrows-alt"></i></a>
  42. <div class="btn-group">
  43. <button type="button" class="btn btn-sm btn-outline-dark text-white dropdown-toggle" data-toggle="dropdown" id="zhankai">决策大屏<span><%- ctx.session.sessionProject.dataCollect %></span></button>
  44. <div class="dropdown-menu" aria-labelledby="zhankai">
  45. <% for (const i of projectData.data_collect_pages) { %>
  46. <a class="dropdown-item change-collect" href="javascript:void(0)" data-collect="<%- i %>">决策大屏<%- i %></a>
  47. <% } %>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. <div class="content-wrap" id="big-data">
  54. <div style="height: 30px;background-color: #2c3237; display: none" id="exitfull-div">
  55. <div class="title-main d-flex">
  56. <div class="ml-auto">
  57. <div class="dropdown d-flex float-left mt-1 mr-2">
  58. <button id="exitFull" class="btn btn-sm btn-secondary ml-auto">退出全屏</button>
  59. </div>
  60. </div>
  61. </div>
  62. </div>
  63. <div class="c-body" style="background:#2c3237 !important">
  64. <div class="flex-content" data-content="1" <% if (ctx.session.sessionProject.dataCollect !== 1 && ctx.session.sessionProject.dataCollect !== 3) { %>style="display: none"<% } %>>
  65. <div class="row">
  66. <div class="col-3 pr-0">
  67. <div class="left-content">
  68. <div class="left-card-content">
  69. <div class="height-20 mb-2">
  70. <div class="card text-center bg-dark text-white ml-2 mr-2 py-1 height-100">
  71. <div class="card-body card-per-body">
  72. <div class="row">
  73. <div class="col-6">
  74. <h5 class="card-title card-case-title data_tender_num">0</h5>
  75. <p class="card-text card-case-text text-muted">标段个数</p>
  76. </div>
  77. <div class="col-6">
  78. <h5 class="card-title card-case-title data_tender_rate">0%</h5>
  79. <p class="card-text card-case-text text-muted">计量进度</p>
  80. </div>
  81. </div>
  82. </div>
  83. </div>
  84. </div>
  85. <div class="height-20 mb-2">
  86. <div class="card text-center bg-dark text-white ml-2 mr-2 py-2 height-100">
  87. <div class="card-body card-per-body">
  88. <h5 class="card-title card-case-title data_total_price">0.00</h5>
  89. <p class="card-text card-case-text text-muted">台帐金额</p>
  90. </div>
  91. </div>
  92. </div>
  93. <div class="height-20 mb-2">
  94. <div class="card text-center bg-dark text-white ml-2 mr-2 py-2 height-100">
  95. <div class="card-body card-per-body">
  96. <h5 class="card-title card-case-title data_total_change_price">0.00</h5>
  97. <p class="card-text text-muted">累计变更金额</p>
  98. </div>
  99. </div>
  100. </div>
  101. <div class="height-20 mb-2">
  102. <div class="card text-center bg-dark text-white ml-2 mr-2 py-2 height-100">
  103. <div class="card-body card-per-body">
  104. <h5 class="card-title card-case-title data_total_stage_price">0.00</h5>
  105. <p class="card-text text-muted">累计完成金额</p>
  106. </div>
  107. </div>
  108. </div>
  109. <div class="height-20">
  110. <div class="card text-center bg-dark text-white ml-2 mr-2 height-100">
  111. <div class="card-body card-per-body">
  112. <h5 class="card-title card-case-title data_total_material_price">0.00</h5>
  113. <p class="card-text text-muted">材料调差</p>
  114. </div>
  115. </div>
  116. </div>
  117. </div>
  118. <!--饼图-->
  119. <div class="left-chart">
  120. <div class="card height-100 bg-dark mt-2 ml-2 mr-2">
  121. <div id="jechart" style="height: 100%; width: 100%;"></div>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. <div class="col-6 pl-0 pr-0">
  127. <div class="center-content mr-2">
  128. <div class="center-chart-content">
  129. <div class="center-di">
  130. <div class="card bg-dark height-100">
  131. <div class="jlchart" data-chart-num="1" id="jlchart" style="height: 100%; width: 100%; <% if (ctx.session.sessionProject.dataCollect === 3) { %>display:none;<% } %>"></div>
  132. <div class="di-content mb-2" id="map1" style="background: #343A40; width: 100%; <% if (ctx.session.sessionProject.dataCollect === 1) { %>display:none;<% } %>">
  133. </div>
  134. </div>
  135. </div>
  136. <div class="center-chart">
  137. <div class="card height-100 bg-dark mt-2">
  138. <div class="jlchart" data-chart-num="2" id="jlchart" style="height: 100%; width: 100%; <% if (ctx.session.sessionProject.dataCollect === 1) { %>display:none;<% } %>"></div>
  139. <div class="di-content mb-2" <% if (ctx.session.sessionProject.dataCollect === 3) { %>style="display:none;"<% } %>>
  140. <div class="jldbchart" data-chart-num="1" id="jldbchart" style="height: 100%; width: 100%;"></div>
  141. </div>
  142. </div>
  143. </div>
  144. </div>
  145. <div class="center-table">
  146. <div class="card height-100 bg-dark mt-2">
  147. <h6 class="bg-dark text-center text-white m-0 py-3">标段明细数据</h6>
  148. <div class="tablebox">
  149. <table id="tableId">
  150. <thead>
  151. <tr>
  152. <th>标段</th>
  153. <th>期数</th>
  154. <th>0号台帐</th>
  155. <th>本期完成</th>
  156. <th>截至本期完成</th>
  157. <th>本期应付</th>
  158. <th>截至本期应付</th>
  159. </tr>
  160. </thead>
  161. <tbody id="stage-data">
  162. </tbody>
  163. </table>
  164. <table id="tableId1"></table>
  165. </div>
  166. </div>
  167. </div>
  168. </div>
  169. </div>
  170. <div class="col-3 pl-0">
  171. <div class="right-content">
  172. <div class="right-chart-content">
  173. <div class="right-month">
  174. <h6 class="card bg-dark text-center text-white m-0 pt-2 pb-3">本月审批统计</h6>
  175. <div class="row right-month-height">
  176. <div class="col-6 pr-0 height-50">
  177. <div class="card text-center bg-dark text-white border-right-0 border-botton-0 height-100">
  178. <div class="card-body card-small-body height-100">
  179. <h5 class="card-title card-approve-title height-50"><span class="month_stage_num">0</span><small class="small-text">期</small></h5>
  180. <p class="card-text text-muted height-50">计量期</p>
  181. </div>
  182. </div>
  183. </div>
  184. <div class="col-6 pl-0 height-50">
  185. <div class="card text-center bg-dark text-white border-botton-0 height-100">
  186. <div class="card-body card-small-body height-100">
  187. <h5 class="card-title card-approve-title height-50"><span class="month_change_num">0</span><small class="small-text">条</small></h5>
  188. <p class="card-text text-muted height-50">变更令</p>
  189. </div>
  190. </div>
  191. </div>
  192. <div class="col-6 pr-0 height-50">
  193. <div class="card text-center bg-dark text-white border-right-0 border-top-0 height-100">
  194. <div class="card-body card-small-body height-100">
  195. <h5 class="card-title card-approve-title height-50"><span class="month_revise_num">0</span><small class="small-text">次</small></h5>
  196. <p class="card-text text-muted height-50">台帐修订</p>
  197. </div>
  198. </div>
  199. </div>
  200. <div class="col-6 pl-0 height-50">
  201. <div class="card text-center bg-dark text-white border-top-0 height-100">
  202. <div class="card-body card-small-body height-100">
  203. <h5 class="card-title card-approve-title height-50"><span class="month_material_num">0</span><small class="small-text">期</small></h5>
  204. <p class="card-text text-muted height-50">材料调差</p>
  205. </div>
  206. </div>
  207. </div>
  208. </div>
  209. </div>
  210. <div class="right-chart">
  211. <div class="card height-100 bg-dark">
  212. <div class="jlwcdchart" id="jlwcdchart" style="height: 100%; width: 100%;"></div>
  213. </div>
  214. </div>
  215. </div>
  216. <div class="right-biaoduan">
  217. <div class="card height-100 bg-dark mt-2">
  218. <h6 class="bg-dark text-center text-white m-0 py-3">标段审批信息</h6>
  219. <div id="review_box" class="m-0 p-3 mb-2">
  220. <ul class="list-unstyled" id="comment1">
  221. <% for (const notice of noticeList) { %>
  222. <% if(notice.type === pushType.stage) { %>
  223. <li class="media pb-3 mb-3 border-bottom-grey-1">
  224. <div class="media-body">
  225. <div class="row">
  226. <div class="col-2"><span class="badge badge-success">计量审批</span></div>
  227. <div class="col-10 text-white">
  228. <a href="/tender/<%- notice.tid %>" class="text-white"><%- notice.name %></a>
  229. <a href="/tender/<%- notice.tid %>/measure/stage/<%- notice.order %>" class="text-white">第<%- notice.order %>期 </a>
  230. <span class="<%- acStage.statusClass[notice.status] %>"><%- acStage.statusString[notice.status]%></span>
  231. </div>
  232. </div>
  233. <p class="mt-1 mb-0 text-white"><%- notice.su_name %><small class="ml-1 text-muted"><%- (notice.su_role ? '- ' + notice.su_role : '') %></small>
  234. <span class="pull-right text-muted"><%- ctx.helper.formatFullDate(notice.create_time) %></span>
  235. </p>
  236. </div>
  237. </li>
  238. <% } else if(notice.type === pushType.material) { %>
  239. <li class="media pb-3 mb-3 border-bottom-grey-1">
  240. <div class="media-body">
  241. <div class="row">
  242. <div class="col-2"><span class="badge badge-secondary">材料调差</span></div>
  243. <div class="col-10 text-white">
  244. <a href="/tender/<%- notice.tid %>" class="text-white"><%- notice.name %></a>
  245. <a href="/tender/<%- notice.tid %>/measure/material/<%- notice.order %>" class="text-white">第<%- notice.order %>期 </a>
  246. <span class="<%- acMaterial.statusClass[notice.status] %>"><%- acMaterial.statusString[notice.status]%></span>
  247. </div>
  248. </div>
  249. <p class="mt-1 mb-0 text-white"><%- notice.su_name %><small class="ml-1 text-muted"><%- (notice.su_role ? '- ' + notice.su_role : '') %></small>
  250. <span class="pull-right text-muted"><%- ctx.helper.formatFullDate(notice.create_time) %></span>
  251. </p>
  252. </div>
  253. </li>
  254. <% } else if(notice.type === pushType.ledger) { %>
  255. <li class="media pb-3 mb-3 border-bottom-grey-1">
  256. <div class="media-body">
  257. <div class="row">
  258. <div class="col-2"><span class="badge badge-info">台账审批</span></div>
  259. <div class="col-10 text-white">
  260. <a data-id="<%- notice.id %>"href="/tender/<%- notice.tid %>/ledger" class="text-white"><%- notice.name %></a> <span class="<%- acLedger.statusClass[notice.status] %>"><%- acLedger.statusString[notice.status]%></span>
  261. </div>
  262. </div>
  263. <p class="mt-1 mb-0 text-white"><%- notice.su_name %><small class="ml-1 text-muted"><%- (notice.su_role ? '- ' + notice.su_role : '') %></small>
  264. <span class="pull-right text-muted"><%- ctx.helper.formatFullDate(notice.create_time) %></span>
  265. </p>
  266. </div>
  267. </li>
  268. <% } else if(notice.type === pushType.revise) { %>
  269. <li class="media pb-3 mb-3 border-bottom-grey-1">
  270. <div class="media-body">
  271. <div class="row">
  272. <div class="col-2"><span class="badge badge-info">台账修订</span></div>
  273. <div class="col-10 text-white">
  274. <a href="/tender/<%- notice.tid %>" class="text-white"><%- notice.name %></a>
  275. <a href="/tender/<%- notice.tid %>/revise/info" class="text-white">台账修订(第<%- notice.corder %>次)</a>
  276. <span class="<%- acRevise.statusClass[notice.status] %>"><%- acRevise.statusString[notice.status]%></span>
  277. </div>
  278. </div>
  279. <p class="mt-1 mb-0 text-white"><%- notice.su_name %><small class="ml-1 text-muted"><%- (notice.su_role ? '- ' + notice.su_role : '') %></small>
  280. <span class="pull-right text-muted"><%- ctx.helper.formatFullDate(notice.create_time) %></span>
  281. </p>
  282. </div>
  283. </li>
  284. <% } else if(notice.type === pushType.change){ %>
  285. <li class="media pb-3 mb-3 border-bottom-grey-1">
  286. <div class="media-body">
  287. <div class="row">
  288. <div class="col-2"><span class="badge badge-danger">变更审批</span></div>
  289. <div class="col-10 text-white">
  290. <a href="/tender/<%- notice.tid %>" class="text-white"><%- notice.name %></a>
  291. <a href="/tender/<%- notice.tid %>/change/<%- notice.cid %>/information" class="text-white"><%- notice.c_code %> </a>
  292. <span class="<%- acChange.statusClass[notice.status] %>"><%- acChange.statusString[notice.status]%></span>
  293. </div>
  294. </div>
  295. <p class="mt-1 mb-0 text-white"><%- notice.su_name %><small class="ml-1 text-muted"><%- (notice.su_role ? '- ' + notice.su_role : '') %></small>
  296. <span class="pull-right text-muted"><%- ctx.helper.formatFullDate(notice.create_time) %></span>
  297. </p>
  298. </div>
  299. </li>
  300. <% } else if(notice.type === pushType.advance) { %>
  301. <li class="media pb-3 mb-3 border-bottom-grey-1">
  302. <div class="media-body">
  303. <div class="row">
  304. <div class="col-2"><span class="badge badge-warning">预付款</span></div>
  305. <div class="col-10 text-white">
  306. <a href="/tender/<%- notice.tid %>" class="text-white"><%- notice.name %></a>
  307. <a href="/tender/<%- notice.tid %>/advance/<%- notice.vid %>/detail" class="text-white">第<%- notice.order %>期</a>
  308. <span class="<%- acAdvance.statusClass[notice.status] %>"><%- acAdvance.statusString[notice.status]%></span>
  309. </div>
  310. </div>
  311. <p class="mt-1 mb-0 text-white"><%- notice.su_name %><small class="ml-1 text-muted"><%- (notice.su_role ? '- ' + notice.su_role : '') %></small>
  312. <span class="pull-right text-muted"><%- ctx.helper.formatFullDate(notice.create_time) %></span>
  313. </p>
  314. </div>
  315. </li>
  316. <% } %>
  317. <% } %>
  318. </ul>
  319. <ul id="comment2"></ul>
  320. </div>
  321. </div>
  322. </div>
  323. </div>
  324. </div>
  325. </div>
  326. </div>
  327. <div class="flex-content" data-content="2" <% if (ctx.session.sessionProject.dataCollect !== 2 && ctx.session.sessionProject.dataCollect !== 4) { %>style="display: none"<% } %>>
  328. <div class="mx-3">
  329. <div class="row">
  330. <div class="col-6 pr-1">
  331. <div class="left-content">
  332. <div class="left-small-card-content ml-3">
  333. <div class="row height-100">
  334. <div class="col-4 pl-0">
  335. <div class="card text-center bg-dark text-white ml-0 mr-0 height-100">
  336. <div class="card-body card-per-body">
  337. <div class="row height-100">
  338. <div class="col-6">
  339. <h5 class="card-title card-case-title data_tender_num">0</h5>
  340. <p class="card-text card-case-text text-muted">标段个数</p>
  341. </div>
  342. <div class="col-6">
  343. <h5 class="card-title card-case-title data_tender_rate">0%</h5>
  344. <p class="card-text card-case-text text-muted">计量进度</p>
  345. </div>
  346. </div>
  347. </div>
  348. </div>
  349. </div>
  350. <div class="col-4 pl-0">
  351. <div class="card text-center bg-dark text-white height-100">
  352. <div class="card-body card-per-body">
  353. <h5 class="card-title card-case-title data_total_price">0.00</h5>
  354. <p class="card-text card-case-text text-muted">台帐金额</p>
  355. </div>
  356. </div>
  357. </div>
  358. <div class="col-4 pl-0">
  359. <div class="card text-center bg-dark text-white height-100">
  360. <div class="card-body card-per-body">
  361. <h5 class="card-title card-case-title data_total_change_price">0.00</h5>
  362. <p class="card-text text-muted">累计变更金额</p>
  363. </div>
  364. </div>
  365. </div>
  366. </div>
  367. </div>
  368. <div class="left-big-chart-content">
  369. <div class="card height-60 bg-dark mt-2 mb-2">
  370. <div class="jlchart" id="jlchart" style="height: 100%; width: 100%;"></div>
  371. </div>
  372. <div class="height-36">
  373. <div class="row height-100">
  374. <div class="col-6 pr-2">
  375. <div class="left-bottom-chart height-100">
  376. <div class="card height-100 bg-dark">
  377. <div class="jlwcdchart" id="jlwcdchart" style="height: 100%; width: 100%;"></div>
  378. </div>
  379. </div>
  380. </div>
  381. <div class="col-6 pl-0">
  382. <div class="left-bottom-chart height-100">
  383. <div class="card height-100 bg-dark">
  384. <div id="tztjchart" style="height: 100%; width: 100%;"></div>
  385. </div>
  386. </div>
  387. </div>
  388. </div>
  389. </div>
  390. </div>
  391. </div>
  392. </div>
  393. <div class="col-6 pl-1 pr-0">
  394. <div class="right-content">
  395. <div class="right-small-card-content mx-3">
  396. <div class="row height-100">
  397. <div class="col-4 pl-0">
  398. <div class="card text-center bg-dark text-white mb-2 height-100">
  399. <div class="card-body card-per-body">
  400. <h5 class="card-title card-case-title data_total_stage_price">0.00</h5>
  401. <p class="card-text card-case-text text-muted">累计完成金额</p>
  402. </div>
  403. </div>
  404. </div>
  405. <div class="col-4 pl-0">
  406. <div class="card text-center bg-dark text-white height-100">
  407. <div class="card-body card-per-body">
  408. <h5 class="card-title card-case-title data_total_advance_price">0.00</h5>
  409. <p class="card-text card-case-text text-muted">预付款</p>
  410. </div>
  411. </div>
  412. </div>
  413. <div class="col-4 pl-0">
  414. <div class="card text-center bg-dark text-white height-100">
  415. <div class="card-body card-per-body">
  416. <h5 class="card-title card-case-title data_total_material_price">0.00</h5>
  417. <p class="card-text card-case-text text-muted">材料调差</p>
  418. </div>
  419. </div>
  420. </div>
  421. </div>
  422. </div>
  423. <div class="right-big-chart-content mr-3">
  424. <div class="height-60 mt-2">
  425. <div class="card height-100 bg-dark">
  426. <div class="jldbchart" data-chart-num="2" id="jldbchart" style="height: 100%; width: 100%; <% if (ctx.session.sessionProject.dataCollect === 4) { %>display:none;<% } %>"></div>
  427. <div class="di-content mb-2" id="map2" style="height: 100%; width: 100%; <% if (ctx.session.sessionProject.dataCollect === 2) { %>display:none;<% } %>"></div>
  428. </div>
  429. </div>
  430. <div class="height-36 mt-2">
  431. <div class="height-100 right-bottom-50-fl">
  432. <div class="left-bd-scroll height-100 mr-1">
  433. <div class="card bg-dark height-100">
  434. <h6 class="bg-dark text-center text-white m-0 py-3">标段审批信息</h6>
  435. <div id="review_box2" class="m-0 p-3 mb-2 height-100">
  436. <ul class="list-unstyled" id="comment3">
  437. <% for (const notice of noticeList) { %>
  438. <% if(notice.type === pushType.stage) { %>
  439. <li class="media pb-3 mb-3 border-bottom-grey-1">
  440. <div class="media-body">
  441. <div class="row">
  442. <div class="col-2"><span class="badge badge-success">计量审批</span></div>
  443. <div class="col-10 text-white">
  444. <a href="/tender/<%- notice.tid %>" class="text-white"><%- notice.name %></a>
  445. <a href="/tender/<%- notice.tid %>/measure/stage/<%- notice.order %>" class="text-white">第<%- notice.order %>期 </a>
  446. <span class="<%- acStage.statusClass[notice.status] %>"><%- acStage.statusString[notice.status]%></span>
  447. </div>
  448. </div>
  449. <p class="mt-1 mb-0 text-white"><%- notice.su_name %><small class="ml-1 text-muted"><%- (notice.su_role ? '- ' + notice.su_role : '') %></small>
  450. <span class="pull-right text-muted"><%- ctx.helper.formatFullDate(notice.create_time) %></span>
  451. </p>
  452. </div>
  453. </li>
  454. <% } else if(notice.type === pushType.material) { %>
  455. <li class="media pb-3 mb-3 border-bottom-grey-1">
  456. <div class="media-body">
  457. <div class="row">
  458. <div class="col-2"><span class="badge badge-secondary">材料调差</span></div>
  459. <div class="col-10 text-white">
  460. <a href="/tender/<%- notice.tid %>" class="text-white"><%- notice.name %></a>
  461. <a href="/tender/<%- notice.tid %>/measure/material/<%- notice.order %>" class="text-white">第<%- notice.order %>期 </a>
  462. <span class="<%- acMaterial.statusClass[notice.status] %>"><%- acMaterial.statusString[notice.status]%></span>
  463. </div>
  464. </div>
  465. <p class="mt-1 mb-0 text-white"><%- notice.su_name %><small class="ml-1 text-muted"><%- (notice.su_role ? '- ' + notice.su_role : '') %></small>
  466. <span class="pull-right text-muted"><%- ctx.helper.formatFullDate(notice.create_time) %></span>
  467. </p>
  468. </div>
  469. </li>
  470. <% } else if(notice.type === pushType.ledger) { %>
  471. <li class="media pb-3 mb-3 border-bottom-grey-1">
  472. <div class="media-body">
  473. <div class="row">
  474. <div class="col-2"><span class="badge badge-info">台账审批</span></div>
  475. <div class="col-10 text-white">
  476. <a data-id="<%- notice.id %>"href="/tender/<%- notice.tid %>/ledger" class="text-white"><%- notice.name %></a> <span class="<%- acLedger.statusClass[notice.status] %>"><%- acLedger.statusString[notice.status]%></span>
  477. </div>
  478. </div>
  479. <p class="mt-1 mb-0 text-white"><%- notice.su_name %><small class="ml-1 text-muted"><%- (notice.su_role ? '- ' + notice.su_role : '') %></small>
  480. <span class="pull-right text-muted"><%- ctx.helper.formatFullDate(notice.create_time) %></span>
  481. </p>
  482. </div>
  483. </li>
  484. <% } else if(notice.type === pushType.revise) { %>
  485. <li class="media pb-3 mb-3 border-bottom-grey-1">
  486. <div class="media-body">
  487. <div class="row">
  488. <div class="col-2"><span class="badge badge-info">台账修订</span></div>
  489. <div class="col-10 text-white">
  490. <a href="/tender/<%- notice.tid %>" class="text-white"><%- notice.name %></a>
  491. <a href="/tender/<%- notice.tid %>/revise/info" class="text-white">台账修订(第<%- notice.corder %>次)</a>
  492. <span class="<%- acRevise.statusClass[notice.status] %>"><%- acRevise.statusString[notice.status]%></span>
  493. </div>
  494. </div>
  495. <p class="mt-1 mb-0 text-white"><%- notice.su_name %><small class="ml-1 text-muted"><%- (notice.su_role ? '- ' + notice.su_role : '') %></small>
  496. <span class="pull-right text-muted"><%- ctx.helper.formatFullDate(notice.create_time) %></span>
  497. </p>
  498. </div>
  499. </li>
  500. <% } else if(notice.type === pushType.change){ %>
  501. <li class="media pb-3 mb-3 border-bottom-grey-1">
  502. <div class="media-body">
  503. <div class="row">
  504. <div class="col-2"><span class="badge badge-danger">变更审批</span></div>
  505. <div class="col-10 text-white">
  506. <a href="/tender/<%- notice.tid %>" class="text-white"><%- notice.name %></a>
  507. <a href="/tender/<%- notice.tid %>/change/<%- notice.cid %>/information" class="text-white"><%- notice.c_code %> </a>
  508. <span class="<%- acChange.statusClass[notice.status] %>"><%- acChange.statusString[notice.status]%></span>
  509. </div>
  510. </div>
  511. <p class="mt-1 mb-0 text-white"><%- notice.su_name %><small class="ml-1 text-muted"><%- (notice.su_role ? '- ' + notice.su_role : '') %></small>
  512. <span class="pull-right text-muted"><%- ctx.helper.formatFullDate(notice.create_time) %></span>
  513. </p>
  514. </div>
  515. </li>
  516. <% } else if(notice.type === pushType.advance) { %>
  517. <li class="media pb-3 mb-3 border-bottom-grey-1">
  518. <div class="media-body">
  519. <div class="row">
  520. <div class="col-2"><span class="badge badge-warning">预付款</span></div>
  521. <div class="col-10 text-white">
  522. <a href="/tender/<%- notice.tid %>" class="text-white"><%- notice.name %></a>
  523. <a href="/tender/<%- notice.tid %>/advance/<%- notice.vid %>/detail" class="text-white">第<%- notice.order %>期</a>
  524. <span class="<%- acAdvance.statusClass[notice.status] %>"><%- acAdvance.statusString[notice.status]%></span>
  525. </div>
  526. </div>
  527. <p class="mt-1 mb-0 text-white"><%- notice.su_name %><small class="ml-1 text-muted"><%- (notice.su_role ? '- ' + notice.su_role : '') %></small>
  528. <span class="pull-right text-muted"><%- ctx.helper.formatFullDate(notice.create_time) %></span>
  529. </p>
  530. </div>
  531. </li>
  532. <% } %>
  533. <% } %>
  534. </ul>
  535. <ul id="comment4"></ul>
  536. </div>
  537. </div>
  538. </div>
  539. </div>
  540. <div class="height-100 right-bottom-50-fl">
  541. <div class="right-month height-100 ml-1">
  542. <h6 class="card bg-dark text-center text-white m-0 py-3">本月审批统计</h6>
  543. <div class="row right-month-height">
  544. <div class="col-6 pr-0">
  545. <div class="card text-center bg-dark text-white border-right-0 border-botton-0 height-100">
  546. <div class="card-body card-small-body">
  547. <h5 class="card-title card-approve-title height-50"><span class="month_stage_num">0</span><small class="small-text">期</small></h5>
  548. <p class="card-text text-muted height-50">计量期</p>
  549. </div>
  550. </div>
  551. </div>
  552. <div class="col-6 pl-0">
  553. <div class="card text-center bg-dark text-white border-botton-0 height-100">
  554. <div class="card-body card-small-body">
  555. <h5 class="card-title card-approve-title height-50"><span class="month_change_num">0</span><small class="small-text">条</small></h5>
  556. <p class="card-text text-muted height-50">变更令</p>
  557. </div>
  558. </div>
  559. </div>
  560. <div class="col-6 pr-0">
  561. <div class="card text-center bg-dark text-white border-right-0 border-top-0 height-100">
  562. <div class="card-body card-small-body">
  563. <h5 class="card-title card-approve-title height-50"><span class="month_revise_num">0</span><small class="small-text">次</small></h5>
  564. <p class="card-text text-muted height-50">台帐修订</p>
  565. </div>
  566. </div>
  567. </div>
  568. <div class="col-6 pl-0">
  569. <div class="card text-center bg-dark text-white border-top-0 height-100">
  570. <div class="card-body card-small-body">
  571. <h5 class="card-title card-approve-title height-50"><span class="month_material_num">0</span><small class="small-text">期</small></h5>
  572. <p class="card-text text-muted height-50">材料调差</p>
  573. </div>
  574. </div>
  575. </div>
  576. </div>
  577. </div>
  578. </div>
  579. </div>
  580. </div>
  581. </div>
  582. </div>
  583. </div>
  584. </div>
  585. </div>
  586. </div>
  587. </div>
  588. </div>
  589. <script src="/public/js/datacollect_scroll.js"></script>
  590. <script type="text/javascript"> autoFlashHeight();</script>
  591. <script type="text/javascript">
  592. // 分类金额饼图表
  593. var myChart1 = echarts.init(document.getElementById('jechart'), 'dark');
  594. option1 = {
  595. tooltip : {
  596. trigger: 'item',
  597. formatter: "{a} <br/>{b} : {c} ({d}%)"
  598. },
  599. title: {
  600. text: '金额统计图',
  601. left: 'center',
  602. top:'7%'
  603. },
  604. color: ['rgba(38, 217, 217,0.7)','rgba(78, 139, 229,0.7)',
  605. 'rgba(78, 229, 139,0.7)','rgba(108, 78, 229,0.7)',
  606. 'rgba(58,207,221,0.7)','rgba(164, 229, 78,0.7)',
  607. 'rgba(199, 78, 229,0.7)', 'rgba(229, 92, 174, 0.7)',
  608. 'rgba(229, 214, 78, 0.7)', 'rgba(241, 87, 96, 0.7)',
  609. 'rgba(242, 179, 82, 0.7)'],
  610. backgroundColor: '#343a40 ',
  611. // tooltip: {
  612. // trigger: 'item'
  613. // },
  614. // legend: {
  615. // orient: 'vertical',
  616. // left: 'center',
  617. // },
  618. series: [
  619. {
  620. name: '台账金额',
  621. type: 'pie',
  622. radius: '60%',
  623. top:'15%',
  624. formatter: function(name){
  625. return name.length>10?name.substr(0,10)+"...":name;
  626. },
  627. data: [],
  628. emphasis: {
  629. itemStyle: {
  630. shadowBlur: 10,
  631. shadowOffsetX: 0,
  632. shadowColor: 'rgba(0, 0, 0, 0.5)'
  633. }
  634. }
  635. }
  636. ]
  637. };
  638. myChart1.setOption(option1);
  639. // 计量情况柱状图表
  640. // var myChart2 = echarts.init(document.getElementsByClassName('jlchart')[0], 'dark');
  641. option2 = {
  642. title: {
  643. text: '计量情况',
  644. left: 'center',
  645. top:'5%'
  646. },
  647. color: ['rgba(38, 217, 217,0.7)','rgba(78, 139, 229,0.7)',
  648. 'rgba(78, 229, 139,0.7)','rgba(108, 78, 229,0.7)',
  649. 'rgba(58,207,221,0.7)','rgba(164, 229, 78,0.7)',
  650. 'rgba(199, 78, 229,0.7)', 'rgba(229, 92, 174, 0.7)',
  651. 'rgba(229, 214, 78, 0.7)', 'rgba(241, 87, 96, 0.7)',
  652. 'rgba(242, 179, 82, 0.7)'],
  653. backgroundColor: '#343a40 ',
  654. tooltip: {
  655. trigger: 'axis',
  656. axisPointer: { // 坐标轴指示器,坐标轴触发有效
  657. type: 'shadow' // 默认为直线,可选为:'line' | 'shadow'
  658. }
  659. },
  660. dataZoom: [
  661. {
  662. brushSelect:false,
  663. // zoomLock: false,
  664. type: 'slider',
  665. show: true,
  666. realtime: true,
  667. showdetail: false,
  668. showDataShadow: false,
  669. // dataZoomIndex: 10,
  670. start: 0,
  671. end: 8,
  672. handleSize: 0,
  673. height: 10,
  674. bottom: '10%',
  675. },
  676. // {
  677. // // realtime: true,
  678. // type: 'slider',
  679. // show: true,
  680. // realtime: true,
  681. // showdetail: false,
  682. // showDataShadow: false,
  683. // // dataZoomIndex: 10,
  684. // start: 0,
  685. // end: 8,
  686. // handleSize: 0,
  687. // bottom:30,
  688. // height:10,
  689. // }
  690. ],
  691. legend: {
  692. data: ['台帐', '合同计量', '变更计量'],
  693. top:'17%'
  694. },
  695. grid: {
  696. top:'25%',
  697. left: '3%',
  698. right: '4%',
  699. bottom: '15%',
  700. containLabel: true
  701. },
  702. xAxis: [
  703. {
  704. type: 'category',
  705. data: [],
  706. axisLabel: {
  707. show: true,
  708. interval: 0,
  709. textStyle: {
  710. color: "#fff",
  711. fontSize: 14
  712. },
  713. formatter: function(value) {
  714. var res = value;
  715. if(res.length > 8) {
  716. res = res.substring(0, 6) + "..";
  717. }
  718. return res;
  719. }
  720. }
  721. }
  722. ],
  723. yAxis: [
  724. {
  725. type: 'value',
  726. name:'金额',
  727. position: 'left',
  728. axisLabel : {
  729. formatter: function (value, index) {
  730. if (value < 0) {
  731. let newValue = Math.abs(value);
  732. if (newValue >= 10000 && newValue < 10000000) {
  733. newValue = newValue / 10000 + "万";
  734. } else if (newValue >= 10000000) {
  735. newValue = newValue / 10000000 + "千万";
  736. }
  737. value = '-' + newValue;
  738. }
  739. if (value >= 10000 && value < 10000000) {
  740. value = value / 10000 + "万";
  741. } else if (value >= 10000000) {
  742. value = value / 10000000 + "千万";
  743. }
  744. return value;
  745. }
  746. },
  747. splitArea : {show : true}
  748. },
  749. // {
  750. // type: 'value',
  751. // name:'完成度',
  752. // position: 'right',
  753. // min:0,
  754. // max:100,
  755. // axisLabel : {
  756. // formatter: '{value} %'
  757. // },
  758. // splitArea : {show : true}
  759. // }
  760. ],
  761. series: [
  762. {
  763. name: '台帐',
  764. type: 'bar',
  765. emphasis: {
  766. focus: 'series'
  767. },
  768. data: []
  769. },
  770. {
  771. name: '合同计量',
  772. type: 'bar',
  773. stack: '计量',
  774. emphasis: {
  775. focus: 'series'
  776. },
  777. data: []
  778. },
  779. {
  780. name: '变更计量',
  781. type: 'bar',
  782. stack: '计量',
  783. emphasis: {
  784. focus: 'series'
  785. },
  786. data: []
  787. }
  788. ]
  789. };
  790. var chart2 = document.getElementsByClassName('jlchart');
  791. var myChart2_1 = echarts.init(chart2[0], 'dark');
  792. var myChart2_2 = echarts.init(chart2[1], 'dark');
  793. var myChart2_3 = echarts.init(chart2[2], 'dark');
  794. myChart2_1.setOption(option2);
  795. myChart2_2.setOption(option2);
  796. myChart2_3.setOption(option2);
  797. // myChart2.setOption(option);
  798. // 计量完成度统计柱状图表
  799. // var myChart3 = echarts.init(document.getElementsByClassName('jlwcdchart')[0], 'dark');
  800. option3 = {
  801. title: {
  802. text: '计量完成度统计',
  803. left: 'center',
  804. top:'5%'
  805. },
  806. color: ['rgba(38, 217, 217,0.7)','rgba(78, 139, 229,0.7)',
  807. 'rgba(78, 229, 139,0.7)','rgba(108, 78, 229,0.7)',
  808. 'rgba(58,207,221,0.7)','rgba(164, 229, 78,0.7)',
  809. 'rgba(199, 78, 229,0.7)', 'rgba(229, 92, 174, 0.7)',
  810. 'rgba(229, 214, 78, 0.7)', 'rgba(241, 87, 96, 0.7)',
  811. 'rgba(242, 179, 82, 0.7)'],
  812. backgroundColor: '#343a40 ',
  813. tooltip: {
  814. trigger: 'axis',
  815. axisPointer: { // Use axis to trigger tooltip
  816. type: 'shadow' // 'shadow' as default; can also be 'line' or 'shadow'
  817. }
  818. },
  819. grid: {
  820. left: '10%',
  821. right: '10%',
  822. bottom: '3%',
  823. containLabel: true
  824. },
  825. xAxis: {
  826. type: 'value'
  827. },
  828. yAxis: {
  829. type: 'category',
  830. data: [],
  831. axisLabel: {
  832. show: true,
  833. interval: 0,
  834. // textStyle: {
  835. // color: "#fff",
  836. // fontSize: 14
  837. // },
  838. formatter: function(value) {
  839. var res = value;
  840. if(res.length > 8) {
  841. res = res.substring(0, 6) + "..";
  842. }
  843. return res;
  844. }
  845. }
  846. },
  847. dataZoom: [
  848. {
  849. brushSelect:false,
  850. start: 0,
  851. end: 10,
  852. type: 'slider',
  853. show: true,
  854. handleSize: 0,
  855. realtime: true,
  856. showDetail: false,
  857. // filterMode: 'empty',
  858. yAxisIndex: [0,1],
  859. width: 10,
  860. height: '80%',
  861. right: '5%',
  862. bottom:'2%'
  863. },
  864. ],
  865. series: [
  866. {
  867. name: '完成度',
  868. type: 'bar',
  869. stack: 'total',
  870. label: {
  871. show: true
  872. },
  873. emphasis: {
  874. focus: 'series'
  875. },
  876. data: []
  877. }
  878. ]
  879. };
  880. var chart3 = document.getElementsByClassName('jlwcdchart');
  881. var myChart3_1 = echarts.init(chart3[0], 'dark');
  882. var myChart3_2 = echarts.init(chart3[1], 'dark');
  883. myChart3_1.setOption(option3);
  884. myChart3_2.setOption(option3);
  885. // 计量对比线形图表
  886. option4 = {
  887. title: {
  888. text: '计量对比',
  889. left: 'center',
  890. top:'5%'
  891. },
  892. color: ['rgba(38, 217, 217,0.7)','rgba(78, 139, 229,0.7)',
  893. 'rgba(78, 229, 139,0.7)','rgba(108, 78, 229,0.7)',
  894. 'rgba(58,207,221,0.7)','rgba(164, 229, 78,0.7)',
  895. 'rgba(199, 78, 229,0.7)', 'rgba(229, 92, 174, 0.7)',
  896. 'rgba(229, 214, 78, 0.7)', 'rgba(241, 87, 96, 0.7)',
  897. 'rgba(242, 179, 82, 0.7)'],
  898. backgroundColor: '#343a40 ',
  899. tooltip: {
  900. trigger: 'axis',
  901. axisPointer: {
  902. type: 'cross',
  903. label: {
  904. backgroundColor: '#6a7985'
  905. }
  906. }
  907. },
  908. legend: {
  909. data: ['本月计量', '累计计量'],
  910. top:'15%'
  911. },
  912. grid: {
  913. top:'25%',
  914. left: '3%',
  915. right: '4%',
  916. bottom: '15%',
  917. containLabel: true
  918. },
  919. xAxis: [
  920. {
  921. type: 'category',
  922. boundaryGap: false,
  923. data: []
  924. }
  925. ],
  926. yAxis: [
  927. {
  928. type: 'value',
  929. axisLabel : {
  930. formatter: function (value, index) {
  931. if (value < 0) {
  932. let newValue = Math.abs(value);
  933. if (newValue >= 10000 && newValue < 10000000) {
  934. newValue = newValue / 10000 + "万";
  935. } else if (newValue >= 10000000) {
  936. newValue = newValue / 10000000 + "千万";
  937. }
  938. value = '-' + newValue;
  939. }
  940. if (value >= 10000 && value < 10000000) {
  941. value = value / 10000 + "万";
  942. } else if (value >= 10000000) {
  943. value = value / 10000000 + "千万";
  944. }
  945. return value;
  946. }
  947. },
  948. }
  949. ],
  950. dataZoom: [
  951. {
  952. brushSelect: false,
  953. showdetail: false,
  954. show: true,
  955. realtime: true,
  956. dataZoomIndex: 10,
  957. start: 0,
  958. end: 5,
  959. handleSize: 0,
  960. height: 10,
  961. bottom: '10%'
  962. },
  963. ],
  964. series: [
  965. {
  966. name: '本月计量',
  967. type: 'line',
  968. stack: '总量',
  969. areaStyle: {},
  970. emphasis: {
  971. focus: 'series'
  972. },
  973. data: []
  974. },
  975. {
  976. name: '累计计量',
  977. type: 'line',
  978. stack: '总量',
  979. areaStyle: {},
  980. emphasis: {
  981. focus: 'series'
  982. },
  983. data: []
  984. }
  985. ]
  986. };
  987. var chart4 = document.getElementsByClassName('jldbchart');
  988. var myChart4_1 = echarts.init(chart4[0], 'dark');
  989. var myChart4_2 = echarts.init(chart4[1], 'dark');
  990. myChart4_1.setOption(option4);
  991. myChart4_2.setOption(option4);
  992. // for (var i = 0; i < chart4.length; i++) {
  993. // var myChart4 = echarts.init(chart4[i], 'dark');
  994. // myChart4.setOption(option);
  995. // }
  996. // 投资统计分析圆饼图表
  997. var myChart5 = echarts.init(document.getElementById('tztjchart'), 'dark');
  998. option5 = {
  999. title: {
  1000. text: '投资统计分析',
  1001. left: 'center',
  1002. top:'7%'
  1003. },
  1004. color: ['rgba(38, 217, 217,0.7)','rgba(78, 139, 229,0.7)',
  1005. 'rgba(78, 229, 139,0.7)','rgba(108, 78, 229,0.7)',
  1006. 'rgba(58,207,221,0.7)','rgba(164, 229, 78,0.7)',
  1007. 'rgba(199, 78, 229,0.7)', 'rgba(229, 92, 174, 0.7)',
  1008. 'rgba(229, 214, 78, 0.7)', 'rgba(241, 87, 96, 0.7)',
  1009. 'rgba(242, 179, 82, 0.7)'],
  1010. backgroundColor: '#343a40 ',
  1011. tooltip: {
  1012. trigger: 'item',
  1013. },
  1014. series: [
  1015. {
  1016. name: '访问来源',
  1017. type: 'pie',
  1018. top:'15%',
  1019. bottom:'10%',
  1020. radius: <% if (categoryData && categoryData[2] && categoryData[2].value.length > 0) { %>['0%', '30%']<% } else if (categoryData && categoryData[1] && categoryData[1].value.length > 0) { %>['0%', '50%']<% } else { %>['0%', '85%']<% } %>,
  1021. // label: {
  1022. // position: 'inner',
  1023. // fontSize: 14
  1024. // },
  1025. label:{
  1026. show:false
  1027. },
  1028. labelLine: {
  1029. show: true
  1030. },
  1031. formatter: function(name){
  1032. return name.length>10?name.substr(0,10)+"...":name;
  1033. },
  1034. data: [
  1035. ]
  1036. },
  1037. {
  1038. name: '访问来源',
  1039. type: 'pie',
  1040. top:'15%',
  1041. bottom:'10%',
  1042. radius: <% if (categoryData && categoryData[2] && categoryData[2].value.length > 0) { %>['30%', '60%']<% } else { %>['50%', '85%']<% } %>,
  1043. // label: {
  1044. // position: 'inner',
  1045. // fontSize: 14
  1046. // },
  1047. label:{
  1048. show:false
  1049. },
  1050. labelLine: {
  1051. show: true,
  1052. },
  1053. formatter: function(name){
  1054. return name.length>10?name.substr(0,10)+"...":name;
  1055. },
  1056. data: [
  1057. ]
  1058. },
  1059. {
  1060. name: '访问来源',
  1061. type: 'pie',
  1062. top:'15%',
  1063. bottom:'10%',
  1064. radius: ['60%', '85%'],
  1065. // label: {
  1066. // position: 'inner',
  1067. // fontSize: 14
  1068. // },
  1069. label:{
  1070. show:false
  1071. },
  1072. labelLine: {
  1073. show: true
  1074. },
  1075. formatter: function(name){
  1076. return name.length>10?name.substr(0,10)+"...":name;
  1077. },
  1078. data: [
  1079. ]
  1080. }
  1081. ]
  1082. };
  1083. myChart5.setOption(option5);
  1084. function echartsReset() {
  1085. myChart1.resize();
  1086. myChart2_1.resize();
  1087. myChart2_2.resize();
  1088. myChart2_3.resize();
  1089. myChart3_1.resize();
  1090. myChart3_2.resize();
  1091. myChart4_1.resize();
  1092. myChart4_2.resize();
  1093. myChart5.resize();
  1094. }
  1095. $(function () {
  1096. $('#showFull').click(function () {
  1097. const full=document.getElementById("big-data");
  1098. launchIntoFullscreen(full);
  1099. });
  1100. $('#exitFull').click(function () {
  1101. exitFullscreen();
  1102. })
  1103. })
  1104. $(window).resize(echartsReset);
  1105. // 数据全屏
  1106. function launchIntoFullscreen(element) {
  1107. if(element.requestFullscreen){
  1108. element.requestFullscreen();
  1109. }
  1110. else if(element.mozRequestFullScreen) {
  1111. element.mozRequestFullScreen();
  1112. }
  1113. else if(element.webkitRequestFullscreen) {
  1114. element.webkitRequestFullscreen();
  1115. }
  1116. else if(element.msRequestFullscreen) {
  1117. element.msRequestFullscreen();
  1118. }
  1119. }
  1120. function exitFullscreen() {
  1121. if(document.exitFullscreen) {
  1122. document.exitFullscreen();
  1123. } else if(document.mozCancelFullScreen) {
  1124. document.mozCancelFullScreen();
  1125. } else if(document.webkitExitFullscreen) {
  1126. document.webkitExitFullscreen();
  1127. }
  1128. }
  1129. document.addEventListener("fullscreenchange", function (event) {
  1130. if (document.fullscreenElement) {
  1131. $('#exitfull-div').show();
  1132. $('#showFull').hide();
  1133. } else {
  1134. $('#exitfull-div').hide();
  1135. $('#showFull').show();
  1136. }
  1137. });
  1138. </script>
  1139. <!--<script src="/public/js/map/turf.min.js"></script>-->
  1140. <!--<script src="/public/js/map/gcoord.js"></script>-->
  1141. <!--<script type="text/javascript" src="https://api.map.baidu.com/api?v=1.0&type=webgl&ak=C3hLZAjuWTaCdwnwoYY83APrwlPEj4v7"></script>-->
  1142. <script>
  1143. // let map1, map2;
  1144. // function loadScript() {
  1145. // var script = document.createElement("script");
  1146. // script.src = "https://api.map.baidu.com/api?v=1.0&type=webgl&ak=C3hLZAjuWTaCdwnwoYY83APrwlPEj4v7&callback=initialize";
  1147. // document.body.appendChild(script);
  1148. // }
  1149. // window.onload = loadScript;
  1150. // const map1 = new BMapGL.Map("map1");
  1151. // const map2 = new BMapGL.Map("map2");
  1152. // map1.enableScrollWheelZoom(true);
  1153. // map1.setMapStyleV2({styleId: '20d4aea41cf71387395f2dc835f1c4b6'});
  1154. // map2.enableScrollWheelZoom(true);
  1155. // map2.setMapStyleV2({styleId: '20d4aea41cf71387395f2dc835f1c4b6'});
  1156. const originDataCollect = parseInt('<%- ctx.session.sessionProject.dataCollect %>');
  1157. const category = JSON.parse(unescape('<%- escape(JSON.stringify(categoryData)) %>'));
  1158. <!--const mapJson = JSON.parse(unescape('<%- escape(JSON.stringify(map_json)) %>'));-->
  1159. let tenders = '';
  1160. // let noticeList = '';
  1161. $(function () {
  1162. postData('/datacollect/load', {}, function (result) {
  1163. tenders = result.tenderList;
  1164. const chart_option5_data = {
  1165. data1: [],
  1166. data2: [],
  1167. data3: [],
  1168. }
  1169. const chart_category_data = {
  1170. data1: [],
  1171. data2: [],
  1172. data3: [],
  1173. }
  1174. let option5_is_tender = false;
  1175. // 设置圆环图5数据,还要设置圆环图大小
  1176. if (category && category.length > 0) {
  1177. if (category[0] && category[0].value.length > 0) {
  1178. for (const c of category[0].value) {
  1179. chart_category_data.data1.push([{
  1180. cid: category[0].id,
  1181. value: c.id,
  1182. }]);
  1183. chart_option5_data.data1.push({
  1184. value: 0,
  1185. name: c.value,
  1186. });
  1187. }
  1188. }
  1189. if (category[1] && category[1].value.length > 0) {
  1190. for (const c of category[1].value) {
  1191. for (const cc1 of chart_category_data.data1) {
  1192. chart_category_data.data2.push([...cc1, {
  1193. cid: category[1].id,
  1194. value: c.id,
  1195. }]);
  1196. }
  1197. for (const cd1 of chart_option5_data.data1) {
  1198. chart_option5_data.data2.push({
  1199. value: 0,
  1200. name: cd1.name + ' ' + c.value,
  1201. });
  1202. }
  1203. }
  1204. }
  1205. if (category[2] && category[2].value.length > 0) {
  1206. for (const c of category[2].value) {
  1207. for (const cc2 of chart_category_data.data2) {
  1208. chart_category_data.data3.push([...cc2, {
  1209. cid: category[2].id,
  1210. value: c.id,
  1211. }]);
  1212. }
  1213. for (const cd2 of chart_option5_data.data2) {
  1214. chart_option5_data.data3.push({
  1215. value: 0,
  1216. name: cd2.name + ' ' + c.value,
  1217. });
  1218. }
  1219. }
  1220. }
  1221. } else {
  1222. option5_is_tender = true;
  1223. }
  1224. for (const t of tenders) {
  1225. calculateTender(t);
  1226. if (option5_is_tender) {
  1227. if (t.total_price) chart_option5_data.data1.push({ value: t.total_price, name: t.name});
  1228. } else {
  1229. for (const cc1 of chart_category_data.data1) {
  1230. const sameObject = _.intersectionWith(t.category, cc1, _.isEqual);
  1231. const index = sameObject[0] ? _.findIndex(cc1, { cid: sameObject[0].cid, value: sameObject[0].value }) : -1;
  1232. if (index !== -1) {
  1233. chart_option5_data.data1[index].value = ZhCalc.add(chart_option5_data.data1[index].value, (t.total_price ? t.total_price : 0));
  1234. }
  1235. }
  1236. for (const cc2 of chart_category_data.data2) {
  1237. const sameObject = _.intersectionWith(t.category, cc2, _.isEqual);
  1238. if(sameObject.length === 2) {
  1239. const index = _.findIndex(chart_category_data.data2, function (item) {
  1240. return _.isEqual(item, sameObject);
  1241. })
  1242. if (index !== -1) {
  1243. chart_option5_data.data2[index].value = ZhCalc.add(chart_option5_data.data2[index].value, (t.total_price ? t.total_price : 0));
  1244. }
  1245. }
  1246. }
  1247. for (const cc3 of chart_category_data.data3) {
  1248. const sameObject = _.intersectionWith(t.category, cc3, _.isEqual);
  1249. if(sameObject.length === 3) {
  1250. const index = _.findIndex(chart_category_data.data3, function (item) {
  1251. return _.isEqual(item, sameObject);
  1252. })
  1253. if (index !== -1) {
  1254. chart_option5_data.data3[index].value = ZhCalc.add(chart_option5_data.data3[index].value, (t.total_price ? t.total_price : 0));
  1255. }
  1256. }
  1257. }
  1258. }
  1259. }
  1260. const option5 = myChart5.getOption();
  1261. option5.series[0].data = _.filter(chart_option5_data.data1, function (item) {
  1262. return item.value !== 0;
  1263. });
  1264. option5.series[1].data = _.filter(chart_option5_data.data2, function (item) {
  1265. return item.value !== 0;
  1266. });
  1267. option5.series[2].data = _.filter(chart_option5_data.data3, function (item) {
  1268. return item.value !== 0;
  1269. });
  1270. myChart5.setOption(option5);
  1271. // const selectCategory = {
  1272. // cid: category && category[0].value ? category[0].id : ,
  1273. // }
  1274. // const categoryName =
  1275. if (category && category.length > 0) {
  1276. if (category[0] && category[0].value.length > 0) {
  1277. for (const [i, fc] of category[0].value.entries()) {
  1278. const fcCategory = {cid: fc.cid, value: fc.id};
  1279. if (_.findIndex(tenders, function (item) {
  1280. return _.findIndex(item.category, fcCategory) !== -1;
  1281. }) === -1) {
  1282. $('#first-category .select-cate').eq(i + 1).hide();
  1283. } else {
  1284. $('#first-category .select-cate').eq(i + 1).show();
  1285. }
  1286. }
  1287. }
  1288. }
  1289. setData(tenders, 0);
  1290. })
  1291. function calculateTender(tender) {
  1292. if (tender.lastStage) {
  1293. tender.gather_tp = ZhCalc.add(tender.lastStage.contract_tp, tender.lastStage.qc_tp);
  1294. tender.end_contract_tp = ZhCalc.add(tender.lastStage.pre_contract_tp, tender.lastStage.contract_tp);
  1295. tender.end_qc_tp = ZhCalc.add(tender.lastStage.pre_qc_tp, tender.lastStage.qc_tp);
  1296. tender.end_gather_tp = ZhCalc.add(tender.end_contract_tp, tender.end_qc_tp);
  1297. tender.pre_gather_tp = ZhCalc.add(tender.lastStage.pre_contract_tp, tender.lastStage.pre_qc_tp);
  1298. tender.yf_tp = ZhCalc.add(tender.lastStage.yf_tp);
  1299. tender.end_yf_tp = ZhCalc.add(tender.lastStage.pre_yf_tp, tender.yf_tp);
  1300. }
  1301. }
  1302. function setData(tenderList, categoryIndex = 0) {
  1303. let total_price = 0;
  1304. let total_change_price = 0;
  1305. let total_stage_price = 0;
  1306. let total_advance_price = 0;
  1307. let total_material_price = 0;
  1308. let month_stage_num = 0;
  1309. let month_change_num = 0;
  1310. let month_revise_num = 0;
  1311. let month_material_num = 0;
  1312. let html = '';
  1313. const chart_option_name = [];
  1314. const chart_option2_data = {
  1315. total_price: [],
  1316. contract_tp:[],
  1317. qc_tp:[],
  1318. };
  1319. const chart_option3_data = [];
  1320. const chart_option1_data = [];
  1321. let option1_is_tender = false;
  1322. const chart_category_data = [];
  1323. if (category && category.length > 0 && category[categoryIndex] && category[categoryIndex].value.length > 0) {
  1324. for (const c of category[categoryIndex].value) {
  1325. chart_category_data.push({
  1326. cid: category[categoryIndex].id,
  1327. value: c.id,
  1328. });
  1329. chart_option1_data.push({
  1330. value: 0,
  1331. name: c.value,
  1332. });
  1333. }
  1334. } else {
  1335. option1_is_tender = true;
  1336. }
  1337. const chart_option4_data = [];
  1338. for(const t of tenderList) {
  1339. total_price = ZhCalc.add(total_price, t.total_price);
  1340. total_change_price = ZhCalc.add(total_change_price, t.end_qc_tp);
  1341. total_stage_price = ZhCalc.add(total_stage_price, t.end_gather_tp);
  1342. total_material_price = ZhCalc.add(total_material_price, t.material_tp);
  1343. total_advance_price = ZhCalc.add(total_advance_price, t.advance_tp);
  1344. month_stage_num = ZhCalc.add(month_stage_num, t.month_stage_num);
  1345. month_change_num = ZhCalc.add(month_change_num, t.month_change_num);
  1346. month_revise_num = ZhCalc.add(month_revise_num, t.month_revise_num);
  1347. month_material_num = ZhCalc.add(month_material_num, t.month_material_num);
  1348. html += '<tr>\n' +
  1349. ' <td><span data-toggle="tooltip" data-placement="right" data-original-title="'+ t.name +'">'+ (t.name.length > 15 ? t.name.substring(0, 15) + '...' : t.name) +'</span></td>\n' +
  1350. ' <td>第'+ (t.lastStage ? t.lastStage.order : 0) +'期</td>\n' +
  1351. ' <td>'+ (t.total_price ? t.total_price : 0) +'</td>\n' +
  1352. ' <td>'+ (t.gather_tp ? t.gather_tp : 0) +'</td>\n' +
  1353. ' <td>'+ (t.end_gather_tp ? t.end_gather_tp : 0) +'</td>\n' +
  1354. ' <td>'+ (t.yf_tp ? t.yf_tp : 0) +'</td>\n' +
  1355. ' <td>'+ (t.end_yf_tp ? t.end_yf_tp : 0) +'</td>\n' +
  1356. ' </tr>\n';
  1357. chart_option_name.push(t.name);
  1358. chart_option2_data.total_price.push(t.total_price ? t.total_price : 0);
  1359. chart_option2_data.contract_tp.push(t.end_contract_tp ? t.end_contract_tp : 0);
  1360. chart_option2_data.qc_tp.push(t.end_qc_tp ? t.end_qc_tp : 0);
  1361. const rate = ZhCalc.mul(ZhCalc.div(ZhCalc.add(t.pre_gather_tp, t.gather_tp), t.total_price, 2), 100, 0);
  1362. chart_option3_data.push(rate ? rate : '');
  1363. if (option1_is_tender) {
  1364. if(t.total_price) chart_option1_data.push({ value: t.total_price, name: t.name});
  1365. } else {
  1366. const sameObject = _.intersectionWith(t.category, chart_category_data, _.isEqual);
  1367. const index = sameObject[0] ? _.findIndex(chart_category_data, { cid: sameObject[0].cid, value: sameObject[0].value }) : -1;
  1368. if (index !== -1) {
  1369. chart_option1_data[index].value = ZhCalc.add(chart_option1_data[index].value, (t.total_price ? t.total_price : 0));
  1370. }
  1371. }
  1372. for (const s of t.month_stage) {
  1373. const index = _.findIndex(chart_option4_data, { yearmonth: s.yearmonth });
  1374. if (index === -1) {
  1375. chart_option4_data.push({
  1376. yearmonth: s.yearmonth,
  1377. tp: s.tp,
  1378. end_tp: s.end_tp,
  1379. })
  1380. // chart_option4_data.yearmonth.push(s.yearmonth);
  1381. // chart_option4_data.tp.push(s.tp);
  1382. // chart_option4_data.end_tp.push(s.end_tp);
  1383. } else {
  1384. // chart_option4_data.tp[index].tp = ZhCalc.add(chart_option4_data.tp[index].tp, s.tp);
  1385. // chart_option4_data.tp[index].end_tp = ZhCalc.add(chart_option4_data.tp[index].end_tp, s.end_tp);
  1386. chart_option4_data[index].tp = ZhCalc.add(chart_option4_data[index].tp, s.tp);
  1387. chart_option4_data[index].end_tp = ZhCalc.add(chart_option4_data[index].end_tp, s.end_tp);
  1388. }
  1389. }
  1390. }
  1391. console.log(tenderList);
  1392. $('.data_tender_num').text(tenderList.length);
  1393. const rate = total_price ? ZhCalc.round(ZhCalc.div(total_stage_price, total_price) * 100, 2) : 0;
  1394. $('.data_tender_rate').text(rate ? rate + '%' : '0%');
  1395. $('.data_total_price').text(formatMoney(total_price));
  1396. $('.data_total_change_price').text(formatMoney(total_change_price));
  1397. $('.data_total_stage_price').text(formatMoney(total_stage_price));
  1398. $('.data_total_advance_price').text(formatMoney(total_advance_price));
  1399. $('.data_total_material_price').text(formatMoney(total_material_price));
  1400. $('.month_stage_num').text(month_stage_num);
  1401. $('.month_change_num').text(month_change_num);
  1402. $('.month_revise_num').text(month_revise_num);
  1403. $('.month_material_num').text(month_material_num);
  1404. // 滚动数据
  1405. $('#stage-data').html(html);
  1406. // if (originDataCollect === 1 || originDataCollect === 2) {
  1407. tableScroll('tableId', '100%', 30, 7);
  1408. // }
  1409. $('[data-toggle="tooltip"]').tooltip();
  1410. // 图表数据赋值
  1411. const option2 = myChart2_1.getOption();
  1412. option2.dataZoom[0].start = 0;
  1413. option2.dataZoom[0].end = computedPosition(tenderList.length);
  1414. option2.xAxis[0].data = chart_option_name;
  1415. option2.series[0].data = chart_option2_data.total_price;
  1416. option2.series[1].data = chart_option2_data.contract_tp;
  1417. option2.series[2].data = chart_option2_data.qc_tp;
  1418. option2.series[2].data = chart_option2_data.qc_tp;
  1419. if (tenderList.length >= 8) {
  1420. option2.dataZoom[0].show = true;
  1421. } else {
  1422. option2.dataZoom[0].show = false;
  1423. }
  1424. myChart2_1.setOption(option2);
  1425. myChart2_2.setOption(option2);
  1426. myChart2_3.setOption(option2);
  1427. const option3 = myChart3_1.getOption();
  1428. option3.dataZoom[0].start = 0;
  1429. option3.dataZoom[0].end = computedPosition(tenderList.length);
  1430. option3.yAxis[0].data = chart_option_name;
  1431. option3.series[0].data = chart_option3_data;
  1432. if (tenderList.length >= 8) {
  1433. option3.dataZoom[0].show = true;
  1434. // option3.dataZoom[0].bottom = '10%';
  1435. // option3.grid.bottom = '15%';
  1436. } else {
  1437. option3.dataZoom[0].show = false;
  1438. // option3.dataZoom[0].bottom = '0%';
  1439. // option3.grid.bottom = '3%';
  1440. }
  1441. myChart3_1.setOption(option3);
  1442. myChart3_2.setOption(option3);
  1443. const option1 = myChart1.getOption();
  1444. option1.series[0].data = _.filter(chart_option1_data, function (item) {
  1445. return item.value !== 0;
  1446. });
  1447. myChart1.setOption(option1);
  1448. const option4_data = {
  1449. yearmonth: [],
  1450. tp: [],
  1451. end_tp: [],
  1452. }
  1453. if (chart_option4_data.length > 0) {
  1454. // chart_option4_data 排序
  1455. const new_chart_option4_data = _.sortBy(chart_option4_data, 'yearmonth');
  1456. for (const [i,c4] of new_chart_option4_data.entries()) {
  1457. option4_data.yearmonth.push(c4.yearmonth);
  1458. option4_data.tp.push(c4.tp);
  1459. if(i !== 0) {
  1460. option4_data.end_tp.push(ZhCalc.add(c4.tp, option4_data.end_tp[i-1]));
  1461. } else {
  1462. option4_data.end_tp.push(c4.tp);
  1463. }
  1464. }
  1465. }
  1466. const option4 = myChart4_1.getOption();
  1467. option4.dataZoom[0].start = 0;
  1468. option4.dataZoom[0].end = computedPosition(option4_data.yearmonth.length);
  1469. option4.xAxis[0].data = option4_data.yearmonth;
  1470. option4.series[0].data = option4_data.tp;
  1471. option4.series[1].data = option4_data.end_tp;
  1472. if (option4_data.yearmonth.length >= 8) {
  1473. option4.dataZoom[0].show = true;
  1474. // option4.dataZoom[0].bottom = '10%';
  1475. // option4.grid.bottom = '15%';
  1476. } else {
  1477. option4.dataZoom[0].show = false;
  1478. // option4.dataZoom[0].bottom = '0%';
  1479. // option4.grid.bottom = '3%';
  1480. }
  1481. myChart4_1.setOption(option4);
  1482. myChart4_2.setOption(option4);
  1483. // 地图设置
  1484. // const polyLineList = [];
  1485. // const centerPoint = { lng: mapJson.lng, lat: mapJson.lat };
  1486. // let level = mapJson.level;
  1487. // // 初始化地图,设置中心点坐标和地图级别
  1488. // const point = new BMapGL.Point(centerPoint.lng, centerPoint.lat);
  1489. // // 创建地图实例
  1490. // map1.centerAndZoom(point, level);
  1491. // // 创建地图实例
  1492. // map2.centerAndZoom(point, level);
  1493. // map1.reset();
  1494. // map2.reset();
  1495. }
  1496. $('.change-collect').on('click', function () {
  1497. const num = parseInt($(this).data('collect'));
  1498. $('#zhankai span').text(num);
  1499. if (num === 1 || num === 3) {
  1500. $('.flex-content[data-content="1"]').show();
  1501. $('.flex-content[data-content="2"]').hide();
  1502. if (originDataCollect !== 1 && originDataCollect !== 3) {
  1503. tableScroll('tableId', '100%', 30, 7);
  1504. }
  1505. if (num === 3) {
  1506. $('.jlchart[data-chart-num="1"]').hide();
  1507. $('.jlchart[data-chart-num="1"]').siblings().show();
  1508. $('.jlchart[data-chart-num="2"]').show();
  1509. $('.jlchart[data-chart-num="2"]').siblings().hide();
  1510. } else {
  1511. $('.jlchart[data-chart-num="1"]').show();
  1512. $('.jlchart[data-chart-num="1"]').siblings().hide();
  1513. $('.jlchart[data-chart-num="2"]').hide();
  1514. $('.jlchart[data-chart-num="2"]').siblings().show();
  1515. }
  1516. // roll(50);
  1517. } else {
  1518. $('.flex-content[data-content="2"]').show();
  1519. $('.flex-content[data-content="1"]').hide();
  1520. // roll2(50);
  1521. if (num === 4) {
  1522. $('.jldbchart[data-chart-num="2"]').hide();
  1523. $('.jldbchart[data-chart-num="2"]').siblings().show();
  1524. } else {
  1525. $('.jldbchart[data-chart-num="2"]').show();
  1526. $('.jldbchart[data-chart-num="2"]').siblings().hide();
  1527. }
  1528. }
  1529. echartsReset();
  1530. });
  1531. // 第一层分类选择
  1532. $("body").on('click', '#first-category .select-cate', function () {
  1533. const id = $(this).data('value');
  1534. $(this).parents('.dropdown-menu').siblings('button').text($(this).text());
  1535. let newTenderList = tenders;
  1536. let categoryIndex = 0;
  1537. if (!id) {
  1538. $('#second-category').hide();
  1539. $('#third-category').hide();
  1540. $('#first-category').children('button').attr('data-cid', '').attr('data-value', '');
  1541. } else {
  1542. // 获取第一层已选类别
  1543. const firstCategory = { cid: parseInt($(this).data('cid')), value: parseInt(id) };
  1544. $('#first-category').children('button').attr('data-cid', $(this).data('cid')).attr('data-value', id);
  1545. newTenderList = _.filter(tenders, function (item) {
  1546. return _.findIndex(item.category, firstCategory) !== -1;
  1547. })
  1548. categoryIndex = 1;
  1549. if (category[1] && category[1].value.length > 0) {
  1550. $('#second-category').show();
  1551. $('#third-category').hide();
  1552. $('#second-category').children('button').text('全部').attr('data-cid', '').attr('data-value', '');
  1553. for (const [i,sc] of category[1].value.entries()) {
  1554. const scCategory = { cid: sc.cid, value: sc.id };
  1555. if (_.findIndex(newTenderList, function (item) {
  1556. return _.findIndex(item.category, scCategory) !== -1;}) === -1) {
  1557. $('#second-category .select-cate').eq(i+1).hide();
  1558. } else {
  1559. $('#second-category .select-cate').eq(i+1).show();
  1560. }
  1561. }
  1562. }
  1563. // categoryList.push(firstCategory);
  1564. }
  1565. setData(newTenderList, categoryIndex);
  1566. // 获取新的tenderList及categoryList
  1567. });
  1568. // 第二层分类选择
  1569. $("body").on('click', '#second-category .select-cate', function () {
  1570. const id = $(this).data('value');
  1571. // 获取第一层已选类别
  1572. const first_cid = $('#first-category').children('button').attr('data-cid');
  1573. const first_value = $('#first-category').children('button').attr('data-value');
  1574. const firstCategory = { cid: parseInt(first_cid), value: parseInt(first_value) };
  1575. let newTenderList = _.filter(tenders, function (item) {
  1576. return _.findIndex(item.category, firstCategory) !== -1;
  1577. });
  1578. // let categoryList = [firstCategory];
  1579. let categoryIndex = 1;
  1580. $(this).parents('.dropdown-menu').siblings('button').text($(this).text());
  1581. if (!id) {
  1582. $('#third-category').hide();
  1583. } else {
  1584. // 获取第二层已选类别
  1585. const secondCategory = { cid: parseInt($(this).data('cid')), value: parseInt(id) };
  1586. $('#second-category').children('button').attr('data-cid', $(this).data('cid')).attr('data-value', id);
  1587. newTenderList = _.filter(newTenderList, function (item) {
  1588. return _.findIndex(item.category, secondCategory) !== -1;
  1589. });
  1590. categoryIndex = 2;
  1591. if (category[2] && category[2].value.length > 0) {
  1592. $('#third-category').show();
  1593. $('#third-category').children('button').text('全部').attr('data-cid', '').attr('data-value', '');
  1594. for (const [i,sc] of category[2].value.entries()) {
  1595. const tcCategory = { cid: sc.cid, value: sc.id };
  1596. if (_.findIndex(newTenderList, function (item) {
  1597. return _.findIndex(item.category, tcCategory) !== -1;}) === -1) {
  1598. $('#third-category .select-cate').eq(i+1).hide();
  1599. } else {
  1600. $('#third-category .select-cate').eq(i+1).show();
  1601. }
  1602. }
  1603. }
  1604. // categoryList.push(secondCategory);
  1605. }
  1606. setData(newTenderList, categoryIndex);
  1607. // 获取新的tenderList及categoryList
  1608. });
  1609. // 第三层分类选择(至多三层)
  1610. $("body").on('click', '#third-category .select-cate', function () {
  1611. const id = $(this).data('value');
  1612. // 获取第一层已选类别
  1613. const first_cid = $('#first-category').children('button').attr('data-cid');
  1614. const first_value = $('#first-category').children('button').attr('data-value');
  1615. const firstCategory = { cid: parseInt(first_cid), value: parseInt(first_value) };
  1616. let newTenderList = _.filter(tenders, function (item) {
  1617. return _.findIndex(item.category, firstCategory) !== -1;
  1618. });
  1619. // 获取第二层已选类别
  1620. const second_cid = $('#second-category').children('button').attr('data-cid');
  1621. const second_value = $('#second-category').children('button').attr('data-value');
  1622. const secondCategory = { cid: parseInt(second_cid), value: parseInt(second_value) };
  1623. newTenderList = _.filter(newTenderList, function (item) {
  1624. return _.findIndex(item.category, secondCategory) !== -1;
  1625. });
  1626. // let categoryList = [firstCategory, secondCategory];
  1627. let categoryIndex = 2;
  1628. $(this).parents('.dropdown-menu').siblings('button').text($(this).text());
  1629. if (!id) {
  1630. $('#third-category').children('button').text('全部').attr('data-cid', '').attr('data-value', '');
  1631. } else {
  1632. $('#third-category').children('button').attr('data-cid', $(this).data('cid')).attr('data-value', id);
  1633. categoryIndex = 3;
  1634. const third_cid = $('#third-category').children('button').attr('data-cid');
  1635. const third_value = $('#third-category').children('button').attr('data-value');
  1636. const thirdCategory = { cid: parseInt(third_cid), value: parseInt(third_value) };
  1637. newTenderList = _.filter(newTenderList, function (item) {
  1638. return _.findIndex(item.category, thirdCategory) !== -1;
  1639. });
  1640. // categoryList.push({ cid: parseInt($(this).data('cid')), value: parseInt($(this).data('value')) });
  1641. }
  1642. setData(newTenderList, categoryIndex);
  1643. // 获取新的tenderList及categoryList
  1644. })
  1645. })
  1646. function formatMoney(s, dot = ',', decimal = 2) {
  1647. if (!s) {
  1648. s = 0;
  1649. return s.toFixed(decimal);
  1650. }
  1651. s = parseFloat((s + '').replace(/[^\d\.-]/g, '')).toFixed(decimal) + '';
  1652. if (!decimal) {
  1653. s += '.';
  1654. }
  1655. const l = s.split('.')[0].split('').reverse(),
  1656. r = s.split('.')[1];
  1657. let t = '';
  1658. for (let i = 0; i < l.length; i++) {
  1659. t += l[i] + ((i + 1) % 3 == 0 && (i + 1) != l.length ? dot : '');
  1660. }
  1661. const num = t.split('').reverse().join('') + (decimal === 0 ? '' : '.' + r);
  1662. return num.replace('-,', '-');
  1663. }
  1664. // 计算显示滚动条长度
  1665. function computedPosition(xArrayLength) {
  1666. if (xArrayLength >= 8) {
  1667. return Math.floor(8 / xArrayLength * 100) > 100 ? 100 : Math.floor(8 / xArrayLength * 100);
  1668. // return length <= 10 ? 35 : 100 - Math.floor(35 / length * 100);
  1669. } else {
  1670. return 100;
  1671. }
  1672. }
  1673. </script>