@@ -193,6 +193,14 @@
}
},
{
+ title:'发票类别',
+ align:"center",
+ dataIndex: 'invoiceType_dictText',
+ customRender:function (text,record) {
+ return text?"text":"--"
+ }
+ },
+ {
title:'申请人',
align:"center",
dataIndex: 'createBy'