| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Glue:GlueDiagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Glue="http://www.glueframework.com/activitydiagram/" id="2" location="20,20" size="100,100">
- <child xsi:type="Glue:InitialState" id="19" location="313,44" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:RouterActivity" id="20" location="78,221" size="470,-1" input="//@wire.5" output="//@wire.6 //@wire.8 //@wire.10" name="DefaultRouter">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- </child>
- <child xsi:type="Glue:Activity" id="23" location="219,98" size="194,-1" input="//@wire.0" output="//@wire.4" name="SetResultKeyList">
- <property key="ResultKeyList" value="EmpListResult|EmpListResult2"/>
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:Activity" id="209" location="219,159" size="198,-1" input="//@wire.4" output="//@wire.5" name="InitParams">
- <property key="class" value="xin.glue.ui.common.PosInitParam"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:FinalState" id="521" location="296,503" size="-1,-1" input="//@wire.7 //@wire.9 //@wire.10"/>
- <child xsi:type="Glue:SearchActivity" id="546" location="240,334" size="147,-1" input="//@wire.6" output="//@wire.7" name="Find_BB_RollWork">
- <property key="param5" value="ord_no"/>
- <property key="param6" value="ord_seq"/>
- <property key="param7" value="PRD_TY"/>
- <property key="resultkey" value="EmpListResult"/>
- <property key="param-count" value="10"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="rollwork_bb.find"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param0" value="ROLLMANANO"/>
- <property key="param1" value="p_st_date"/>
- <property key="param2" value="p_end_date"/>
- <property key="param3" value="millst_date"/>
- <property key="param4" value="millend_date"/>
- <property key="param8" value="fahuo_fangshi"/>
- <property key="param9" value="ordthk"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="547" location="419,344" size="123,-1" input="//@wire.8" output="//@wire.9" name="FindRollManaNo">
- <property key="sqlkey" value="rollwork_bb.findRollManaNo"/>
- <property key="resultkey" value="EmpListResult2"/>
- <property key="dao" value="mesdao"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="16" guardcondition="success" firstRelativePoint="310,89" lastRelativePoint="310,139"/>
- <wire id="25" guardcondition="success" firstRelativePoint="385,328" lastRelativePoint="385,328"/>
- <wire id="33" guardcondition="success" firstRelativePoint="391,312" lastRelativePoint="349,312"/>
- <wire id="131" guardcondition="success" firstRelativePoint="308,111" lastRelativePoint="308,89"/>
- <wire id="148" guardcondition="success" firstRelativePoint="323,128" lastRelativePoint="323,159"/>
- <wire id="149" guardcondition="success" firstRelativePoint="320,189" lastRelativePoint="320,221"/>
- <wire id="187" guardcondition="findRollWork" firstRelativePoint="311,251" lastRelativePoint="311,334">
- <bendpoint weight="0.5" firstDimension="-2,64" secondDimension="-2,-49"/>
- </wire>
- <wire id="188" guardcondition="success" firstRelativePoint="306,364" lastRelativePoint="306,502"/>
- <wire id="652" guardcondition="findRollManaNo" firstRelativePoint="481,251" lastRelativePoint="481,344"/>
- <wire id="653" guardcondition="success" firstRelativePoint="481,374" lastRelativePoint="316,512">
- <bendpoint weight="0.5" firstDimension="1,153" secondDimension="175,-1"/>
- </wire>
- <wire id="654" guardcondition="success" firstRelativePoint="190,251" lastRelativePoint="295,512">
- <bendpoint weight="0.5" firstDimension="-123,275" secondDimension="-116,-2"/>
- </wire>
- </Glue:GlueDiagram>
|