|
@@ -620,6 +620,9 @@
|
|
,{field:'money',align:'center', title: '开票金额(元)', width:110,templet:function(d){
|
|
,{field:'money',align:'center', title: '开票金额(元)', width:110,templet:function(d){
|
|
return "<span title='"+ d.money +"'>" + d.money + "</span>";
|
|
return "<span title='"+ d.money +"'>" + d.money + "</span>";
|
|
}}
|
|
}}
|
|
|
|
+ ,{field:'widTotalMoney',align:'center', title: '发票金额(元)', width:120,templet:function(d){
|
|
|
|
+ return "<span title='"+ d.widTotalMoney +"'>" + d.widTotalMoney + "</span>";
|
|
|
|
+ }}
|
|
,{field:'billingContent',align:'center', title: '开票内容', width:90,templet:function(d){
|
|
,{field:'billingContent',align:'center', title: '开票内容', width:90,templet:function(d){
|
|
return "<span title='"+ d.billingContent +"'>" + d.billingContent + "</span>";
|
|
return "<span title='"+ d.billingContent +"'>" + d.billingContent + "</span>";
|
|
}}
|
|
}}
|
|
@@ -629,9 +632,7 @@
|
|
,{field:'invoiceType',align:'center', title: '发票类型', width:90,templet:function(d){
|
|
,{field:'invoiceType',align:'center', title: '发票类型', width:90,templet:function(d){
|
|
return "<span title='"+ d.invoiceType +"'>" + d.invoiceType + "</span>";
|
|
return "<span title='"+ d.invoiceType +"'>" + d.invoiceType + "</span>";
|
|
}}
|
|
}}
|
|
- ,{field:'widTotalMoney',align:'center', title: '发票金额(元)', width:120,templet:function(d){
|
|
|
|
- return "<span title='"+ d.widTotalMoney +"'>" + d.widTotalMoney + "</span>";
|
|
|
|
- }}
|
|
|
|
|
|
+
|
|
,{field:'createDate',align:'center', sort:true,title: '开票日期', width:80}
|
|
,{field:'createDate',align:'center', sort:true,title: '开票日期', width:80}
|
|
,{field:'receiptMoneyDate',align:'center', sort:true,title: '收款日期', width:80}
|
|
,{field:'receiptMoneyDate',align:'center', sort:true,title: '收款日期', width:80}
|
|
,{field:'receiptMoney',align:'center', title: '是否收款', width:80}
|
|
,{field:'receiptMoney',align:'center', title: '是否收款', width:80}
|