| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?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>SPM实际查询</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <searchData>
- <SPM_DTIME_FM/>
- <SPM_DTIME_TO/>
- <SPEC_STL_GRD/>
- <ORD_NO/>
- <ORD_SEQ/>
- </searchData>
- <gridData/>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/mesCommon.js"/>
- <script type="javascript">
- <![CDATA[
- function find()
- {
- commSendReq("/root/searchData");
- commSubmit("UIH060070-service","find","glueAction.do");
- commAppendData("/root/gridData/rs1_VO" ,"/root/resData/rs1_VO");
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <datagrid id="datagrid1" nodeset="/root/gridData/rs1_VO/rs1_Row" caption="钢卷号^牌号^物料进程^堆垛位置^订单厚度^订单宽度^订单上限^订单下限^钢卷厚度^钢卷宽度^实际重量^合同号^订单号^录入时间^班次^操作人^类型|钢卷号^牌号^物料进程^堆垛位置^订单厚度^订单宽度^订单上限^订单下限^钢卷厚度^钢卷宽度^实际重量^合同号^订单号^录入时间^班次^操作人^类型" colwidth="87, 82, 76, 58, 32, 35, 43, 42, 29, 42, 47, 71, 29, 100, 23, 53, 61" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" colsep="^" style="left:0px; top:25px; width:925px; height:590px; ">
- <col ref="OLD_SAMPL_NO"/>
- <col ref="SPEC_STL_GRD"/>
- <col ref="CUR_PROG_CD"/>
- <col ref="CUR_LOAD_LOC"/>
- <col ref="ORD_THK"/>
- <col ref="ORD_WTH"/>
- <col ref="WGT_ACVAL_MIN"/>
- <col ref="WGT_ACVAL_MAX"/>
- <col ref="COIL_THK"/>
- <col ref="COIL_WTH"/>
- <col ref="ACT_WGT"/>
- <col ref="ORD_NO"/>
- <col ref="ORD_SEQ"/>
- <col ref="REG_DTIME"/>
- <col/>
- <col/>
- <col ref="ISDIVI"/>
- </datagrid>
- <input id="txt_OrdNO" ref="/root/searchData/ORD_NO" class="cell" maxlength="13" style="left:545px; top:0px; width:100px; height:20px; "/>
- <caption id="caption1" class="cell" style="left:475px; top:0px; width:68px; height:20px; ">合同号</caption>
- <select1 id="cmb_OrdSEQ" ref="/root/searchData/ORD_SEQ" appearance="minimal" editmode="inputsearch" style="left:648px; top:0px; width:45px; height:20px; ">
- <choices>
- <itemset nodeset="/root/cmbOrdSEQ/OrdSEQData_VO/OrdSEQData_Row">
- <label ref="ORD_SEQ"/>
- <value ref="ORD_SEQ"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption4" class="cell" style="left:0px; top:0px; width:80px; height:20px; border-color:#000000; ">入库时间</caption>
- <input id="input6" ref="/root/searchData/SPM_DTIME_FM" inputtype="date" format="yyyy-mm-dd" style="left:85px; top:0px; width:100px; height:20px; background-color:#ffff99; "/>
- <input id="input1" ref="/root/searchData/SPM_DTIME_TO" inputtype="date" format="yyyy-mm-dd" style="left:190px; top:0px; width:100px; height:20px; background-color:#ffff99; "/>
- <input id="input2" ref="/root/searchData/SPEC_STL_GRD" class="cell" maxlength="13" style="left:365px; top:0px; width:100px; height:20px; "/>
- <caption id="caption2" class="cell" style="left:295px; top:0px; width:68px; height:20px; ">合同号</caption>
- <button id="button1" style="left:935px; top:50px; width:65px; height:15px; ">
- <caption>button1</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- find();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|