Kaynağa Gözat

参照模板修改

pancy 2 yıl önce
ebeveyn
işleme
1a5f3542fd

+ 6 - 2
pu/pu/src/public/nc/ui/bd/ref/model/StorDocReportRefModel.java

@@ -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