no message

sdInAndOutDetailRepotr
huojin\hj 2025-07-09 14:30:10 +08:00
parent a4b0e00e4a
commit ca4fe25933
2 changed files with 1 additions and 27 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<pages>
<reportPage id="sdInAndOutDetailRepotr" title="库存进出明细" reportFile="sdInAndOutDetail.raq" parameter="s_id,customerNo,itemName,date1,date2,warehouse=#{SESSION_WAREHOUSE}">
<reportPage id="sdInAndOutDetailRepotr" title="库存进出明细" reportFile="sdInAndOutDetail2.raq" parameter="s_id,customerNo,itemName,date1,date2,warehouse=#{SESSION_WAREHOUSE}">
<inputUIs>
<list id="s_id" title="asn.company" row="1" col="1" span="1" width="120" defaultValue="" readOnly="false" required="true" reserve="false" forceOverride="true">
<hql><![CDATA[select company.id, company.name from Structure company

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<pages>
<reportPage id="sdInAndOutDetailRepotr" title="库存进出明细" reportFile="sdInAndOutDetail.raq" parameter="s_id,customerNo,itemName,date1,date2,warehouse=#{SESSION_WAREHOUSE}">
<inputUIs>
<list id="s_id" title="asn.company" row="1" col="1" span="1" width="120" defaultValue="" readOnly="false" required="true" reserve="false" forceOverride="true">
<hql><![CDATA[select company.id, company.name from Structure company
where company.beCompany = true
and company.disabled=false
and company.warehouse=#{SESSION_WAREHOUSE}
and (company.id in (select u.organization.id from UserOrganize u where u.user=#{SESSION_USERS})
or 0=(select COALESCE(max(u.id),0) from UserOrganize u where u.user=#{SESSION_USERS})
)
]]></hql>
</list>
<text id="customerNo" title="客户订单号" row="1" col="2" readOnly="false" required="false" reserve="false" forceOverride="false" inVisible="false" trimSpace="false" />
<text id="itemName" title="货品" row="1" col="4" readOnly="false" required="false" reserve="false" forceOverride="false" inVisible="false" trimSpace="false" />
<dateRanger id="order.date" title="操作日期" row="1" col="5"
span="2" readOnly="false" required="true" reserve="false"
forceOverride="false" inVisible="false" showTime="false"
manualEditable="true" defaultCurrentDate="false" fromDate="date1"
toDate="date2" />
</inputUIs>
</reportPage>
</pages>