| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?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[进程管理 >> 订单/物料进程管理 >> 订单进程OS I/F信息查询]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <initData>
- <searchInfo>
- <LG_CD>A01004</LG_CD>
- </searchInfo>
- </initData>
- <codeData>
- </codeData>
- <formData>
- <searchInfo>
- <REG_DTIME/>
- <MAT_TYPE/>
- <MAT_NO/>
- </searchInfo>
- </formData>
- <gridData>
- </gridData>
- </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/boaMsg.js"/>
- <script type="javascript" src="../../js/mesCommon.js"/>
- <script type="javascript">
- <![CDATA[
- submitID = "UIE012070-service";
- function Init(node) {
- exec("/root/initData/searchInfo", "", "", "/root/codeData/ListResult_0_VO");
- model.duplicate("/root/codeData/ListResult_0_VO", "/root/codeData/ListResult_0_VO/ListResult_0_Row");
- model.setValue("/root/codeData/ListResult_0_VO/ListResult_0_Row[last()]/SM_CD", "CH");
- model.setValue("/root/codeData/ListResult_0_VO/ListResult_0_Row[last()]/SM_CFNM", "炉次");
- model.setValue("/root/codeData/ListResult_0_VO/ListResult_0_Row[last()]/LG_CD", "A01004");
- model.setValue("/root/formData/searchInfo/REG_DTIME", commCurDate("ymd"));
- pageInit();
- }
- function pageInit() {
- model.removenode("/root/reqData");
- model.removenode("/root/resData");
- model.refresh();
- }
- function find() {
- if (model.getValue("/root/formData/searchInfo/MAT_NO").length > 9 || model.getValue("/root/formData/searchInfo/REG_DTIME").length > 5) {
- exec("/root/formData/searchInfo", "", "find", "/root/gridData/ListResult_0_VO");
- pageInit();
- } else {
- alert("请输入录入时间:年月日");
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body overflow="hidden" pagewidth="980" pageheight="620" style="font-family:宋体; ">
- <group id="group1" ref="/root/formData/searchInfo" style="left:0px; top:0px; width:980px; height:35px; ">
- <line id="line2" style="x1:0px; y1:29px; x2:980px; y2:29px; "/>
- <caption id="caption101" class="cell" style="left:0px; top:5px; width:90px; height:20px; ">录入时间</caption>
- <input id="input101" ref="REG_DTIME" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:92px; top:5px; width:120px; height:20px; "/>
- <caption id="caption102" class="cell" style="left:222px; top:5px; width:90px; height:20px; ">物料</caption>
- <select1 id="combo102" ref="MAT_TYPE" appearance="minimal" style="left:314px; top:5px; width:110px; height:20px; ">
- <choices>
- <itemset nodeset="/root/codeData/ListResult_0_VO/ListResult_0_Row">
- <label ref="SM_CFNM"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption103" class="cell" style="left:434px; top:5px; width:90px; height:20px; ">物料号</caption>
- <input id="input103" ref="MAT_NO" style="left:526px; top:5px; width:110px; height:20px; "/>
- </group>
- <datagrid id="datagrid1" nodeset="/root/gridData/ListResult_0_VO/ListResult_0_Row" backcoloralternate="#F7F9F9" caption="生成顺序^原始合同号^原始订单号^合同号^订单号^前进程^进程^物料类型^物料号^重量^程序ID^录入时间^处理时间^错误说明" colsep="^" colwidth="35, 80, 45, 80, 35, 120, 120, 35, 100, 100, 80, 120, 120, 150" explorerbar="sortshow" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheader="select" rowheight="42" rowsep="|" style="left:0px; top:34px; width:980px; height:586px; ">
- <col ref="OCC_SEQ"/>
- <col ref="BEF_ORD_NO"/>
- <col ref="BEF_ORD_SEQ"/>
- <col ref="ORD_NO"/>
- <col ref="ORD_SEQ"/>
- <col ref="BEF_PROG_NM" style="text-align:left; "/>
- <col ref="PROG_NM" style="text-align:left; "/>
- <col ref="MAT_TYPE"/>
- <col ref="MAT_NO" style="text-align:left; "/>
- <col ref="WGT" format="#,###.#" style="text-align:right; "/>
- <col ref="PGMID" style="text-align:left; "/>
- <col ref="REG_DTIME" format="yyyy-mm-dd hh:nn:ss" mask="exclude"/>
- <col ref="PRC_DTIME" format="yyyy-mm-dd hh:nn:ss" mask="exclude"/>
- <col ref="ERR_DESC" style="text-align:left; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var datagrid = datagrid1;
- window.clipboardData = datagrid.valueMatrix(datagrid.row, datagrid.col);
- ]]>
- </script>
- </datagrid>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if (event.pTarget.elementName == "xforms:input")
- window.clipboardData = event.pTarget.value;
- ]]>
- </script>
- </xhtml:body>
- </xhtml:html>
|