no message
parent
92d2375841
commit
02196463f6
|
|
@ -13,7 +13,17 @@
|
|||
or company.id in (select detail.subOrg.id from OrganizationDetail detail where detail.org.code = #{PUBLIC_PLATFORM}))
|
||||
and company.disabled=false]]></hql>
|
||||
</remote>
|
||||
<text id="billFee.month" title="billFee.month" row="2" col="1" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" invisible="false" trimSpace="true"/>
|
||||
<list id="billFee.status" title="billFee.status" row="2" col="1" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" enumType="FeeStatus">
|
||||
<hql><![CDATA[ SELECT
|
||||
enumerate.enumValue,
|
||||
enumerate.enumValue From Enumerate enumerate
|
||||
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" />
|
||||
|
||||
|
||||
<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"/>
|
||||
|
||||
<checkbox id="ordersAll" title="ordersAll" row="16" col="2" defaultValue="false" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false"/>
|
||||
</inputUIs>
|
||||
|
|
@ -41,6 +51,8 @@
|
|||
/~billFee.code: AND billFee.code like {billFee.code}~/
|
||||
/~account.id: AND billFee.account.id = {account.id}~/
|
||||
/~billFee.month: AND billFee.month like {billFee.month}~/
|
||||
/~billFee.status: and billFee.status = {billFee.status} ~/
|
||||
/~billFee.totalFee: and billFee.totalFee = {billFee.totalFee} ~/
|
||||
order by billFee.id desc
|
||||
]]></datasource>
|
||||
<columns>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,17 @@
|
|||
or company.id in (select detail.subOrg.id from OrganizationDetail detail where detail.org.code = #{PUBLIC_PLATFORM}))
|
||||
and company.disabled=false]]></hql>
|
||||
</remote>
|
||||
<text id="billFee.month" title="billFee.month" row="2" col="1" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" invisible="false" trimSpace="true"/>
|
||||
<list id="billFee.status" title="billFee.status" row="2" col="1" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" enumType="FeeStatus">
|
||||
<hql><![CDATA[ SELECT
|
||||
enumerate.enumValue,
|
||||
enumerate.enumValue From Enumerate enumerate
|
||||
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" />
|
||||
|
||||
|
||||
<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"/>
|
||||
|
||||
<checkbox id="ordersAll" title="ordersAll" row="16" col="2" defaultValue="false" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false"/>
|
||||
</inputUIs>
|
||||
|
|
@ -41,6 +51,8 @@
|
|||
/~billFee.code: AND billFee.code like {billFee.code}~/
|
||||
/~account.id: AND billFee.account.id = {account.id}~/
|
||||
/~billFee.month: AND billFee.month like {billFee.month}~/
|
||||
/~billFee.status: and billFee.status = {billFee.status} ~/
|
||||
/~billFee.totalFee: and billFee.totalFee = {billFee.totalFee} ~/
|
||||
order by billFee.id desc
|
||||
]]></datasource>
|
||||
<columns>
|
||||
|
|
|
|||
Loading…
Reference in New Issue