<%include ./common.html %>
<% if (Object.keys(libData).length > 0 && libData.bill_lib.length > 0) { %> <% libData.bill_lib.forEach(function (bill, index){ %>

<% if (index === 0) {%> <% } %><%= bill.name %>

<% }) %> <% } %>
添加
<% if (Object.keys(libData).length > 0 && libData.ration_lib.length > 0) { %> <% libData.ration_lib.forEach(function (ration, index){ %>

<% if (index === 0) {%> <% } %><%= ration.name %>

<% }) %> <% } %>
添加
<% if (Object.keys(libData).length > 0 && libData.glj_lib.length > 0) { %> <% libData.glj_lib.forEach(function (glj, index){ %>

<% if (index === 0) {%> <% } %><%= glj.name %>

<% }) %> <% } %>
添加
<% if (Object.keys(libData).length > 0 && libData.billsGuidance_lib.length > 0) { %> <% libData.billsGuidance_lib.forEach(function (billsGuidance, index){ %>

<% if (index === 0) {%> <% } %><%= billsGuidance.name %>

<% }) %> <% } %>
添加
<% if (Object.keys(libData).length > 0 && libData.fee_lib.length > 0) { %> <% libData.fee_lib.forEach(function (fee, index){ %>

<% if (index === 0) {%> <% } %><%= fee.name %>

<% }) %> <% } %>
添加
<% if (Object.keys(libData).length > 0 && libData.artificial_lib.length > 0) { %> <% libData.artificial_lib.forEach(function (artificial, index){ %>

<% if (index === 0) {%> <% } %><%= artificial.name %>

<% }) %> <% } %>
添加
计算程序/清单模板/列设置 添加 <% if (Object.keys(libData).length > 0 && libData.tax_group.length > 0) { %> <% for(let tax of libData.tax_group) {%> <% let groupIndex = "";%> <% } %> <% } %>
计税方式 计算程序 清单模板 列设置 操作
<% if(tax.taxType === "1") { %> <% groupIndex = groupIndex + tax.taxType;%> 一般计税 <% } else if(tax.taxType === "2"){%> <% groupIndex = groupIndex + tax.taxType;%> 简易计税 <% } %> <% if(tax.program_lib) { %> <% groupIndex = groupIndex + tax.program_lib.id;%> <%= tax.program_lib.displayName%> <% } %> <% if(tax.template_lib) { %> <% groupIndex = groupIndex + tax.template_lib.id;%> <%= tax.template_lib.name%> <% } %> <% if(tax.col_lib) { %> <% groupIndex = groupIndex + tax.col_lib.id;%> <%= tax.col_lib.name%> <% } %> 编辑/删除
<%include ../compilation/modal.html %>