no message
parent
02196463f6
commit
07111499c6
|
|
@ -13,7 +13,16 @@
|
||||||
or company.id in (select detail.subOrg.id from OrganizationDetail detail where detail.org.code = #{PUBLIC_PLATFORM}))
|
or company.id in (select detail.subOrg.id from OrganizationDetail detail where detail.org.code = #{PUBLIC_PLATFORM}))
|
||||||
and company.disabled=false]]></hql>
|
and company.disabled=false]]></hql>
|
||||||
</remote>
|
</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"/>
|
||||||
</inputUIs>
|
</inputUIs>
|
||||||
</search>
|
</search>
|
||||||
<datasource type="hql"><![CDATA[ SELECT
|
<datasource type="hql"><![CDATA[ SELECT
|
||||||
|
|
@ -43,6 +52,8 @@
|
||||||
/~billFee.code: AND billFee.code like {billFee.code}~/
|
/~billFee.code: AND billFee.code like {billFee.code}~/
|
||||||
/~account.id: AND billFee.account.id = {account.id}~/
|
/~account.id: AND billFee.account.id = {account.id}~/
|
||||||
/~billFee.month: AND billFee.month like {billFee.month}~/
|
/~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
|
order by billFee.id desc
|
||||||
]]></datasource>
|
]]></datasource>
|
||||||
<columns>
|
<columns>
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,13 @@
|
||||||
FROM Enumerate t
|
FROM Enumerate t
|
||||||
WHERE t.enumType = 'InvoiceType' and t.enumValue in ('ORDINARY','DEDICATED')]]></hql>
|
WHERE t.enumType = 'InvoiceType' and t.enumValue in ('ORDINARY','DEDICATED')]]></hql>
|
||||||
</list>
|
</list>
|
||||||
|
<list id="invoice.invoiceState" title="ABD.statu" row="3" col="2" 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','VERIFICATION')
|
||||||
|
order by enumerate.id]]></hql>
|
||||||
|
</list>
|
||||||
</inputUIs>
|
</inputUIs>
|
||||||
</search>
|
</search>
|
||||||
<datasource type="hql"><![CDATA[ SELECT
|
<datasource type="hql"><![CDATA[ SELECT
|
||||||
|
|
@ -43,6 +50,7 @@
|
||||||
/~ABD.invoiceNo: AND ABD.invoiceNo like upper({ABD.invoiceNo})~/
|
/~ABD.invoiceNo: AND ABD.invoiceNo like upper({ABD.invoiceNo})~/
|
||||||
/~invoiceCompany.companyName: AND invoiceCompany.companyName like {invoiceCompany.companyName}~/
|
/~invoiceCompany.companyName: AND invoiceCompany.companyName like {invoiceCompany.companyName}~/
|
||||||
/~applyBill.invoiceType: AND applyBill.invoiceType = {applyBill.invoiceType}~/
|
/~applyBill.invoiceType: AND applyBill.invoiceType = {applyBill.invoiceType}~/
|
||||||
|
/~invoice.invoiceState: and invoice.invoiceState = {invoice.invoiceState} ~/
|
||||||
]]></datasource>
|
]]></datasource>
|
||||||
<columns>
|
<columns>
|
||||||
<column id="invoice.id" title="invoice.id" visible="false" horizonAlign="center" verticalAlign="middle" sortIndex="1" sortType="DESC"/>
|
<column id="invoice.id" title="invoice.id" visible="false" horizonAlign="center" verticalAlign="middle" sortIndex="1" sortType="DESC"/>
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,16 @@
|
||||||
or company.id in (select detail.subOrg.id from OrganizationDetail detail where detail.org.code = #{PUBLIC_PLATFORM}))
|
or company.id in (select detail.subOrg.id from OrganizationDetail detail where detail.org.code = #{PUBLIC_PLATFORM}))
|
||||||
and company.disabled=false]]></hql>
|
and company.disabled=false]]></hql>
|
||||||
</remote>
|
</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"/>
|
||||||
</inputUIs>
|
</inputUIs>
|
||||||
</search>
|
</search>
|
||||||
<datasource type="hql"><![CDATA[ SELECT
|
<datasource type="hql"><![CDATA[ SELECT
|
||||||
|
|
@ -43,6 +52,8 @@
|
||||||
/~billFee.code: AND billFee.code like {billFee.code}~/
|
/~billFee.code: AND billFee.code like {billFee.code}~/
|
||||||
/~account.id: AND billFee.account.id = {account.id}~/
|
/~account.id: AND billFee.account.id = {account.id}~/
|
||||||
/~billFee.month: AND billFee.month like {billFee.month}~/
|
/~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
|
order by billFee.id desc
|
||||||
]]></datasource>
|
]]></datasource>
|
||||||
<columns>
|
<columns>
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,13 @@
|
||||||
FROM Enumerate t
|
FROM Enumerate t
|
||||||
WHERE t.enumType = 'InvoiceType' and t.enumValue in ('ORDINARY','DEDICATED')]]></hql>
|
WHERE t.enumType = 'InvoiceType' and t.enumValue in ('ORDINARY','DEDICATED')]]></hql>
|
||||||
</list>
|
</list>
|
||||||
|
<list id="invoice.invoiceState" title="ABD.statu" row="3" col="2" 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','VERIFICATION')
|
||||||
|
order by enumerate.id]]></hql>
|
||||||
|
</list>
|
||||||
</inputUIs>
|
</inputUIs>
|
||||||
</search>
|
</search>
|
||||||
<datasource type="hql"><![CDATA[ SELECT
|
<datasource type="hql"><![CDATA[ SELECT
|
||||||
|
|
@ -43,6 +50,7 @@
|
||||||
/~ABD.invoiceNo: AND ABD.invoiceNo like upper({ABD.invoiceNo})~/
|
/~ABD.invoiceNo: AND ABD.invoiceNo like upper({ABD.invoiceNo})~/
|
||||||
/~invoiceCompany.companyName: AND invoiceCompany.companyName like {invoiceCompany.companyName}~/
|
/~invoiceCompany.companyName: AND invoiceCompany.companyName like {invoiceCompany.companyName}~/
|
||||||
/~applyBill.invoiceType: AND applyBill.invoiceType = {applyBill.invoiceType}~/
|
/~applyBill.invoiceType: AND applyBill.invoiceType = {applyBill.invoiceType}~/
|
||||||
|
/~invoice.invoiceState: and invoice.invoiceState = {invoice.invoiceState} ~/
|
||||||
]]></datasource>
|
]]></datasource>
|
||||||
<columns>
|
<columns>
|
||||||
<column id="invoice.id" title="invoice.id" visible="false" horizonAlign="center" verticalAlign="middle" sortIndex="1" sortType="DESC"/>
|
<column id="invoice.id" title="invoice.id" visible="false" horizonAlign="center" verticalAlign="middle" sortIndex="1" sortType="DESC"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue