a3031da8f30cd57b9828e8505b5fcb817f65d3b3.svn-base 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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>
  6. <![CDATA[热轧作业>>钢卷库管理>>移垛操作历史记录查询(UIH052100)]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <reqData/>
  12. <resData/>
  13. <searchData>
  14. <searchTime/>
  15. <COIL_NO/>
  16. </searchData>
  17. <datagrid1/>
  18. </root>
  19. </instance>
  20. </model>
  21. <script type="javascript" src="../../js/boaMsg.js"/>
  22. <script type="javascript" src="../../js/boaCommon.js"/>
  23. <script type="javascript">
  24. <![CDATA[
  25. function Init(node) {
  26. InitParams(node);
  27. }
  28. //调用公共的初始化方法获得登录用户名
  29. function InitParams(node) {
  30. if (typeof node == "undefined" && typeof node != "object") return;
  31. model.removenode("/root/initData/rcvInfo");
  32. model.makeNode("/root/initData/rcvInfo");
  33. var nodeList = node.childNodes;
  34. node = model.instances(0).selectSingleNode("/root/initData/rcvInfo");
  35. for (var i = 0; i < nodeList.length; i++)
  36. node.appendChild(nodeList.item(i));
  37. }
  38. function excelExport(){
  39. return datagrid1;
  40. }
  41. function find(){
  42. model.removenode("/root/reqData");
  43. model.makeNode("/root/reqData");
  44. // if(model.getValue("/root/searchData/searchTime") == ""){
  45. // var cur_date;
  46. // cur_date = commCurDate();
  47. // model.setValue("/root/searchData/searchTime",cur_date);
  48. // model.refresh();
  49. // }
  50. if(model.getValue("/root/searchData/COIL_NO") == ""){
  51. alert(" 钢卷号不能为空! ");
  52. return;
  53. }
  54. commSendReq("/root/searchData");
  55. commSubmit("UIH052100-service", "find", "glueAction.do");
  56. commAppendData("/root/datagrid1/moveResult_VO","/root/resData/moveResult_VO");
  57. model.refresh();
  58. }
  59. ]]>
  60. </script>
  61. </xhtml:head>
  62. <xhtml:body>
  63. <input id="input11" ref="/root/searchData/COIL_NO" style="left:81px; top:0px; width:94px; height:20px; "/>
  64. <caption id="caption14" class="cell" style="left:0px; top:0px; width:80px; height:20px; font-weight:bold; border-color:#000000; ">钢卷号</caption>
  65. <caption id="caption2" class="cell" visibility="hidden" style="left:200px; top:0px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">时间</caption>
  66. <input id="input6" ref="/root/searchData/searchTime" visibility="hidden" inputtype="date" format="yyyy-mm-dd" style="left:272px; top:0px; width:100px; height:20px; "/>
  67. <datagrid id="datagrid1" nodeset="/root/datagrid1/moveResult_VO/moveResult_Row" caption="钢卷号^来源垛位^去向垛位^移垛人^移垛时间^班次^班组^操作人ID^操作时间" colsep="^" colwidth="100, 108, 110, 110, 110, 110, 110, 110, 110" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:30px; width:980px; height:570px; ">
  68. <col editable="false" ref="COIL_NO" type="input"/>
  69. <col editable="false" ref="CUR_LOAD_LOC_F" type="input"/>
  70. <col editable="false" ref="CUR_LOAD_LOC_T" type="input"/>
  71. <col editable="false" ref="REG_ID" type="input"/>
  72. <col editable="false" ref="REG_DTIME" type="input"/>
  73. <col editable="false" ref="REG_SHIFT" type="input"/>
  74. <col editable="false" ref="REG_GROUP" type="input"/>
  75. <col editable="false" ref="REG_USE_ID" type="input"/>
  76. <col editable="false" ref="REG_USE_DTIME" type="input"/>
  77. </datagrid>
  78. </xhtml:body>
  79. </xhtml:html>