| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/css" href="../../css/body.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="">
- <reqData>
- </reqData>
- <gridData>
- <paramCNT>
- <ORD_THK/>
- <SLAB_CNT750/>
- <SLAB_CNT800/>
- <SLAB_CNT850/>
- <SLAB_CNT900/>
- <SLAB_CNT950/>
- <SLAB_CNT1000/>
- <SLAB_CNT1050/>
- <SLAB_CNT1100/>
- <SLAB_CNT1150/>
- <SLAB_CNT1200/>
- <SLAB_CNT1250/>
- <SLAB_CNT1300/>
- <SLAB_CNT1350/>
- <SLAB_CNT1400/>
- <SLAB_CNT1450/>
- <SUM_CNT/>
- </paramCNT>
- <paramWGT>
- <ORD_THK/>
- <SLAB_WGT750/>
- <SLAB_WGT800/>
- <SLAB_WGT850/>
- <SLAB_WGT900/>
- <SLAB_WGT950/>
- <SLAB_WGT1000/>
- <SLAB_WGT1050/>
- <SLAB_WGT1100/>
- <SLAB_WGT1150/>
- <SLAB_WGT1200/>
- <SLAB_WGT1250/>
- <SLAB_WGT1300/>
- <SLAB_WGT1350/>
- <SLAB_WGT1400/>
- <SLAB_WGT1450/>
- </paramWGT>
- <pramSlabInfo>
- <SLAB_MANA_NO/>
- <STL_GRD/>
- <SLAB_THK/>
- <SLAB_WTH/>
- <SLAB_LEN/>
- <SLAB_WGT/>
- <HCR_CLF/>
- <ORD_FL/>
- <ORD_USEAGE_CD/>
- <ORD_THK/>
- <ORD_WTH/>
- <DELV_REQ_DATE/>
- <PROG_CD/>
- <SLAB_RT/>
- <DSN_SLAB_NO/>
- <L2_SEND/>
- </pramSlabInfo>
- </gridData>
- <detailData>
- <CCM_WTH/>
- <SLAB_RT/>
- <STL_GRD/>
- <PROG_CD/>
- <CCM_THK/>
- </detailData>
- <resData/>
- <formData>
- <searchForm>
- <SLAB_RT/>
- <STL_GRD/>
- <PROG_CD/>
- <JHFF>K</JHFF>
- <P_WTH/>
- <P_THK/>
- </searchForm>
- </formData>
- <initResult/>
- <g1Data/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- commSubmit("UIF012020-service","success","glueAction.do");//提交服务
- model.duplicate("/root/initResult","/root/resData");//复制结点
- model.refresh();
- if (window.parent == null) Init();//无父窗口 进行初始化结点
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- var m = 0;
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/F.js"/>
- <script type="javascript">
- <![CDATA[
- function InitParams(node) {
- if (typeof node == "undefined" && typeof node != "object") return;
- model.removenode("/root/initData/rcvInfo");
- model.makeNode("/root/initData/rcvInfo");
- var nodeList = node.childNodes;
- for (var i = 0; i < nodeList.length; i++)
- model.instances(0).selectSingleNode("/root/initData/rcvInfo").appendChild(nodeList.item(i));
- }
- function Init(node) {
- InitParams(node);
- //插入空串到第一个结点
- // addAllOption("/root/initResult/resData/resultkey0_VO","/root/initResult/resData/resultkey0_VO/resultkey0_Row","FAC_STL_GRD","FAC_CODE","--全部--");
-
- }
- function setTitle()
- {
- return "炼钢管制 >> 作业进程现状 >> 出钢参数接收现况分析(热轧)"; // 如:return "进程管理 >> 订单进程现况查询";
- }
- function find() {
- if(m != 0)
- {
- datagrid1.rowstyle(m, "data", "background-color") = "#ffffff";
- datagrid1.rowstyle(m, "data", "color") = "#000000";
- }
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- commSendReq("/root/formData/searchForm");
- if(combo4.value == 'K') {
- datagrid1.nodeset = "/root/g1Data/rs_VO/rs_Row";
- commSubmit("UIF012020-service","findByK","glueAction.do");
- model.removenode("/root/g1Data");
- model.makeNode("/root/g1Data");
- commAppendData("/root/g1Data/rs_VO","/root/resData/rs_VO");
- }else {
- datagrid1.nodeset = "/root/g1Data/rs1_VO/rs1_Row";
- commSubmit("UIF012020-service","findByW","glueAction.do");
- model.removenode("/root/g1Data");
- model.makeNode("/root/g1Data");
- commAppendData("/root/g1Data/rs1_VO","/root/resData/rs1_VO");
- }
- model.refresh();
- if(datagrid1.rows> 1) {
- m= datagrid1.rows-1;
- datagrid1.rowstyle(datagrid1.rows-1, "data", "background-color") = "#ffffcc";
- datagrid1.rowstyle(datagrid1.rows-1, "data", "color") = "red";
- datagrid1.colstyle(datagrid1.cols-1, "data", "background-color") = "#ffffcc";
- datagrid1.colstyle(datagrid1.cols-1, "data", "color") = "red";
- }
-
- }
- //添加全部选项到combo头部
- function addAllOption(srcpath,targetpath,lable,value,allvalue) {
- model.duplicate(srcpath,targetpath);
- model.setValue(targetpath + "/" +lable,allvalue);
- model.setValue(targetpath + "/" +value,"");
- }
- function close() {
- window.close();//关闭窗口
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="980" pageheight="620" guideline="2,652;" style="border-color:#000000; ">
- <datagrid id="datagrid1" nodeset="/root/g1Data/rs_VO/rs_Row" scroll="auto" backcoloralternate="#f7f9f9" caption="轧制厚度 \ 板坯宽度^≤750^≤800^≤850^≤900^≤950^≤1000^≤1050^≤1100^≤1150^≤1200^≤1250^≤1300^≤1350^≤1400^≤1450^>1450^合计^合计|轧制厚度 \ 板坯宽度^≤750^≤800^≤850^≤900^≤950^≤1000^≤1050^≤1100^≤1150^≤1200^≤1250^≤1300^≤1350^≤1400^≤1450^>1450^合计^合计" colwidth="100, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 77" explorerbar="sortshowmove" extendlastcol="false" mergecellsfixedrows="bycolrec" subtotalposition="below" rowsep="|" colsep="^" style="left:0px; top:33px; width:980px; height:314px; text-align:center; ">
- <col ref="ORD_THK" style="text-align:center; "/>
- <col ref="SLAB_CNT750" format="#,##0" style="left:80px; top:40px; width:285px; height:20px; text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT800" format="#,##0" style="left:208px; top:40px; width:285px; height:20px; text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT850" format="#,##0" style="left:336px; top:40px; width:285px; height:20px; text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT900" format="#,##0" style="left:464px; top:40px; width:285px; height:20px; text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT950" format="#,##0" style="left:592px; top:40px; width:285px; height:20px; text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT1000" format="#,##0" style="text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT1050" format="#,##0" style="text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT1100" format="#,##0" style="text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT1150" format="#,##0" style="text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT1200" format="#,##0" style="text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT1250" format="#,##0" style="text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT1300" format="#,##0" style="text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT1350" format="#,##0" style="text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT1400" format="#,##0" style="text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT1450" format="#,##0" style="text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SLAB_CNT_BIG1450" format="#,##0" style="text-decoration:underline; color:#0000ff; text-align:right; "/>
- <col ref="SUM_CNT" format="#,##0" style="text-decoration:underline; color:#0000ff; text-align:right; "/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(datagrid1.col== 0) return;
- if(datagrid1.row <= 1) return;
- if (!datagrid1.isCell(event.target)) return;
- var v_wth_title = "";
- var v_thk_title = "";
- v_wth_title = datagrid1.valueMatrix(0,datagrid1.col);
- v_thk_title = datagrid1.valueMatrix(datagrid1.row,0);
- // alert( "v_wth_title:" + v_wth_title + "---v_thk_title:"+v_thk_title);
- model.setValue("/root/formData/searchForm/P_WTH",v_wth_title);
- model.setValue("/root/formData/searchForm/P_THK",v_thk_title);
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- commSendReq("/root/formData/searchForm");
- commSubmit("UIF012020-service","onclick","glueAction.do");
- ]]>
- </script>
- </datagrid>
- <caption id="caption1" class="cell" style="left:1px; top:6px; width:90px; height:20px; text-align:center; border-style:solid; ">去向</caption>
- <select1 id="combo1" ref="/root/formData/searchForm/STL_GRD" appearance="minimal" editmode="inputsearch" style="left:302px; top:6px; width:248px; height:20px; ">
- <choices>
- <itemset nodeset="/root/initResult/resData/resultkey0_VO/resultkey0_Row">
- <label ref="FAC_STL_GRD"/>
- <value ref="FAC_CODE"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption2" class="cell" style="left:211px; top:6px; width:90px; height:20px; text-align:center; border-style:solid; ">钢号</caption>
- <caption id="caption3" class="cell" style="left:561px; top:6px; width:90px; height:20px; text-align:center; border-style:solid; ">查询范围</caption>
- <caption id="caption4" class="cell" style="left:771px; top:6px; width:90px; height:20px; text-align:center; border-style:solid; ">集合方法</caption>
- <select1 id="combo3" ref="/root/formData/searchForm/PROG_CD" appearance="minimal" style="left:652px; top:6px; width:110px; height:20px; padding-left:20px; ">
- <choices>
- <item>
- <label>--全部--</label>
- <value/>
- </item>
- <item>
- <label>出钢指示待机</label>
- <value>JBA</value>
- </item>
- <item>
- <label>出钢待机</label>
- <value>JBB</value>
- </item>
- </choices>
- </select1>
- <select1 id="combo4" ref="/root/formData/searchForm/JHFF" appearance="minimal" style="left:862px; top:6px; width:110px; height:20px; ">
- <choices>
- <item>
- <label>块</label>
- <value>K</value>
- </item>
- <item>
- <label>重量</label>
- <value>W</value>
- </item>
- </choices>
- </select1>
- <select1 id="combo2" ref="/root/formData/searchForm/SLAB_RT" appearance="minimal" style="left:92px; top:6px; width:110px; height:20px; ">
- <choices>
- <item>
- <label>--全部--</label>
- <value/>
- </item>
- <item>
- <label>热轧</label>
- <value>H</value>
- </item>
- <item>
- <label>冷轧</label>
- <value>C</value>
- </item>
- </choices>
- </select1>
- <line id="line3" style="x1:1px; y1:29px; x2:980px; y2:29px; border-color:#ff00ff; "/>
- <line id="line1" style="x1:0px; y1:350px; x2:980px; y2:350px; border-color:#ff00ff; "/>
- <datagrid id="datagrid3" nodeset="/root/resData/rs2_VO/rs2_Row" scroll="auto" backcoloralternate="#f7f9f9" caption="板坯管理号^钢号^板坯^板坯^板坯^板坯^热送^订单材余材区分^订单用途^订单^订单^交货期^进程^板坯去向^板坯申请号^L2传送|板坯管理号^钢号^厚度^宽度^长度^重量^热送^订单材余材区分^订单用途^厚度^宽度^交货期^进程^板坯去向^板坯申请号^L2传送" colwidth="93, 63, 55, 55, 55, 55, 39, 61, 86, 36, 36, 81, 50, 40, 92, 49" defaultrows="0" explorerbar="sortshowmove" extendlastcol="false" fixedcols="2" mergecellsfixedrows="bycolrec" rowheader="seq" subtotalposition="below" rowsep="|" colsep="^" style="left:0px; top:354px; width:980px; height:266px; font-family:宋体; text-align:center; ">
- <col ref="SLAB_MANA_NO" style="left:0px; top:21px; width:134px; height:21px; text-align:center; "/>
- <col ref="STL_GRD" style="left:134px; top:21px; width:134px; height:21px; text-align:left; "/>
- <col ref="SLAB_THK" format="#,##0" style="left:268px; top:21px; width:134px; height:21px; text-align:right; "/>
- <col ref="SLAB_WTH" format="#,##0" style="left:402px; top:21px; width:134px; height:21px; text-align:right; "/>
- <col ref="SLAB_LEN" format="#,##0" style="left:536px; top:21px; width:134px; height:21px; text-align:right; "/>
- <col ref="SLAB_WGT" format="#,##0" style="left:670px; top:21px; width:134px; height:21px; text-align:right; "/>
- <col ref="HCR_CLF" style="text-align:center; "/>
- <col ref="ORD_FL" style="text-align:left; "/>
- <col ref="ORD_USEAGE_CD" style="text-align:left; "/>
- <col ref="ORD_THK" style="text-align:right; "/>
- <col ref="ORD_WTH" style="text-align:right; "/>
- <col ref="DELV_REQ_DATE" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="PROG_CD" style="left:804px; top:21px; width:134px; height:21px; text-align:left; "/>
- <col ref="SLAB_RT" style="text-align:left; "/>
- <col ref="DSN_SLAB_NO" visibility="hidden" style="text-align:center; "/>
- <col ref="L2_SEND" style="text-align:center; "/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|