|
@@ -43,8 +43,10 @@
|
|
|
<select class="form-control form-control-sm" id="project-code">
|
|
|
<option></option>
|
|
|
<% for (const cp of changeProjectList) { %>
|
|
|
+ <% if (ctx.helper._.findIndex(changes, { project_code: cp.code }) === -1) { %>
|
|
|
<option><%- cp.code %></option>
|
|
|
<% } %>
|
|
|
+ <% } %>
|
|
|
</select>
|
|
|
</div>
|
|
|
<input value="" type="hidden" id="bj-name">
|