|
@@ -32,7 +32,8 @@ public class StorDocReportRefModel extends AbstractRefModel{
|
|
|
@Override
|
|
|
public void reset() {
|
|
|
this.setFieldCode(new String[] {
|
|
|
- DefdocVO.CODE, DefdocVO.NAME, DefdocVO.MEMO, DefdocVO.MNECODE,DefdocVO.NAME2,DefdocVO.NAME3,DefdocVO.NAME4
|
|
|
+ DefdocVO.CODE, DefdocVO.NAME, DefdocVO.MEMO, DefdocVO.MNECODE,DefdocVO.NAME2,DefdocVO.NAME3,DefdocVO.NAME4,
|
|
|
+ DefdocVO.SHORTNAME2,DefdocVO.SHORTNAME5,DefdocVO.SHORTNAME4
|
|
|
});
|
|
|
this.setFieldName(new String[] {
|
|
|
"发票代码",
|
|
@@ -41,7 +42,10 @@ public class StorDocReportRefModel extends AbstractRefModel{
|
|
|
"购买方纳税人识别号",
|
|
|
"购买方公司名称",
|
|
|
"销售方纳税人识别号",
|
|
|
- "销售方公司名称"
|
|
|
+ "销售方公司名称",
|
|
|
+ "价税合计",
|
|
|
+ "发票类型",
|
|
|
+ "发票时间"
|
|
|
});
|
|
|
this.setHiddenFieldCode(new String[] {
|
|
|
DefdocVO.PK_DEFDOC
|