版本管理

<% if(Object.keys(selectedVersion).length > 0) { %>

<%= selectedVersion.name %>确定修改

<% selectedVersion.standard_bill.forEach(function (bill){ %>

<% if (selectedVersion.standard_bill.length > 1) { %> <% } %> <%= bill.name %>

<% }) %>
添加
<% selectedVersion.ration_lib.forEach(function (ration){ %>

<% if (selectedVersion.ration_lib.length > 1) { %> <% } %> <%= ration.name %>

<% }) %>
添加
<% } %>