UIH052000.xrw 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="../../css/body.css" type="text/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[热轧作业>>钢卷库管理>>行车命令执行情况查询(UIH052000)]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <reqData/>
  12. <resData/>
  13. <searchData>
  14. <searchTime/>
  15. <FROM_ADDR/>
  16. <TO_ADDR/>
  17. <REG_ID/>
  18. </searchData>
  19. <MARK>2</MARK>
  20. <datagrid1/>
  21. </root>
  22. </instance>
  23. </model>
  24. <script type="javascript" src="../../js/boaMsg.js"/>
  25. <script type="javascript" src="../../js/boaCommon.js"/>
  26. <script type="javascript">
  27. <![CDATA[
  28. function Init(node) {
  29. InitParams(node);
  30. }
  31. //调用公共的初始化方法获得登录用户名
  32. function InitParams(node) {
  33. if (typeof node == "undefined" && typeof node != "object") return;
  34. model.removenode("/root/initData/rcvInfo");
  35. model.makeNode("/root/initData/rcvInfo");
  36. var nodeList = node.childNodes;
  37. node = model.instances(0).selectSingleNode("/root/initData/rcvInfo");
  38. for (var i = 0; i < nodeList.length; i++)
  39. node.appendChild(nodeList.item(i));
  40. }
  41. function excelExport(){
  42. return datagrid1;
  43. }
  44. function find(){
  45. model.removenode("/root/reqData");
  46. model.makeNode("/root/reqData");
  47. if(model.getValue("/root/searchData/searchTime") == ""){
  48. var cur_date;
  49. cur_date = commCurDate();
  50. model.setValue("/root/searchData/searchTime",cur_date);
  51. model.refresh();
  52. }
  53. var mark = model.getValue("/root/MARK");
  54. if(mark == 2){
  55. model.removenode("/root/reqData");
  56. model.makeNode("/root/reqData");
  57. commSendReq("/root/searchData");
  58. commSubmit("UIH052000-service", "find", "glueAction.do");
  59. commAppendData("/root/datagrid1/orderResult_VO","/root/resData/orderResult_VO");
  60. model.refresh();
  61. }else if(mark == 1){
  62. model.removenode("/root/reqData");
  63. model.makeNode("/root/reqData");
  64. commSendReq("/root/searchData");
  65. commSubmit("UIH052000-service", "find1", "glueAction.do");
  66. commAppendData("/root/datagrid1/orderResult_VO","/root/resData/orderResult_VO");
  67. model.refresh();
  68. }
  69. }
  70. ]]>
  71. </script>
  72. </xhtml:head>
  73. <xhtml:body>
  74. <input id="input11" ref="/root/searchData/FROM_ADDR" style="left:356px; top:0px; width:94px; height:20px; "/>
  75. <caption id="caption14" class="cell" style="left:275px; top:0px; width:80px; height:20px; font-weight:bold; border-color:#000000; ">原放置位置</caption>
  76. <input id="input1" ref="/root/searchData/TO_ADDR" style="left:535px; top:0px; width:90px; height:20px; "/>
  77. <caption id="caption6" class="cell" style="left:455px; top:0px; width:75px; height:20px; font-weight:bold; border-color:#000000; ">到放置位置</caption>
  78. <caption id="caption4" class="cell" style="left:630px; top:0px; width:55px; height:20px; font-weight:bold; border-color:#000000; ">操作人</caption>
  79. <input id="input4" ref="/root/searchData/REG_ID" style="left:690px; top:0px; width:80px; height:20px; "/>
  80. <caption id="caption2" class="cell" style="left:0px; top:0px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">时间</caption>
  81. <input id="input6" ref="/root/searchData/searchTime" inputtype="date" format="yyyy-mm-dd" style="left:72px; top:0px; width:100px; height:20px; "/>
  82. <select1 id="combo1" ref="/root/MARK" appearance="minimal" style="left:170px; top:0px; width:100px; height:20px; ">
  83. <choices>
  84. <item>
  85. <label>已执行命令</label>
  86. <value>2</value>
  87. </item>
  88. <item>
  89. <label>待执行命令</label>
  90. <value>1</value>
  91. </item>
  92. </choices>
  93. </select1>
  94. <datagrid id="datagrid1" nodeset="/root/datagrid1/orderResult_VO/orderResult_Row" caption="命令编号^原放置位置^到放置位置^钢卷号^执行标志^作业行车^命令制定人^命令制定时间^命令执行人^命令执行时间" colsep="^" colwidth="77, 100, 100, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:30px; width:980px; height:585px; ">
  95. <col ref="ORD_SEQ"/>
  96. <col editable="false" ref="FROM_ADDR" type="input"/>
  97. <col editable="false" ref="TO_ADDR" type="input"/>
  98. <col editable="false" ref="COIL_NO" type="input"/>
  99. <col editable="false" ref="ORD_STAT" type="input"/>
  100. <col editable="false" ref="CR_NO" type="input"/>
  101. <col editable="false" ref="REG_ID_1" type="input"/>
  102. <col editable="false" ref="REG_DTIME_1" type="input"/>
  103. <col editable="false" ref="REG_ID_2" type="input"/>
  104. <col editable="false" ref="REG_DTIME_2" type="input"/>
  105. </datagrid>
  106. </xhtml:body>
  107. </xhtml:html>