Commit 38ee7778 by guanzhenshan

解决费用类别没有显示的问题

parent 5c982a6c
......@@ -9653,7 +9653,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
companyName = a.company_name,
currency = a.dic,
departmentName = a.department_name,
feeSubType = a.type_name,
a.type_name,
a.accounting_subject_name,
//feeSuperType = a.fee_super_type,
no = a.cost_no,
......
......@@ -52,7 +52,7 @@
},
{ field: 'departmentName', title: '部门名称' },
{ field: 'companyName', title: '付款主体名称', },
{ field: 'feeSuperType', title: '费用类别' },
{ field: 'type_name', title: '费用类别' },
{ field: 'accounting_subject_name', title: '会计科目' },
{ field: 'amount',title: '金额' },
{ field: 'currency', title: '币种' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment