对账单增加金额查询
parent
b1666e909e
commit
7c85c3882d
|
|
@ -20,7 +20,7 @@
|
|||
where enumerate.enumType = 'FeeStatus' and enumerate.enumValue in('OPEN','BILL_CHECK')
|
||||
order by enumerate.id]]></hql>
|
||||
</list>
|
||||
<numberText id="billFee.totalFee" title="billFee.totalFee" row="2" col="2" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" validator="number" returnType="Double" decimal="0" />
|
||||
<numberText id="billFee.totalFee" title="billFee.totalFee" row="2" col="2" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" validator="number" returnType="Double" decimal="2" />
|
||||
|
||||
|
||||
<text id="billFee.month" title="billFee.month" row="3" col="1" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" invisible="false" trimSpace="true"/>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
where enumerate.enumType = 'FeeStatus' and enumerate.enumValue in('OPEN','BILL_CHECK')
|
||||
order by enumerate.id]]></hql>
|
||||
</list>
|
||||
<numberText id="billFee.totalFee" title="billFee.totalFee" row="2" col="2" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" validator="number" returnType="Double" decimal="0" />
|
||||
<numberText id="billFee.totalFee" title="billFee.totalFee" row="2" col="2" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" validator="number" returnType="Double" decimal="2" />
|
||||
|
||||
|
||||
<text id="billFee.month" title="billFee.month" row="3" col="1" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" invisible="false" trimSpace="true"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue