no message
parent
b2f00a7228
commit
8510d425c2
|
|
@ -33,7 +33,6 @@
|
|||
where 1=1
|
||||
and loc.disabled = false and loc.type in ('TRANSIT','STORAGE','PROCESS','BAD')
|
||||
and (loc.mixItem=true or lv.loc_status='空')
|
||||
and loc.warehouse = #{SESSION_WAREHOUSE}
|
||||
/~p_row1: AND lv.pRow >={p_row1} ~/
|
||||
/~p_row2: AND lv.pRow <={p_row2} ~/
|
||||
/~l_row1: AND lv.lRow >={l_row1} ~/
|
||||
|
|
|
|||
|
|
@ -1,65 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<pages>
|
||||
<maintainPage id="editLocationRegistrationPage" autoQuery="true" width="500" height="330">
|
||||
<search>
|
||||
<inputUIs>editLocationMoveDocPage
|
||||
<hidden id="l.id" reserve="false"/>
|
||||
<remote id="zone.id" title="库区" row="1" col="1" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" manualEditable="true" percentSignPosition="both" displayColumn="2" displayedTableHead="序号,库区编码,库区名称">
|
||||
<hql><![CDATA[select zone.id, zone.code, zone.name
|
||||
from WarehouseArea zone
|
||||
where upper(zone.code) like upper(:param)
|
||||
order by zone.code]]></hql>
|
||||
</remote>
|
||||
<!-- <remote id="l.dock.id" title="asnOneReivePage.revLocation" row="20" col="1" span="1" readOnly="false" required="true" reserve="false" forceOverride="true" inVisible="false" manualEditable="true" percentSignPosition="both" displayColumn="2" displayedTableHead="序号,库位编码,库位名称"> -->
|
||||
<!-- <hql><![CDATA[select loc.id, loc.code, loc.name -->
|
||||
<!-- from LocStatusView lv -->
|
||||
<!-- left join lv.loc loc -->
|
||||
<!-- where loc.code like :param -->
|
||||
<!-- and loc.disabled = false and loc.type in ('TRANSIT','STORAGE') -->
|
||||
<!-- and (loc.mixItem=true or lv.loc_status='空') -->
|
||||
<!-- and loc.warehouse = #{SESSION_WAREHOUSE} order by loc.code]]></hql> -->
|
||||
<!-- </remote> -->
|
||||
<numberText id="p_row1" title="开始排" row="2" col="1" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" trimSpace="true" isPrecision="false" returnType="Integer"/>
|
||||
<numberText id="p_row2" title="截止排" row="2" col="2" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" trimSpace="true" isPrecision="false" returnType="Integer"/>
|
||||
<numberText id="l_row1" title="开始列" row="3" col="1" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" trimSpace="true" isPrecision="false" returnType="Integer"/>
|
||||
<numberText id="l_row2" title="截止列" row="3" col="2" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" trimSpace="true" isPrecision="false" returnType="Integer"/>
|
||||
</inputUIs>
|
||||
</search>
|
||||
<datasource type="hql"><![CDATA[select loc.id,loc.zone.code, loc.code, loc.name
|
||||
from LocStatusView lv
|
||||
left join lv.loc loc
|
||||
left join lv.loc.zone
|
||||
where 1=1
|
||||
and loc.disabled = false and loc.type in ('TRANSIT','STORAGE','PROCESS','BAD')
|
||||
and (loc.mixItem=true or lv.loc_status='空')
|
||||
and loc.warehouse = #{SESSION_WAREHOUSE}
|
||||
/~p_row1: AND lv.pRow >={p_row1} ~/
|
||||
/~p_row2: AND lv.pRow <={p_row2} ~/
|
||||
/~l_row1: AND lv.lRow >={l_row1} ~/
|
||||
/~l_row2: AND lv.lRow <={l_row2} ~/
|
||||
/~zone.id: AND loc.zone.id = {zone.id} ~/
|
||||
order by loc.code]]></datasource>
|
||||
<columns>
|
||||
<column id="loc.id" title="asn.id" visible="false"/>
|
||||
<column id="loc.zone,name" width="80" title="zone.name" visible="true" horizonAlign="left"/>
|
||||
<column id="loc.code" width="80" title="asnOneReivePage.revLocation" visible="true" horizonAlign="left"/>
|
||||
</columns>
|
||||
<buttons>
|
||||
<commit id="save" title="save" enableType="none" invisible="false">
|
||||
<mappings>
|
||||
<mapping id="checkRelea.id" className="long"/>
|
||||
<mapping id="asn.id" className="long"/>
|
||||
<mapping id="ids" className="list"/>
|
||||
</mappings>
|
||||
<actions>
|
||||
<action managerName="customsOrderManager" methodName="saveLocationRegistration" parameter="checkRelea.id,asn.id,ids"/>
|
||||
</actions>
|
||||
<forwards>
|
||||
<forward name="refreshParent" newEnabled="true" editEnabled="true"/>
|
||||
<forward name="resetWindow" newEnabled="true" editEnabled="false"/>
|
||||
</forwards>
|
||||
</commit>
|
||||
</buttons>
|
||||
</maintainPage>
|
||||
</pages>
|
||||
Loading…
Reference in New Issue