网银接口导入excel增加字段,网银收款明细页面增加小计

This commit is contained in:
zhaoxin 2018-07-20 19:55:27 +08:00
parent 448912062d
commit 1ff94c8ef7
3 changed files with 28 additions and 0 deletions

View File

@ -17,6 +17,7 @@
if(!"ReadOnly".equals(rightType) && !"0020".equals(phaseNo)){
dwTemp.MultiSelect = true;
}
dwTemp.ShowSummary = "1";
dwTemp.ReadOnly = "0";
dwTemp.setPageSize(50);
ASDataObject ado = dwTemp.getDataObject();

View File

@ -14,6 +14,7 @@
}
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
dwTemp.Style="1";
dwTemp.ShowSummary = "1";
if(!"ReadOnly".equals(rightType) && !"0020".equals(phaseNo)){
dwTemp.MultiSelect = true;
}

View File

@ -38,6 +38,32 @@
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="FACT_TIME" label="交易时间" type="STRING" length="32"/>
<attribute name="VALUE_DATE" label="起息日" type="STRING" length="32"/>
<attribute name="TRANSACTION_TYPE" label="交易类型" type="STRING" length="32"/>
<attribute name="DEBIT_MONEY" label="借方金额" type="DOUBLE" length="32" scale="2"/>
<attribute name="LEFT_MONEY" label="余额" type="DOUBLE" length="32" scale="2"/>
<attribute name="FLOW_INSTANCE_NUMBER" label="流程实例号" type="STRING" length="32"/>
<attribute name="BUSINESS_NAME" label="业务名称" type="STRING" length="255"/>
<attribute name="APPLICATION" label="用途" type="STRING" length="255"/>
<attribute name="BUSINESS_NUMBER" label="业务参考号" type="STRING" length="32"/>
<attribute name="BUSINESS_SUMMARY" label="业务摘要" type="STRING" length="255"/>
<attribute name="OTHER_SUMMARY" label="其它摘要" type="STRING" length="255"/>
<attribute name="CLIENT_BRANCH_NAME" label="收/付方分行名" type="STRING" length="255"/>
<attribute name="CLIENT_NUMBER" label="收/付方开户行行号" type="STRING" length="255"/>
<attribute name="CLIENT_ACC_ADDRESS" label="收/付方开户行地址" type="STRING" length="255"/>
<attribute name="COMPANY_BANK" label="母/子公司帐号分行名" type="STRING" length="255"/>
<attribute name="COMPANY_ACC_NUMBER" label="母/子公司帐号" type="STRING" length="255"/>
<attribute name="COMPANY_ACCOUNT" label="母/子公司名称" type="STRING" length="255"/>
<attribute name="MESSAGE_STATUS" label="信息标志" type="STRING" length="32"/>
<attribute name="IS_FILE" label="有否附件信息" type="STRING" length="32"/>
<attribute name="FLUENT_STATUS" label="冲帐标志" type="STRING" length="32"/>
<attribute name="EXPANSION_SUMMARY" label="扩展摘要" type="STRING" length="255"/>
<attribute name="TRANSACTION_ANALYSIS_CODE" label="交易分析码" type="STRING" length="255"/>
<attribute name="BILL_NUMBER" label="票据号" type="STRING" length="32"/>
<attribute name="BUSINESS_PAYMENT_NUMBER" label="商务支付订单号" type="STRING" length="255"/>
<attribute name="INNER_NUMBER" label="内部编号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>