information.ejs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. <% include ../tender/tender_sub_menu.ejs %>
  2. <div class="panel-content">
  3. <div class="panel-title"><!--收起详解目录添加类名 fluid -->
  4. <div class="title-main d-flex"><!--工具-->
  5. <% include ../tender/tender_sub_mini_menu.ejs %>
  6. <div>
  7. <% if(auditStatus === auditConst.status.uncheck || auditStatus === auditConst.status.back) { %>
  8. <div class="d-inline-block">
  9. <a class="btn btn-sm btn-primary" href="#add-bj" data-toggle="modal" data-target="#add-bj">拷贝其他变更令数据</a>
  10. </div>
  11. <% } %>
  12. <% if (auditStatus === 1 || auditStatus === 2) { %>
  13. <div class="d-inline-block">
  14. <a href="#addlist" data-toggle="modal" class="btn btn-sm btn-light text-primary" id="open-list-modal" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="添加清单"><i class="fa fa-plus" aria-hidden="true"></i> 添加台账清单</a>
  15. </div>
  16. <div class="d-inline-block mr-3">
  17. <a href="javascript:void(0);" class="btn btn-sm btn-light text-primary" id="add-white-btn" data-original-title="添加清单"><i class="fa fa-plus" aria-hidden="true"></i> 添加空白清单</a>
  18. </div>
  19. <% } %>
  20. <div class="d-inline-block">
  21. <div class="custom-control custom-checkbox" style="line-height: normal;">
  22. <input type="checkbox" class="custom-control-input change-detail-checkbox" id="customCheck1">
  23. <label class="custom-control-label" for="customCheck1">变更详情</label>
  24. </div>
  25. </div>
  26. <% if (auditStatus === 3 || auditStatus === 4 || auditStatus === 5 || auditStatus === 7) { %>
  27. <div class="d-inline-block ml-3">
  28. <div class="custom-control custom-checkbox" style="line-height: normal;">
  29. <input type="checkbox" class="custom-control-input" id="show-table-detail">
  30. <label class="custom-control-label" for="show-table-detail">审批过程</label>
  31. </div>
  32. </div>
  33. <% } %>
  34. </div>
  35. <div class="ml-auto" id="sp-btn">
  36. <!--info状态区分-->
  37. <% if (auditStatus === 1) { %>
  38. <a href="#sub-ap" data-category="up_change" data-toggle="modal" data-target="#sub-ap" class="btn btn-primary btn-sm">上报审批</a>
  39. <% } else if (auditStatus === 2) { %>
  40. <a href="#sub-sp2" data-category="up_change" data-toggle="modal" data-target="#sub-sp2" class="btn btn-primary btn-sm">重新上报</a>
  41. <% } else if (auditStatus === 3) { %>
  42. <a href="#sp-list" data-toggle="modal" data-target="#sp-list" class="btn btn-outline-warning btn-sm text-muted">审批退回</a>
  43. <% } else if (auditStatus === 4) { %>
  44. <a href="#sp-list" data-toggle="modal" data-target="#sp-list" class="btn btn-outline-success btn-sm">审批完成</a>
  45. <% } else if (auditStatus === 5) { %>
  46. <a href="#sp-list" data-toggle="modal" data-target="#sp-list" class="btn btn-outline-danger btn-sm">审批终止</a>
  47. <% } else if (auditStatus === 6) { %>
  48. <a href="#sp-done" data-toggle="modal" data-target="#sp-done" class="btn btn-success btn-sm">审批通过</a>
  49. <a href="#sp-back" data-toggle="modal" data-target="#sp-back" class="btn btn-warning btn-sm">审批退回</a>
  50. <% } else if (auditStatus === 7) { %>
  51. <a href="#sp-list" data-toggle="modal" data-target="#sp-list" class="btn btn-outline-secondary btn-sm">审批中</a>
  52. <% } %>
  53. <% if (auditStatus === 4 && ctx.session.sessionUser.accountId === auditList[auditList.length-1].uid) { %>
  54. <% if (stageChangeNum === 0) { %>
  55. <!--重新审批-->
  56. <a href="javascript: void(0);" data-toggle="modal" data-target="#sp-down-back" class="btn btn-warning btn-sm">重新审批</a>
  57. <% } else { %>
  58. <button class="btn btn-outline-secondary btn-sm" data-toggle="tooltip" data-placement="bottom" title="已被调用">重新审批</button>
  59. <% } %>
  60. <% } %>
  61. </div>
  62. <!--info状态区分-->
  63. <% if (auditStatus === 1 || auditStatus === 2) { %>
  64. <div class="ml-auto px-4" id="show-save-btn" style="display: none">
  65. <span>您修改了变更信息,记得保存修改。</span>
  66. <button class="btn btn-sm btn-primary save_change_btn" id="save_change"><i class="fa fa-save"></i> 保存修改</button>
  67. <button class="btn btn-sm btn-light" id="cancel_change">取消</button>
  68. </div>
  69. <% } %>
  70. </div>
  71. </div>
  72. <div class="content-wrap">
  73. <div class="c-header p-0"></div>
  74. <div class="w-100 sub-content row">
  75. <div class="c-body col-4">
  76. <div class="sjs-bar-1">
  77. <input type="hidden" id="tenderId" value="<%- ctx.tender.id %>">
  78. <input type="hidden" id="changeId" value="<%- ctx.change.cid %>">
  79. <ul class="nav nav-tabs">
  80. <li class="nav-item">
  81. <a class="nav-link active" data-toggle="tab" data-tab="bgxinxi" href="#bgxinxi" role="tab">变更信息</a>
  82. </li>
  83. <li class="nav-item">
  84. <a class="nav-link" data-toggle="tab" data-tab="bgfujian" href="#bgfujian" role="tab">附件</a>
  85. </li>
  86. <li class="nav-item ml-auto pt-1" id="fujian_btn" style="display:none;">
  87. <!--所有附件 翻页-->
  88. <a href="javascript: void(0);" data-toggle="modal" class="btn btn-sm btn-primary" id="bach-download"><i class="fa fa-download "></i> 批量下载</a>
  89. <a href="javascript:void(0);" class="page-select ml-3" content="pre"><i class="fa fa-chevron-left"></i></a> <span id="currentPage">1</span>/<span id="totalPage">10</span> <a href="javascript:void(0);" class="page-select mr-3" content="next"><i class="fa fa-chevron-right"></i></a>
  90. <a href="#addfujian" data-toggle="modal" class="btn btn-sm btn-light text-primary" data-placement="bottom" title="" data-original-title="上传附件"><i class="fa fa-cloud-upload" aria-hidden="true"></i> 上传附件</a>
  91. <a href="" id="downloadZip" style="display: none;" download></a>
  92. </li>
  93. </ul>
  94. </div>
  95. <div class="tab-content">
  96. <div class="tab-pane active" id="bgxinxi">
  97. <div class="sjs-sh-1" style="overflow-y: auto;">
  98. <% if (auditStatus === 1 || auditStatus === 2) { %>
  99. <form class="p-2" action="/tender/<%- change.tid %>/change/<%- change.cid %>/information/save?_csrf_j=<%= ctx.csrf %>" method="post" id="change_form">
  100. <div class="form-group">
  101. <label><b class="text-danger">*&nbsp;</b>申请编号</label>
  102. <a href="javascript:void(0);" class="pull-right reduction-code" data-toggle="tooltip" data-placement="bottom" title="" data-code="<%- change.code %>" data-original-title="重置"><i class="fa fa-repeat"></i></a>
  103. <input class="form-control form-control-sm" name="code" value="<%- change.code %>" type="text">
  104. </div>
  105. <div class="form-group">
  106. <label><b class="text-danger">*&nbsp;</b>工程名称</label>
  107. <input class="form-control form-control-sm" name="name" value="<%- change.name %>" type="text">
  108. </div>
  109. <div class="form-group">
  110. <label>桩号</label>
  111. <input class="form-control form-control-sm" name="peg" value="<%- change.peg %>" type="text">
  112. </div>
  113. <div class="form-group">
  114. <label>原设计图名称</label>
  115. <input class="form-control form-control-sm" name="org_name" placeholder="" type="text" value="<%- change.org_name %>">
  116. </div>
  117. <div class="form-group">
  118. <label>原图号</label>
  119. <input class="form-control form-control-sm" name="org_code" placeholder="" type="text" value="<%- change.org_code %>">
  120. </div>
  121. <div class="form-group">
  122. <label>变更设计图名称</label>
  123. <input class="form-control form-control-sm" name="new_name" placeholder="" type="text" value="<%- change.new_name %>">
  124. </div>
  125. <div class="form-group">
  126. <label>变更图号</label>
  127. <input class="form-control form-control-sm" name="new_code" placeholder="" type="text" value="<%- change.new_code %>">
  128. </div>
  129. <div class="form-group">
  130. <label><b class="text-danger">*&nbsp;</b>工程变更理由及内容</label>
  131. <textarea class="form-control form-control-sm" name="content" rows="6"><%- ctx.helper.replaceStr(change.content, /<br><br>/g, '\r\n') %></textarea>
  132. </div>
  133. <div class="form-group">
  134. <label>工程变更合同依据</label>
  135. <textarea class="form-control form-control-sm" name="basis" rows="6"><%- ctx.helper.replaceStr(change.basis, /<br><br>/g, '\r\n') %></textarea>
  136. </div>
  137. <div class="form-group">
  138. <label>变更工程量数量计算式</label>
  139. <textarea class="form-control form-control-sm" name="expr" rows="2"><%- ctx.helper.replaceStr(change.expr, /<br><br>/g, '\r\n') %></textarea>
  140. </div>
  141. <div class="form-group">
  142. <label>备注</label>
  143. <textarea class="form-control form-control-sm" name="memo" rows="3"><%- ctx.helper.replaceStr(change.memo, /<br><br>/g, '\r\n') %></textarea>
  144. </div>
  145. <div class="form-group">
  146. <label>变更类型</label>
  147. <div class="checkbox">
  148. <% const changeType = change.type !== null && change.type !== '' ? change.type.split(',') : '' %>
  149. <% for (const t in changeConst.type) { %>
  150. <% const cType = changeConst.type[t] %>
  151. <label class="checkbox-inline">
  152. <input value="<%- cType.value %>" name="type[]"
  153. type="checkbox"<% if (changeType.indexOf(cType.value.toString()) !== -1) { %> checked<% } %>><%- cType.name %>
  154. </label>
  155. <% } %>
  156. </div>
  157. </div>
  158. <div class="form-group">
  159. <label>变更类别 </label>
  160. <select class="form-control form-control-sm" name="class">
  161. <% for (const c in changeConst.class) { %>
  162. <% const cClass = changeConst.class[c] %>
  163. <option value="<%- cClass.value %>"<% if (cClass.value === change.class) { %> selected<% } %>><%- cClass.name %></option>
  164. <% } %>
  165. </select>
  166. </div>
  167. <div class="form-group">
  168. <label>变更性质 </label>
  169. <select class="form-control form-control-sm" name="quality">
  170. <% for (const q in changeConst.quality) { %>
  171. <% const cQuality = changeConst.quality[q] %>
  172. <option value="<%- cQuality.value %>"<% if (cQuality.value === change.quality) { %> selected<% } %>><%- cQuality.name %></option>
  173. <% } %>
  174. </select>
  175. </div>
  176. <div class="form-group">
  177. <label>变更提出单位</label>
  178. <a href="#editcompany" style="float:right;" class="" data-toggle="modal">编辑</a>
  179. <select class="form-control form-control-sm" id="company" name="company">
  180. <% for (const company of companyList) { %>
  181. <option <% if (company.name === change.company) { %>selected<% } %>><%- company.name %></option>
  182. <% } %>
  183. </select>
  184. </div>
  185. <div class="form-group">
  186. <label>费用承担方</label>
  187. <div class="radio">
  188. <% for (const c in changeConst.charge) { %>
  189. <% const cCharge = changeConst.charge[c] %>
  190. <label class="radio-inline">
  191. <input value="<%- cCharge.value %>" name="charge" type="radio"<% if (cCharge.value === change.charge) { %> checked<% } %>> <%- cCharge.name %>
  192. </label>
  193. <% } %>
  194. </div>
  195. </div>
  196. <div class="form-group">
  197. <label>批复文号</label>
  198. <input class="form-control form-control-sm" id="w_code" name="w_code" placeholder="" type="text" value="<%- change.w_code %>">
  199. </div>
  200. </form>
  201. <% } else { %>
  202. <form class="p-2">
  203. <div class="form-group">
  204. <label>申请编号</label>
  205. <input class="form-control form-control-sm" value="<%- change.code %>" type="text" readonly>
  206. </div>
  207. <% if (auditStatus === 4) { %>
  208. <div class="form-group">
  209. <label>变更令号(批复编号)</label>
  210. <input class="form-control form-control-sm" value="<%- change.p_code %>" type="text" readonly>
  211. </div>
  212. <% } %>
  213. <div class="form-group">
  214. <label>工程名称</label>
  215. <input class="form-control form-control-sm" value="<%- change.name %>" type="text" readonly>
  216. </div>
  217. <div class="form-group">
  218. <label>桩号</label>
  219. <input class="form-control form-control-sm" value="<%- change.peg %>" type="text" readonly>
  220. </div>
  221. <div class="form-group">
  222. <label>原设计图名称</label>
  223. <input class="form-control form-control-sm" placeholder="" type="text" value="<%- change.org_name %>" readonly>
  224. </div>
  225. <div class="form-group">
  226. <label>原图号</label>
  227. <input class="form-control form-control-sm" placeholder="" type="text" value="<%- change.org_code %>" readonly>
  228. </div>
  229. <div class="form-group">
  230. <label>变更设计图名称</label>
  231. <input class="form-control form-control-sm" placeholder="" type="text" value="<%- change.new_name %>" readonly>
  232. </div>
  233. <div class="form-group">
  234. <label>变更图号</label>
  235. <input class="form-control form-control-sm" placeholder="" type="text" value="<%- change.new_code %>" readonly>
  236. </div>
  237. <div class="form-group">
  238. <label>工程变更理由及内容</label>
  239. <textarea class="form-control form-control-sm" rows="6" readonly><%- ctx.helper.replaceStr(change.content, /<br><br>/g, '\r\n') %></textarea>
  240. </div>
  241. <div class="form-group">
  242. <label>工程变更合同依据</label>
  243. <textarea class="form-control form-control-sm" rows="6" readonly><%- ctx.helper.replaceStr(change.basis, /<br><br>/g, '\r\n') %></textarea>
  244. </div>
  245. <div class="form-group">
  246. <label>变更工程量数量计算式</label>
  247. <textarea class="form-control form-control-sm" rows="2" readonly><%- ctx.helper.replaceStr(change.expr, /<br><br>/g, '\r\n') %></textarea>
  248. </div>
  249. <div class="form-group">
  250. <label>备注</label>
  251. <textarea class="form-control form-control-sm" rows="3" readonly><%- ctx.helper.replaceStr(change.memo, /<br><br>/g, '\r\n') %></textarea>
  252. </div>
  253. <div class="form-group">
  254. <label>变更类型</label>
  255. <div class="checkbox">
  256. <% const changeType = change.type !== null && change.type !== '' ? change.type.split(',') : '' %>
  257. <% for (const t in changeConst.type) { %>
  258. <% const cType = changeConst.type[t] %>
  259. <label class="checkbox-inline">
  260. <% if (changeType.indexOf(cType.value.toString()) !== -1) { %>
  261. <input value="<%- cType.value %>" type="checkbox" disabled checked><%- cType.name %>
  262. <% } %>
  263. </label>
  264. <% } %>
  265. </div>
  266. </div>
  267. <div class="form-group">
  268. <label>变更类别 </label>
  269. <select class="form-control form-control-sm" disabled>
  270. <% for (const c in changeConst.class) { %>
  271. <% const cClass = changeConst.class[c] %>
  272. <% if (cClass.value === change.class) { %>
  273. <option value="<%- cClass.value %>"><%- cClass.name %></option>
  274. <% } %>
  275. <% } %>
  276. </select>
  277. </div>
  278. <div class="form-group">
  279. <label>变更性质 </label>
  280. <select class="form-control form-control-sm" disabled>
  281. <% for (const q in changeConst.quality) { %>
  282. <% const cQuality = changeConst.quality[q] %>
  283. <% if (cQuality.value === change.quality) { %>
  284. <option value="<%- cQuality.value %>"><%- cQuality.name %></option>
  285. <% } %>
  286. <% } %>
  287. </select>
  288. </div>
  289. <div class="form-group">
  290. <label>变更提出单位</label>
  291. <select class="form-control form-control-sm" disabled>
  292. <option><%- change.company %></option>
  293. </select>
  294. </div>
  295. <div class="form-group">
  296. <label>费用承担方</label>
  297. <div class="radio">
  298. <% for (const c in changeConst.charge) { %>
  299. <% const cCharge = changeConst.charge[c] %>
  300. <label class="radio-inline">
  301. <% if (cCharge.value === change.charge) { %>
  302. <input value="<%- cCharge.value %>" type="radio" disabled checked> <%- cCharge.name %>
  303. <% } %>
  304. </label>
  305. <% } %>
  306. </div>
  307. </div>
  308. <div class="form-group">
  309. <label>批复文号</label>
  310. <input class="form-control form-control-sm" id="w_code" placeholder="" type="text" value="<%- change.w_code %>" <% if (auditStatus !== 6) { %>readonly<% } %>>
  311. </div>
  312. </form>
  313. <% } %>
  314. </div>
  315. </div>
  316. <div class="tab-pane" id="bgfujian">
  317. <div class="sjs-sh-1">
  318. <div class="p-2">
  319. <table class="table table-bordered" style="word-break:break-all; table-layout: fixed">
  320. <thead>
  321. <tr>
  322. <td width="25" style="background-color: #e9ecef;"><input type="checkbox" id="check-all-file" ></td>
  323. <th width="40">序号</th>
  324. <th>名称</th>
  325. <th width="100">上传时间/大小</th>
  326. <th width="60">操作</th>
  327. </tr>
  328. </thead>
  329. <tbody id="attList">
  330. <% if (attList !== undefined && attList !== '') { %>
  331. <% for (const [index,att] of attList.entries()) { %>
  332. <tr>
  333. <td width="25"><input type="checkbox" class="check-file" file-id=<%- att.id %>></td>
  334. <td><%- index+1 %></td>
  335. <td><a href="javascript: void(0);" class="file-atn" f-id="<%- att.id %>"><%- att.filename %><%- att.fileext %></a></td>
  336. <td><%- moment(att.in_time * 1000).format('YYYY-MM-DD') %><br><%- ctx.helper.bytesToSize(att.filesize) %></td>
  337. <td>
  338. <a href="/change/download/file/<%- att.id %>" class="mr-2" title="下载"><span class="fa fa-download text-primary"></span></a>
  339. <% if (att.uid === ctx.session.sessionUser.accountId && (auditStatus === 4 ? Boolean(att.extra_upload) : true )) { %>
  340. <a href="javascript:void(0)" class="mr-2 delete-file" data-attid="<%- att.id %>" title="删除附件"><span class="fa fa-trash text-danger"></span></a>
  341. <% } %>
  342. </td>
  343. </tr>
  344. <% } %>
  345. <% } %>
  346. </tbody>
  347. </table>
  348. <a href="" id="file-upload" target="_blank" style="display: none;"></a>
  349. </div>
  350. </div>
  351. </div>
  352. </div>
  353. </div>
  354. <div class="c-body col-8">
  355. <div class="sjs-height-1" id="change-spread">
  356. </div>
  357. <!--下半部分-->
  358. <div class="bcontent-wrap">
  359. <div class="bc-bar mb-1">
  360. <ul class="nav nav-tabs">
  361. <li class="nav-item">
  362. <a class="nav-link active" href="#">所属项目节</a>
  363. </li>
  364. </ul>
  365. </div>
  366. <div class="sp-wrap" id="xmj-spread">
  367. </div>
  368. </div>
  369. </div>
  370. </div>
  371. </div>
  372. </div>
  373. <script>
  374. const totalPriceUnit = '<%- tpUnit %>';
  375. const unitPriceUnit = '<%- upUnit %>';
  376. const accountId = parseInt('<%- ctx.session.sessionUser.accountId %>');
  377. const ledgeStatus = '<%- tender.ledger_status %>';
  378. const ledgerConsts = JSON.parse('<%- JSON.stringify(ledgerConsts) %>');
  379. const auditStatus = parseInt('<%- auditStatus %>');
  380. const auditList = JSON.parse(unescape('<%- escape(JSON.stringify(auditList)) %>'));
  381. const precision = JSON.parse('<%- JSON.stringify(precision) %>');
  382. const whiteList = JSON.parse('<%- JSON.stringify(whiteList) %>');
  383. let attData = JSON.parse(unescape('<%- escape(JSON.stringify(attList)) %>'));
  384. autoFlashHeight();
  385. $('a[href="#sub-ap"').click(function() {
  386. if (parseInt(ledgeStatus) === ledgerConsts.uncheck) {
  387. $('#warning-ledger').modal('show');
  388. return false;
  389. }
  390. });
  391. const readOnly = <%- change.readOnly %>;
  392. const changeSpread = SpreadJsObj.createNewSpread($('#change-spread')[0]);
  393. const changeSpreadSheet = changeSpread.getActiveSheet();
  394. const xmjSpread = SpreadJsObj.createNewSpread($('#xmj-spread')[0]);
  395. let changeList = JSON.parse(unescape('<%- escape(JSON.stringify(changeList)) %>'));
  396. const style1 = new GC.Spread.Sheets.Style();
  397. style1.locked = true;
  398. </script>
  399. <% if (auditStatus === 1 || auditStatus === 2) { %>
  400. <script>
  401. let changeUnits = JSON.parse('<%- JSON.stringify(changeUnits) %>');
  402. changeUnits = _.map(changeUnits, 'unit');
  403. changeUnits.push('');
  404. const accountGroup = JSON.parse(unescape('<%- escape(JSON.stringify(accountGroup)) %>'));
  405. const accountList = JSON.parse(unescape('<%- escape(JSON.stringify(accountList)) %>'));
  406. const shenpi_status = <%- ctx.tender.info.shenpi.change %>;
  407. const shenpiConst = JSON.parse('<%- JSON.stringify(shenpiConst) %>');
  408. const changesUid = <%- change.uid %>;
  409. let back_changeInfo = {
  410. code: '<%- change.code %>',
  411. name: '<%- change.name %>',
  412. peg: '<%- change.peg %>',
  413. org_name: '<%- change.org_name %>',
  414. org_code: '<%- change.org_code %>',
  415. new_name: '<%- change.new_name %>',
  416. new_code: '<%- change.new_code %>',
  417. content: '<%- ctx.helper.replaceRntoBr(change.content) %>',
  418. basis: '<%- ctx.helper.replaceRntoBr(change.basis) %>',
  419. expr: '<%- ctx.helper.replaceRntoBr(change.expr) %>',
  420. memo: '<%- ctx.helper.replaceRntoBr(change.memo) %>',
  421. type: '<%- change.type %>',
  422. class: '<%- change.class %>',
  423. quality: '<%- change.quality %>',
  424. company: '<%- change.company %>',
  425. charge: '<%- change.charge %>',
  426. w_code: '<%- change.w_code %>',
  427. };
  428. let changeInfo = Object.assign({}, back_changeInfo);
  429. </script>
  430. <script src="/public/js/change_information_set.js"></script>
  431. <script src="/public/js/change_audit.js"></script>
  432. <% } else if (auditStatus === 3 || auditStatus === 4 || auditStatus === 5 || auditStatus === 7) { %>
  433. <script>
  434. const auditList2 = JSON.parse(unescape('<%- escape(JSON.stringify(auditList2)) %>'));
  435. const aidList = _.map(auditList2, 'uid');
  436. aidList.splice(0, 1);
  437. </script>
  438. <script src="/public/js/change_information_show.js"></script>
  439. <% } else if (auditStatus === 6) { %>
  440. <script>
  441. const auditList2 = JSON.parse(unescape('<%- escape(JSON.stringify(auditList2)) %>'));
  442. const aidList = _.map(auditList2, 'uid');
  443. aidList.splice(0, 1);
  444. </script>
  445. <script src="/public/js/change_information_approval.js"></script>
  446. <% } %>