| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?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[品质设计>>材质参数录入>>牌号跨炉组批]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <datagrid1/>
- <FacItem>
- <FacStlResult_VO>
- <FacStlResult_Row>
- <LABEL/>
- <VALUE/>
- </FacStlResult_Row>
- </FacStlResult_VO>
- </FacItem>
- <ZUPI>A</ZUPI>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- if(window.parent==null) Init();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/b01.js"/>
- <script type="javascript">
- <![CDATA[
- function Init(node)
- {
- InitParams(node);
- find();
- }
-
- function find()
- {
- model.removenode("/root/reqData");
- model.makeValue("/root/reqData/YUXUFOU" , combo1.value);
- commSubmit("UIB010181-service" , "success" , "glueAction.do");
- model.copyNode("/root/datagrid1" , "/root/resData/SpecStlGrd_VO");
- model.copyNode("/root/FacItem/FacStlResult_VO" , "/root/resData/FacStlResult_VO");
- model.refresh();
- }
-
- function save()
- {
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- b01MultiUpdate(datagrid1 , "/root/reqData" , "A" , true , "rowStatus");
- getLoggingInInfo();
- commSubmit("UIB010181-service" , "save" , "glueAction.do");
- find();
- datagrid1.clearStatus();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="980" pageheight="620">
- <datagrid id="datagrid1" nodeset="/root/datagrid1/SpecStlGrd_Row" caption="标准牌号^炼钢牌号^跨炉组批^最大炉数^EXT2^EXT3^录入人^录入时间^修改人^修改时间^CUNZAI" colsep="^" colwidth="157, 152, 123, 100, 100, 100, 100, 100, 100, 100, 100" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="30" rowsep="|" tooltip="label" style="left:0px; top:35px; width:975px; height:580px; ">
- <col ref="SPEC_STL_GRD" style="text-align:left; "/>
- <col ref="FAC_STL_GRD" type="combo" visibility="hidden" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/FacItem/FacStlResult_VO/FacStlResult_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- </col>
- <col ref="SMP_CHARGE_YN" type="combo" style="text-align:left; background-color:#ffff99; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col ref="CHARGE_CNT" type="input" style="text-align:right; background-color:#ffff99; "/>
- <col/>
- <col/>
- <col ref="REG_ID" style="text-align:left; "/>
- <col ref="REG_DTIME" format="yyyy-mm-dd hh:nn:ss" style="text-align:right; "/>
- <col ref="MOD_ID"/>
- <col ref="MOD_DTIME" format="yyyy-mm-dd hh:nn:ss" style="text-align:right; "/>
- <col ref="CUNZAI" visibility="hidden" style="text-align:left; "/>
- </datagrid>
- <line id="line1" style="x1:0px; y1:30px; x2:975px; y2:30px; "/>
- <caption id="caption1" class="cell" style="left:0px; top:5px; width:100px; height:20px; ">允许组批</caption>
- <select1 id="combo1" ref="/root/ZUPI" appearance="minimal" style="left:100px; top:5px; width:100px; height:20px; ">
- <choices>
- <item>
- <label>全部</label>
- <value>A</value>
- </item>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- </xhtml:body>
- </xhtml:html>
|