information.ejs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  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">
  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. </div>
  63. </div>
  64. <div class="content-wrap">
  65. <div class="c-header p-0"></div>
  66. <div class="w-100 sub-content row">
  67. <div class="c-body col-4">
  68. <div class="sjs-bar-1">
  69. <input type="hidden" id="tenderId" value="<%- ctx.tender.id %>">
  70. <input type="hidden" id="changeId" value="<%- ctx.change.cid %>">
  71. <ul class="nav nav-tabs">
  72. <li class="nav-item">
  73. <a class="nav-link active" data-toggle="tab" data-tab="bgxinxi" href="#bgxinxi" role="tab">变更信息</a>
  74. </li>
  75. <li class="nav-item">
  76. <a class="nav-link" data-toggle="tab" data-tab="bgfujian" href="#bgfujian" role="tab">附件</a>
  77. </li>
  78. <li class="nav-item ml-auto pt-1" id="fujian_btn" style="display:none;">
  79. <!--所有附件 翻页-->
  80. <a href="javascript: void(0);" data-toggle="modal" class="btn btn-sm btn-primary" id="bach-download"><i class="fa fa-download "></i> 批量下载</a>
  81. <!--<a href="#" class=" ml-3"><i class="fa fa-chevron-left"></i></a> 1/10 <a href="#" class="mr-3"><i class="fa fa-chevron-right"></i></a>-->
  82. <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>
  83. <a href="" id="downloadZip" style="display: none;" download></a>
  84. </li>
  85. </ul>
  86. </div>
  87. <div class="tab-content">
  88. <div class="tab-pane active" id="bgxinxi">
  89. <div class="sjs-sh-1" style="overflow-y: auto;">
  90. <% if (auditStatus === 1 || auditStatus === 2) { %>
  91. <form class="p-2" action="/tender/<%- change.tid %>/change/save?_csrf=<%= ctx.csrf %>" method="post" id="change_form">
  92. <div class="form-group">
  93. <label><b class="text-danger">*&nbsp;</b>申请编号</label>
  94. <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>
  95. <input class="form-control form-control-sm" name="code" value="<%- change.code %>" type="text">
  96. </div>
  97. <div class="form-group">
  98. <label><b class="text-danger">*&nbsp;</b>工程名称</label>
  99. <input class="form-control form-control-sm" name="name" value="<%- change.name %>" type="text">
  100. </div>
  101. <div class="form-group">
  102. <label>桩号</label>
  103. <input class="form-control form-control-sm" name="peg" value="<%- change.peg %>" type="text">
  104. </div>
  105. <div class="form-group">
  106. <label>原设计图名称</label>
  107. <input class="form-control form-control-sm" name="org_name" placeholder="" type="text" value="<%- change.org_name %>">
  108. </div>
  109. <div class="form-group">
  110. <label>原图号</label>
  111. <input class="form-control form-control-sm" name="org_code" placeholder="" type="text" value="<%- change.org_code %>">
  112. </div>
  113. <div class="form-group">
  114. <label>变更设计图名称</label>
  115. <input class="form-control form-control-sm" name="new_name" placeholder="" type="text" value="<%- change.new_name %>">
  116. </div>
  117. <div class="form-group">
  118. <label>变更图号</label>
  119. <input class="form-control form-control-sm" name="new_code" placeholder="" type="text" value="<%- change.new_code %>">
  120. </div>
  121. <div class="form-group">
  122. <label><b class="text-danger">*&nbsp;</b>工程变更理由及内容</label>
  123. <textarea class="form-control form-control-sm" name="content" rows="6"><%- change.content %></textarea>
  124. </div>
  125. <div class="form-group">
  126. <label>工程变更合同依据</label>
  127. <textarea class="form-control form-control-sm" name="basis" rows="6"><%- change.basis %></textarea>
  128. </div>
  129. <div class="form-group">
  130. <label>变更工程量数量计算式</label>
  131. <textarea class="form-control form-control-sm" name="expr" rows="2"><%- change.expr %></textarea>
  132. </div>
  133. <div class="form-group">
  134. <label>备注</label>
  135. <textarea class="form-control form-control-sm" name="memo" rows="3"><%- change.memo %></textarea>
  136. </div>
  137. <div class="form-group">
  138. <label>变更类型</label>
  139. <div class="checkbox">
  140. <% const changeType = change.type !== null && change.type !== '' ? change.type.split(',') : '' %>
  141. <% for (const t in changeConst.type) { %>
  142. <% const cType = changeConst.type[t] %>
  143. <label class="checkbox-inline">
  144. <input value="<%- cType.value %>" name="type[]"
  145. type="checkbox"<% if (changeType.indexOf(cType.value.toString()) !== -1) { %> checked<% } %>><%- cType.name %>
  146. </label>
  147. <% } %>
  148. </div>
  149. </div>
  150. <div class="form-group">
  151. <label>变更类别 </label>
  152. <select class="form-control form-control-sm" name="class">
  153. <% for (const c in changeConst.class) { %>
  154. <% const cClass = changeConst.class[c] %>
  155. <option value="<%- cClass.value %>"<% if (cClass.value === change.class) { %> selected<% } %>><%- cClass.name %></option>
  156. <% } %>
  157. </select>
  158. </div>
  159. <div class="form-group">
  160. <label>变更性质 </label>
  161. <select class="form-control form-control-sm" name="quality">
  162. <% for (const q in changeConst.quality) { %>
  163. <% const cQuality = changeConst.quality[q] %>
  164. <option value="<%- cQuality.value %>"<% if (cQuality.value === change.quality) { %> selected<% } %>><%- cQuality.name %></option>
  165. <% } %>
  166. </select>
  167. </div>
  168. <div class="form-group">
  169. <label>变更提出单位</label>
  170. <a href="#editcompany" style="float:right;" class="" data-toggle="modal">编辑</a>
  171. <select class="form-control form-control-sm" id="company" name="company">
  172. <% for (const company of companyList) { %>
  173. <option <% if (company.name === change.company) { %>selected<% } %>><%- company.name %></option>
  174. <% } %>
  175. </select>
  176. </div>
  177. <div class="form-group">
  178. <label>费用承担方</label>
  179. <div class="radio">
  180. <% for (const c in changeConst.charge) { %>
  181. <% const cCharge = changeConst.charge[c] %>
  182. <label class="radio-inline">
  183. <input value="<%- cCharge.value %>" name="charge" type="radio"<% if (cCharge.value === change.charge) { %> checked<% } %>> <%- cCharge.name %>
  184. </label>
  185. <% } %>
  186. </div>
  187. </div>
  188. </form>
  189. <% } else { %>
  190. <form class="p-2">
  191. <div class="form-group">
  192. <label>申请编号</label>
  193. <input class="form-control form-control-sm" value="<%- change.code %>" type="text" readonly>
  194. </div>
  195. <% if (auditStatus === 4) { %>
  196. <div class="form-group">
  197. <label>变更令号(批复编号)</label>
  198. <input class="form-control form-control-sm" value="<%- change.p_code %>" type="text" readonly>
  199. </div>
  200. <% } %>
  201. <div class="form-group">
  202. <label>工程名称</label>
  203. <input class="form-control form-control-sm" value="<%- change.name %>" type="text" readonly>
  204. </div>
  205. <div class="form-group">
  206. <label>桩号</label>
  207. <input class="form-control form-control-sm" value="<%- change.peg %>" type="text" readonly>
  208. </div>
  209. <div class="form-group">
  210. <label>原设计图名称</label>
  211. <input class="form-control form-control-sm" placeholder="" type="text" value="<%- change.org_name %>" readonly>
  212. </div>
  213. <div class="form-group">
  214. <label>原图号</label>
  215. <input class="form-control form-control-sm" placeholder="" type="text" value="<%- change.org_code %>" readonly>
  216. </div>
  217. <div class="form-group">
  218. <label>变更设计图名称</label>
  219. <input class="form-control form-control-sm" placeholder="" type="text" value="<%- change.new_name %>" readonly>
  220. </div>
  221. <div class="form-group">
  222. <label>变更图号</label>
  223. <input class="form-control form-control-sm" placeholder="" type="text" value="<%- change.new_code %>" readonly>
  224. </div>
  225. <div class="form-group">
  226. <label>工程变更理由及内容</label>
  227. <textarea class="form-control form-control-sm" rows="6" readonly><%- change.content %></textarea>
  228. </div>
  229. <div class="form-group">
  230. <label>工程变更合同依据</label>
  231. <textarea class="form-control form-control-sm" rows="6" readonly><%- change.basis %></textarea>
  232. </div>
  233. <div class="form-group">
  234. <label>变更工程量数量计算式</label>
  235. <textarea class="form-control form-control-sm" rows="2" readonly><%- change.expr %></textarea>
  236. </div>
  237. <div class="form-group">
  238. <label>备注</label>
  239. <textarea class="form-control form-control-sm" rows="3" readonly><%- change.memo %></textarea>
  240. </div>
  241. <div class="form-group">
  242. <label>变更类型</label>
  243. <div class="checkbox">
  244. <% const changeType = change.type !== null && change.type !== '' ? change.type.split(',') : '' %>
  245. <% for (const t in changeConst.type) { %>
  246. <% const cType = changeConst.type[t] %>
  247. <label class="checkbox-inline">
  248. <% if (changeType.indexOf(cType.value.toString()) !== -1) { %>
  249. <input value="<%- cType.value %>" type="checkbox" disabled checked><%- cType.name %>
  250. <% } %>
  251. </label>
  252. <% } %>
  253. </div>
  254. </div>
  255. <div class="form-group">
  256. <label>变更类别 </label>
  257. <select class="form-control form-control-sm" disabled>
  258. <% for (const c in changeConst.class) { %>
  259. <% const cClass = changeConst.class[c] %>
  260. <% if (cClass.value === change.class) { %>
  261. <option value="<%- cClass.value %>"><%- cClass.name %></option>
  262. <% } %>
  263. <% } %>
  264. </select>
  265. </div>
  266. <div class="form-group">
  267. <label>变更性质 </label>
  268. <select class="form-control form-control-sm" disabled>
  269. <% for (const q in changeConst.quality) { %>
  270. <% const cQuality = changeConst.quality[q] %>
  271. <% if (cQuality.value === change.quality) { %>
  272. <option value="<%- cQuality.value %>"><%- cQuality.name %></option>
  273. <% } %>
  274. <% } %>
  275. </select>
  276. </div>
  277. <div class="form-group">
  278. <label>变更提出单位</label>
  279. <select class="form-control form-control-sm" disabled>
  280. <option><%- change.company %></option>
  281. </select>
  282. </div>
  283. <div class="form-group">
  284. <label>费用承担方</label>
  285. <div class="radio">
  286. <% for (const c in changeConst.charge) { %>
  287. <% const cCharge = changeConst.charge[c] %>
  288. <label class="radio-inline">
  289. <% if (cCharge.value === change.charge) { %>
  290. <input value="<%- cCharge.value %>" type="radio" disabled checked> <%- cCharge.name %>
  291. <% } %>
  292. </label>
  293. <% } %>
  294. </div>
  295. </div>
  296. <div class="form-group">
  297. <label>批复文号</label>
  298. <input class="form-control form-control-sm" id="w_code" placeholder="" type="text" value="<%- change.w_code %>" <% if (auditStatus !== 6) { %>readonly<% } %>>
  299. </div>
  300. </form>
  301. <% } %>
  302. </div>
  303. </div>
  304. <div class="tab-pane" id="bgfujian">
  305. <div class="sjs-sh-1">
  306. <div class="p-2">
  307. <table class="table table-bordered">
  308. <thead>
  309. <tr>
  310. <td width="20" style="background-color: #e9ecef;"><input type="checkbox" id="check-all-file" ></td>
  311. <th width="40">序号</th>
  312. <th>名称</th>
  313. <th width="100">上传时间/大小</th>
  314. <th width="60">操作</th>
  315. </tr>
  316. </thead>
  317. <tbody id="attList">
  318. <% if (attList !== undefined && attList !== '') { %>
  319. <% for (const [index,att] of attList.entries()) { %>
  320. <tr>
  321. <td width="20"><input type="checkbox" class="check-file" file-id=<%- att.id %>></td>
  322. <td><%- index+1 %></td>
  323. <td><a href="javascript: void(0);" class="file-atn" f-id="<%- att.id %>"><%- att.filename %><%- att.fileext %></a></td>
  324. <td><%- moment(att.in_time * 1000).format('YYYY-MM-DD') %><br><%- ctx.helper.bytesToSize(att.filesize) %></td>
  325. <td>
  326. <a href="/change/download/file/<%- att.id %>" class="mr-2" title="下载"><span class="fa fa-download text-primary"></span></a>
  327. <% if (att.uid === ctx.session.sessionUser.accountId && (auditStatus === 4 ? Boolean(att.extra_upload) : true )) { %>
  328. <a href="javascript:void(0)" class="mr-2 delete-file" data-attid="<%- att.id %>" title="删除附件"><span class="fa fa-trash text-danger"></span></a>
  329. <% } %>
  330. </td>
  331. </tr>
  332. <% } %>
  333. <% } %>
  334. </tbody>
  335. </table>
  336. <a href="" id="file-upload" target="_blank" style="display: none;"></a>
  337. </div>
  338. </div>
  339. </div>
  340. </div>
  341. </div>
  342. <div class="c-body col-8">
  343. <div class="sjs-height-0" id="change-spread">
  344. </div>
  345. </div>
  346. </div>
  347. </div>
  348. </div>
  349. <script>
  350. let table = '';
  351. const totalPriceUnit = '<%- tpUnit %>';
  352. const unitPriceUnit = '<%- upUnit %>';
  353. const accountId = '<%- ctx.session.sessionUser.accountId %>';
  354. const ledgeStatus = '<%- tender.ledger_status %>';
  355. const ledgerConsts = JSON.parse('<%- JSON.stringify(ledgerConsts) %>');
  356. const auditStatus = '<%- auditStatus %>'
  357. const auditList = JSON.parse('<%- JSON.stringify(auditList) %>');
  358. autoFlashHeight();
  359. $('a[href="#sub-ap"').click(function() {
  360. if (parseInt(ledgeStatus) === ledgerConsts.uncheck) {
  361. $('#warning-ledger').modal('show');
  362. return false
  363. }
  364. });
  365. const readOnly = <%- change.readOnly %>;
  366. const changeSpread = SpreadJsObj.createNewSpread($('#change-spread')[0]);
  367. const changeSpreadSheet = changeSpread.getActiveSheet();
  368. </script>
  369. <script>
  370. const whiteList = JSON.parse('<%- JSON.stringify(whiteList) %>');
  371. </script>
  372. <% if (auditStatus === 1 || auditStatus === 2) { %>
  373. <script>
  374. let changeUnits = JSON.parse('<%- JSON.stringify(changeUnits) %>');
  375. const precision = JSON.parse('<%- JSON.stringify(precision) %>');
  376. changeUnits = _.map(changeUnits, 'unit');
  377. changeUnits.push('');
  378. const accountGroup = JSON.parse('<%- JSON.stringify(accountGroup) %>');
  379. const accountList = JSON.parse('<%- JSON.stringify(accountList) %>');
  380. const shenpi_status = <%- ctx.tender.info.shenpi.change %>;
  381. const shenpiConst = JSON.parse('<%- JSON.stringify(shenpiConst) %>');
  382. const changesUid = <%- change.uid %>;
  383. let back_changeInfo = {
  384. code: '<%- change.code %>',
  385. name: '<%- change.name %>',
  386. peg: '<%- change.peg %>',
  387. org_name: '<%- change.org_name %>',
  388. org_code: '<%- change.org_code %>',
  389. new_name: '<%- change.new_name %>',
  390. new_code: '<%- change.new_code %>',
  391. content: '<%- ctx.helper.replaceRntoBr(change.content) %>',
  392. basis: '<%- ctx.helper.replaceRntoBr(change.basis) %>',
  393. expr: '<%- ctx.helper.replaceRntoBr(change.expr) %>',
  394. memo: '<%- ctx.helper.replaceRntoBr(change.memo) %>',
  395. type: '<%- change.type %>',
  396. class: '<%- change.class %>',
  397. quality: '<%- change.quality %>',
  398. company: '<%- change.company %>',
  399. charge: '<%- change.charge %>',
  400. };
  401. let changeInfo = Object.assign({}, back_changeInfo);
  402. let changeList = JSON.parse('<%- JSON.stringify(changeList) %>');
  403. const changeSpreadSetting = {
  404. cols: [
  405. {title: '清单编号', colSpan: '1', rowSpan: '2', field: 'code', hAlign: 0, width: 80, formatter: '@', readOnly: 'readOnly.isEdit'},
  406. {title: '名称', colSpan: '1', rowSpan: '2', field: 'name', hAlign: 0, width: 120, formatter: '@', readOnly: 'readOnly.isEdit'},
  407. {title: '变更部位', colSpan: '1', rowSpan: '2', field: 'bwmx', hAlign: 0, width: 120, formatter: '@', readOnly: 'readOnly.isEdit'},
  408. {title: '变更详情', colSpan: '1', rowSpan: '2', field: 'detail', hAlign: 0, width: 120, formatter: '@', readOnly: false},
  409. {title: '单位', colSpan: '1', rowSpan: '2', field: 'unit', hAlign: 1, width: 60, formatter: '@', readOnly: 'readOnly.isEdit', cellType: 'unit', comboItems: changeUnits},
  410. {title: '单价', colSpan: '1', rowSpan: '2', field: 'unit_price', hAlign: 2, width: 60, type: 'Number', readOnly: 'readOnly.isEdit', getValue: 'getValue.unit_price'},
  411. {title: '原设计|数量', colSpan: '2|1', rowSpan: '1|1', field: 'oamount', hAlign: 2, width: 60, type: 'Number', readOnly: 'readOnly.isEdit', getValue: 'getValue.oamount'},
  412. {title: '|金额', colSpan: '|1', rowSpan: '|1', field: 'oa_tp', hAlign: 2, width: 80, formatter: '@', type: 'Number', readOnly: true, getValue: 'getValue.oa_tp'},
  413. {title: '申请变更增(+)减(-)|数量', colSpan: '2|1', rowSpan: '1|1', field: 'camount', hAlign: 2, width: 60, type: 'Number', readOnly: false, getValue: 'getValue.camount'},
  414. {title: '|金额', colSpan: '|1', rowSpan: '|1', field: 'ca_tp', hAlign: 2, width: 80, formatter: '@', type: 'Number', readOnly: true, getValue: 'getValue.ca_tp'},
  415. {title: '操作', colSpan: '1', rowSpan: '2', field: 'del_list', hAlign: 1, width: 40, readOnly: true, cellType: 'mouseTouch', getValue: 'getValue.del_list'},
  416. ],
  417. emptyRows: 0,
  418. headRows: 2,
  419. headRowHeight: [25, 25],
  420. defaultRowHeight: 21,
  421. headerFont: '12px 微软雅黑',
  422. font: '12px 微软雅黑',
  423. readOnly: readOnly,
  424. };
  425. </script>
  426. <script src="/public/js/change_information_set.js"></script>
  427. <script src="/public/js/change_audit.js"></script>
  428. <% } else if (auditStatus === 3 || auditStatus === 4 || auditStatus === 5 || auditStatus === 7) { %>
  429. <!--<script src="/public/js/change_show.js"></script>-->
  430. <% } else if (auditStatus === 6) { %>
  431. <!--<script src="/public/js/change_approval.js"></script>-->
  432. <% } %>
  433. <!--<script src="/public/js/change_detail.js"></script>-->