61 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			XML
		
	
	
		
		
			
		
	
	
			61 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			XML
		
	
	
| 
								 | 
							
								<?xml version="1.0" encoding="UTF-8"?>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<pages>
							 | 
						||
| 
								 | 
							
								    <editPage id="editReceivePage" title="editReceivePage" entityClass="com.dev.swms.server.model.order.CheckRelea" onClose="refreshParent" width="300" height="330">
							 | 
						||
| 
								 | 
							
								        <inputUIs>
							 | 
						||
| 
								 | 
							
								            <hidden id="checkRelea.id" reserve="false"/>
							 | 
						||
| 
								 | 
							
								            
							 | 
						||
| 
								 | 
							
								             <list id="checkRelea.dock.id" title="作业平台" row="1" col="1" span="1"  width="120" readOnly="false" required="false" reserve="false" forceOverride="true" >
							 | 
						||
| 
								 | 
							
								                    <hql><![CDATA[ SELECT 
							 | 
						||
| 
								 | 
							
								  c.id, 
							 | 
						||
| 
								 | 
							
								  c.code,
							 | 
						||
| 
								 | 
							
								  c.name 
							 | 
						||
| 
								 | 
							
								  FROM Location c    
							 | 
						||
| 
								 | 
							
								   WHERE c.disabled=0  and (c.type ='RECEIVE'  or c.type ='SHIP' )
							 | 
						||
| 
								 | 
							
								    and c.warehouse = #{SESSION_WAREHOUSE} order by c.code
							 | 
						||
| 
								 | 
							
								  ]]></hql> 
							 | 
						||
| 
								 | 
							
								        	 </list>
							 | 
						||
| 
								 | 
							
								        	 <list id="checkRelea.worker1.id" title="理货员" row="2" col="1" span="1"  width="120" readOnly="false" required="false" reserve="false" forceOverride="true" >
							 | 
						||
| 
								 | 
							
								                    <hql><![CDATA[ SELECT 
							 | 
						||
| 
								 | 
							
								  c.id, 
							 | 
						||
| 
								 | 
							
								  c.name 
							 | 
						||
| 
								 | 
							
								  FROM Worker c  
							 | 
						||
| 
								 | 
							
								  WHERE c.disabled=0 and c.type='FORKLIFT'
							 | 
						||
| 
								 | 
							
								  ]]></hql> 
							 | 
						||
| 
								 | 
							
								        	</list>
							 | 
						||
| 
								 | 
							
								        	<list id="checkRelea.worker2.id" title="理动力人员" row="3" col="1" span="1"  width="120" readOnly="false" required="false" reserve="false" forceOverride="true" >
							 | 
						||
| 
								 | 
							
								                    <hql><![CDATA[ SELECT 
							 | 
						||
| 
								 | 
							
								  c.id, 
							 | 
						||
| 
								 | 
							
								  c.name 
							 | 
						||
| 
								 | 
							
								  FROM Worker c  
							 | 
						||
| 
								 | 
							
								  WHERE c.disabled=0 and c.type='GENARAL'
							 | 
						||
| 
								 | 
							
								  ]]></hql> 
							 | 
						||
| 
								 | 
							
								        	</list>
							 | 
						||
| 
								 | 
							
								        	<list id="checkRelea.worker3.id" title="仓库派单员" row="4" col="1" span="1"  width="120" readOnly="false" required="false" reserve="false" forceOverride="true" >
							 | 
						||
| 
								 | 
							
								                    <hql><![CDATA[ SELECT 
							 | 
						||
| 
								 | 
							
								  c.id, 
							 | 
						||
| 
								 | 
							
								  c.name 
							 | 
						||
| 
								 | 
							
								  FROM Worker c  
							 | 
						||
| 
								 | 
							
								  WHERE c.disabled=0 and c.type='DISPATCHER'
							 | 
						||
| 
								 | 
							
								  ]]></hql> 
							 | 
						||
| 
								 | 
							
								        	</list>
							 | 
						||
| 
								 | 
							
								        </inputUIs>
							 | 
						||
| 
								 | 
							
								        <buttons>
							 | 
						||
| 
								 | 
							
								            <commit id="save" title="save" enableType="none" invisible="false">
							 | 
						||
| 
								 | 
							
								                <mappings>
							 | 
						||
| 
								 | 
							
								                	<mapping id="parentIds" className="list"/>
							 | 
						||
| 
								 | 
							
								                	<mapping id="asn.id" className="long"/>
							 | 
						||
| 
								 | 
							
								                    <mapping id="crd" className="com.dev.swms.server.model.order.CheckRelea"/>
							 | 
						||
| 
								 | 
							
								                </mappings>
							 | 
						||
| 
								 | 
							
								                <actions>
							 | 
						||
| 
								 | 
							
								                    <action managerName="customsOrderManager" methodName="saveRegisterCheckRelea" parameter="parentIds,asn.id,crd"/>
							 | 
						||
| 
								 | 
							
								                </actions>
							 | 
						||
| 
								 | 
							
								                <forwards>
							 | 
						||
| 
								 | 
							
								                    <forward name="refreshParent" newEnabled="true" editEnabled="true"/>
							 | 
						||
| 
								 | 
							
								                    <forward name="resetWindow" newEnabled="true" editEnabled="false"/>
							 | 
						||
| 
								 | 
							
								                </forwards>
							 | 
						||
| 
								 | 
							
								            </commit>
							 | 
						||
| 
								 | 
							
								        </buttons>
							 | 
						||
| 
								 | 
							
								    </editPage>
							 | 
						||
| 
								 | 
							
								</pages>
							 |