Commit 2431427f authored by sherlock's avatar sherlock

报表公式

parent d25958d5
......@@ -290,7 +290,8 @@ public class CellTemplateServiceImpl extends AbstractService {
}
if (nameList.isEmpty()) {
return formula;
// return formula;
return "报表公式";
} else {
return String.join("+", nameList);
}
......
......@@ -485,7 +485,7 @@
// cellTemplate: '<div class="ui-grid-cell-contents" title="{{row.entity.periodID}}"><span>{{row.entity.periodID}}<span></div>'
// },
{
name: $translate.instant('InvoiceDate'), width: '10',
name: $translate.instant('InvoiceDate'), width: '10%',
cellTemplate: '<div class="ui-grid-cell-contents" ><span>{{row.entity.kprq | date:"yyyy-MM-dd"}}</span></div>'
},
{
......@@ -505,7 +505,7 @@
cellTemplate: '<div class="ui-grid-cell-contents" title="{{row.entity.gfmc}}"><span>{{row.entity.gfmc}}</span></div>'
},
{
name: $translate.instant('BuyerTaxNumber'), width: '17%',
name: $translate.instant('BuyerTaxNumber'), width: '18%',
cellTemplate: '<div class="ui-grid-cell-contents" title="{{row.entity.gfsh}}"><span>{{row.entity.gfsh}}</span></div>'
},
//{
......
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