|
@@ -121,7 +121,7 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <form class="modal-footer" method="post" action="/tender/<%- tender.id %>/ledger/audit/start">
|
|
|
+ <form class="modal-footer" method="post" action="/tender/<%- tender.id %>/ledger/audit/start" onsubmit="return checkAuditorFrom()">
|
|
|
<button type="button" class="btn btn-secondary" data-dismiss="modal">关闭</button>
|
|
|
<input type="hidden" name="_csrf" value="<%= ctx.csrf %>">
|
|
|
<button class="btn btn-primary" type="submit">确认上报</button>
|
|
@@ -236,7 +236,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <form class="modal-footer" action="/tender/<%- tender.id %>/ledger/audit/start" method="post">
|
|
|
+ <form class="modal-footer" action="/tender/<%- tender.id %>/ledger/audit/start" method="post" onsubmit="return checkAuditorFrom()">
|
|
|
<button type="submit" class="btn btn-primary">确认上报</button>
|
|
|
<input type="hidden" name="_csrf" value="<%= ctx.csrf %>">
|
|
|
<button type="button" class="btn btn-secondary" data-dismiss="modal">关闭</button>
|