| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="../../css/body.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>
- <![CDATA[炼钢作业 >> 板坯库管理 >> 炼钢板坯垛位配置(UIG040022)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <searchData>
- <xtag/>
- <ytag/>
- </searchData>
- <formData>
- <YARD_ADDR/>
- <STORELAY/>
- <ADDR_SERVICE/>
- </formData>
- <gridData/>
- <resData/>
- </root>
- </instance>
- </model>
- <script type="javascript">
- <![CDATA[
- function find(){
- commSendReq("/root/searchData");
- commSubmit("UIG040022-service","find","glueAction.do");
- commAppendData("/root/gridData/searchYardVO_VO", "/root/resData/searchYardVO_VO");
- datagrid1.refresh();
- }
-
- function add(){
- commSendReq("/root/formData");
- commSubmit("UIG040022-service","add","glueAction.do");
- }
-
- function del(){
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- commMultiUpdate(datagrid1,"/root/reqData","A",true,"rowStuts");
- commSubmit("UIG040022-service","delete","glueAction.do");
-
- datagrid1.refresh();
- }
- ]]>
- </script>
- <script type="javascript" src="../../js/boaCommon.js"/>
- </xhtml:head>
- <xhtml:body guideline="1,980;">
- <caption id="caption54" class="cell" style="left:0px; top:0px; width:80px; height:20px; border-color:#000000; ">板坯库区1</caption>
- <select1 id="combo1" ref="/root/searchData/xtag" appearance="minimal" style="left:82px; top:0px; width:90px; height:20px; ">
- <choices>
- <item>
- <label>特厚板</label>
- <value>H</value>
- </item>
- <item>
- <label>热轧</label>
- <value>L</value>
- </item>
- </choices>
- </select1>
- <caption id="caption1" class="cell" style="left:178px; top:0px; width:80px; height:20px; border-color:#000000; ">板坯库区2</caption>
- <select1 id="combo2" ref="/root/searchData/ytag" appearance="minimal" style="left:260px; top:0px; width:90px; height:20px; ">
- <choices>
- <item>
- <label>1</label>
- <value>1</value>
- </item>
- <item>
- <label>2</label>
- <value>2</value>
- </item>
- <item>
- <label>3</label>
- <value>3</value>
- </item>
- <item>
- <label>4</label>
- <value>4</value>
- </item>
- <item>
- <label>5</label>
- <value>5</value>
- </item>
- <item>
- <label>6</label>
- <value>6</value>
- </item>
- <item>
- <label>7</label>
- <value>7</value>
- </item>
- <item>
- <label>8</label>
- <value>8</value>
- </item>
- <item>
- <label>9</label>
- <value>9</value>
- </item>
- </choices>
- </select1>
- <datagrid id="datagrid1" nodeset="/root/gridData/searchYardVO_VO/searchYardVO_Row" caption="垛位^层数^用途^选择" colsep="^" colwidth="100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:25px; width:620px; height:535px; ">
- <col ref="YARD_ADDR"/>
- <col ref="YARD_COUNT"/>
- <col ref="ADDR_SERVICE"/>
- <col checkvalue="Y,N" ref="CHK" type="checkbox"/>
- </datagrid>
- <button id="button1" style="left:890px; top:3px; width:90px; height:20px; background-image:../../images/btn_create.GIF; ">
- <caption>增加</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- add();
- ]]>
- </script>
- </button>
- <button id="button2" style="left:795px; top:5px; width:90px; height:20px; background-image:../../images/btn_delete.GIF; ">
- <caption>删除</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- del();
- ]]>
- </script>
- </button>
- <caption id="caption2" class="cell" style="left:635px; top:100px; width:80px; height:20px; border-color:#000000; ">用途</caption>
- <caption id="caption3" class="cell" style="left:635px; top:40px; width:80px; height:20px; border-color:#000000; ">垛位</caption>
- <caption id="caption4" class="cell" style="left:634px; top:70px; width:80px; height:20px; border-color:#000000; ">层数</caption>
- <input id="input1" ref="/root/formData/YARD_ADDR" style="left:725px; top:40px; width:100px; height:20px; "/>
- <input id="input2" ref="/root/formData/STORELAY" format="999999-9999999" style="left:725px; top:70px; width:100px; height:20px; "/>
- <input id="input3" ref="/root/formData/ADDR_SERVICE" style="left:725px; top:100px; width:100px; height:20px; "/>
- </xhtml:body>
- </xhtml:html>
|