|
@@ -678,10 +678,10 @@
|
|
|
<% if (ctx.session.sessionUser.accountId === ctx.material.user_id && (ctx.material.status === auditConst.status.uncheck || ctx.material.status === auditConst.status.checkNo)) { %>
|
|
|
<script>
|
|
|
const accountGroup = JSON.parse('<%- JSON.stringify(accountGroup) %>');
|
|
|
+ const accountList = JSON.parse('<%- JSON.stringify(accountList) %>');
|
|
|
</script>
|
|
|
<% } %>
|
|
|
<script>
|
|
|
- const cur_uid = parseInt('<%- ctx.session.sessionUser.accountId %>');
|
|
|
$('.sp-location-list').on('shown.bs.modal', function () {
|
|
|
const scrollBox = $(this).find('div[class="col-8 modal-height-500"]');
|
|
|
const bdiv = (scrollBox.offset() && scrollBox.offset().top) || 0;
|