材料收发统计表优化系统查询代码
This commit is contained in:
parent
d0b3bc0463
commit
02301f9581
|
|
@ -33,7 +33,7 @@ import kd.ec.basedata.common.utils.CurrencyHelper;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 材料收发统计表二开系统查询插件,源插件:kd.ec.material.report.WarehouseReportQueryPlugin
|
* 材料收发统计表二开系统查询插件,源系统插件:kd.ec.material.report.WarehouseReportQueryPlugin
|
||||||
*/
|
*/
|
||||||
public class WarehouseReportQueryPluginExt extends AbstractReportListDataPlugin {
|
public class WarehouseReportQueryPluginExt extends AbstractReportListDataPlugin {
|
||||||
private static final String[] sumFieldArr = new String[]{"initqty", "initamtoftax", "initamtofnotax", "inqty", "inamtofnotax", "inamtoftax", "outqty", "outamtoftax", "outamtofnotax", "stockqty", "stockamtoftax", "stockamtofnotax"};
|
private static final String[] sumFieldArr = new String[]{"initqty", "initamtoftax", "initamtofnotax", "inqty", "inamtofnotax", "inamtoftax", "outqty", "outamtoftax", "outamtofnotax", "stockqty", "stockamtoftax", "stockamtofnotax"};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue