UIB010181.xrw 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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[品质设计>>材质参数录入>>牌号跨炉组批]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <datagrid1/>
  12. <FacItem>
  13. <FacStlResult_VO>
  14. <FacStlResult_Row>
  15. <LABEL/>
  16. <VALUE/>
  17. </FacStlResult_Row>
  18. </FacStlResult_VO>
  19. </FacItem>
  20. <ZUPI>A</ZUPI>
  21. </root>
  22. </instance>
  23. <script type="javascript" ev:event="xforms-ready">
  24. <![CDATA[
  25. if(window.parent==null) Init();
  26. ]]>
  27. </script>
  28. </model>
  29. <script type="javascript" src="../../js/boaCommon.js"/>
  30. <script type="javascript" src="../../js/b01.js"/>
  31. <script type="javascript">
  32. <![CDATA[
  33. function Init(node)
  34. {
  35. InitParams(node);
  36. find();
  37. }
  38. function find()
  39. {
  40. model.removenode("/root/reqData");
  41. model.makeValue("/root/reqData/YUXUFOU" , combo1.value);
  42. commSubmit("UIB010181-service" , "success" , "glueAction.do");
  43. model.copyNode("/root/datagrid1" , "/root/resData/SpecStlGrd_VO");
  44. model.copyNode("/root/FacItem/FacStlResult_VO" , "/root/resData/FacStlResult_VO");
  45. model.refresh();
  46. }
  47. function save()
  48. {
  49. model.removenode("/root/reqData");
  50. model.makeNode("/root/reqData");
  51. b01MultiUpdate(datagrid1 , "/root/reqData" , "A" , true , "rowStatus");
  52. getLoggingInInfo();
  53. commSubmit("UIB010181-service" , "save" , "glueAction.do");
  54. find();
  55. datagrid1.clearStatus();
  56. }
  57. ]]>
  58. </script>
  59. </xhtml:head>
  60. <xhtml:body pagewidth="980" pageheight="620">
  61. <datagrid id="datagrid1" nodeset="/root/datagrid1/SpecStlGrd_Row" caption="标准牌号^炼钢牌号^跨炉组批^最大炉数^EXT2^EXT3^录入人^录入时间^修改人^修改时间^CUNZAI" colsep="^" colwidth="157, 152, 123, 100, 100, 100, 100, 100, 100, 100, 100" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="30" rowsep="|" tooltip="label" style="left:0px; top:35px; width:975px; height:580px; ">
  62. <col ref="SPEC_STL_GRD" style="text-align:left; "/>
  63. <col ref="FAC_STL_GRD" type="combo" visibility="hidden" style="text-align:left; ">
  64. <choices>
  65. <itemset nodeset="/root/FacItem/FacStlResult_VO/FacStlResult_Row">
  66. <label ref="LABEL"/>
  67. <value ref="VALUE"/>
  68. </itemset>
  69. </choices>
  70. </col>
  71. <col ref="SMP_CHARGE_YN" type="combo" style="text-align:left; background-color:#ffff99; ">
  72. <choices>
  73. <item>
  74. <label>Y</label>
  75. <value>Y</value>
  76. </item>
  77. <item>
  78. <label>N</label>
  79. <value>N</value>
  80. </item>
  81. </choices>
  82. </col>
  83. <col ref="CHARGE_CNT" type="input" style="text-align:right; background-color:#ffff99; "/>
  84. <col/>
  85. <col/>
  86. <col ref="REG_ID" style="text-align:left; "/>
  87. <col ref="REG_DTIME" format="yyyy-mm-dd hh:nn:ss" style="text-align:right; "/>
  88. <col ref="MOD_ID"/>
  89. <col ref="MOD_DTIME" format="yyyy-mm-dd hh:nn:ss" style="text-align:right; "/>
  90. <col ref="CUNZAI" visibility="hidden" style="text-align:left; "/>
  91. </datagrid>
  92. <line id="line1" style="x1:0px; y1:30px; x2:975px; y2:30px; "/>
  93. <caption id="caption1" class="cell" style="left:0px; top:5px; width:100px; height:20px; ">允许组批</caption>
  94. <select1 id="combo1" ref="/root/ZUPI" appearance="minimal" style="left:100px; top:5px; width:100px; height:20px; ">
  95. <choices>
  96. <item>
  97. <label>全部</label>
  98. <value>A</value>
  99. </item>
  100. <item>
  101. <label>Y</label>
  102. <value>Y</value>
  103. </item>
  104. <item>
  105. <label>N</label>
  106. <value>N</value>
  107. </item>
  108. </choices>
  109. </select1>
  110. </xhtml:body>
  111. </xhtml:html>