f113eac601be6a2aa13967f8b2d2acef71110aa1.svn-base 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/css" href="../../css/body.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>SPM实际查询</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <searchData>
  10. <SPM_DTIME_FM/>
  11. <SPM_DTIME_TO/>
  12. <SPEC_STL_GRD/>
  13. <ORD_NO/>
  14. <ORD_SEQ/>
  15. </searchData>
  16. <gridData/>
  17. </root>
  18. </instance>
  19. </model>
  20. <script type="javascript" src="../../js/boaMsg.js"/>
  21. <script type="javascript" src="../../js/boaCommon.js"/>
  22. <script type="javascript" src="../../js/mesCommon.js"/>
  23. <script type="javascript">
  24. <![CDATA[
  25. function find()
  26. {
  27. commSendReq("/root/searchData");
  28. commSubmit("UIH060070-service","find","glueAction.do");
  29. commAppendData("/root/gridData/rs1_VO" ,"/root/resData/rs1_VO");
  30. model.refresh();
  31. }
  32. ]]>
  33. </script>
  34. </xhtml:head>
  35. <xhtml:body>
  36. <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; ">
  37. <col ref="OLD_SAMPL_NO"/>
  38. <col ref="SPEC_STL_GRD"/>
  39. <col ref="CUR_PROG_CD"/>
  40. <col ref="CUR_LOAD_LOC"/>
  41. <col ref="ORD_THK"/>
  42. <col ref="ORD_WTH"/>
  43. <col ref="WGT_ACVAL_MIN"/>
  44. <col ref="WGT_ACVAL_MAX"/>
  45. <col ref="COIL_THK"/>
  46. <col ref="COIL_WTH"/>
  47. <col ref="ACT_WGT"/>
  48. <col ref="ORD_NO"/>
  49. <col ref="ORD_SEQ"/>
  50. <col ref="REG_DTIME"/>
  51. <col/>
  52. <col/>
  53. <col ref="ISDIVI"/>
  54. </datagrid>
  55. <input id="txt_OrdNO" ref="/root/searchData/ORD_NO" class="cell" maxlength="13" style="left:545px; top:0px; width:100px; height:20px; "/>
  56. <caption id="caption1" class="cell" style="left:475px; top:0px; width:68px; height:20px; ">合同号</caption>
  57. <select1 id="cmb_OrdSEQ" ref="/root/searchData/ORD_SEQ" appearance="minimal" editmode="inputsearch" style="left:648px; top:0px; width:45px; height:20px; ">
  58. <choices>
  59. <itemset nodeset="/root/cmbOrdSEQ/OrdSEQData_VO/OrdSEQData_Row">
  60. <label ref="ORD_SEQ"/>
  61. <value ref="ORD_SEQ"/>
  62. </itemset>
  63. </choices>
  64. </select1>
  65. <caption id="caption4" class="cell" style="left:0px; top:0px; width:80px; height:20px; border-color:#000000; ">入库时间</caption>
  66. <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; "/>
  67. <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; "/>
  68. <input id="input2" ref="/root/searchData/SPEC_STL_GRD" class="cell" maxlength="13" style="left:365px; top:0px; width:100px; height:20px; "/>
  69. <caption id="caption2" class="cell" style="left:295px; top:0px; width:68px; height:20px; ">合同号</caption>
  70. <button id="button1" style="left:935px; top:50px; width:65px; height:15px; ">
  71. <caption>button1</caption>
  72. <script type="javascript" ev:event="DOMActivate">
  73. <![CDATA[
  74. find();
  75. ]]>
  76. </script>
  77. </button>
  78. </xhtml:body>
  79. </xhtml:html>