Compare commits

...

1 Commits

Author SHA1 Message Date
huojin\hj 5fadbbb4d1 no message 2025-08-12 21:24:17 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<pages>
<reportPage id="sdInAndOutDetailRepotr" title="库存进出明细" reportFile="sdInAndOutDetail2.raq" parameter="s_id,customerNo,itemName,date1,date2,warehouse=#{SESSION_WAREHOUSE}">
<reportPage id="sdInAndOutDetailRepotr" title="库存进出明细" reportFile="sdInAndOutDetail2.raq" parameter="kh,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">
<list id="kh" 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