EAS BOS 分录设置统计列,显示合计行

/**
 *在EditUI覆盖setTableToSumField()方法
 *在数组中传入要统计的列
 *添加以下代码后分录底部会出现合计行
 */
@Overriod
protected void setTableToSumField() {
    super.setTableToSumField();
    setTableToSumField(kdtEntry, new String[] {"qty", "amount", "tax", "taxAmount"});//数组中传入要统计的列
}

猜你喜欢

转载自blog.csdn.net/qq_25170493/article/details/83892635
今日推荐