|
@@ -107,7 +107,7 @@
|
|
|
<script src="/public/js/datepicker/datepicker.min.js"></script>
|
|
|
<script src="/public/js/datepicker/datepicker.zh.js"></script>
|
|
|
<script>
|
|
|
- <% if (stages.length > 0 && stages[0].status !== auditConst.status.checked && stages[0].user_id === ctx.session.sessionUser.accountId) { %>
|
|
|
+ <% if (stages.length > 0 && stages[0].user_id === ctx.session.sessionUser.accountId) { %>
|
|
|
$(function () {
|
|
|
$('.edit-stage').on('click', function () {
|
|
|
const index = parseInt($(this).data('index'));
|