UIG030045.xrw 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <formData>
  10. <LD_ACCESSORY>Y</LD_ACCESSORY>
  11. <LD_FAC/>
  12. <LD_TQ_FAC/>
  13. <LD_NO/>
  14. <rowStatus>u</rowStatus>
  15. </formData>
  16. </root>
  17. </instance>
  18. <script type="javascript" ev:event="xforms-ready">
  19. <![CDATA[
  20. init();
  21. ]]>
  22. </script>
  23. </model>
  24. <script type="javascript">
  25. <![CDATA[
  26. function init(){
  27. var parentWindow = window.opener;
  28. var ldNo = parentWindow.model.getValue("/root/tempData");
  29. model.setValue("/root/formData/LD_NO",ldNo);
  30. commSendReq("/root/formData");
  31. commSubmit("UIG03COMM-service","searldinfo","glueAction.do");
  32. model.setValue("/root/formData/LD_ACCESSORY",model.getValue("/root/resData/LDINFOSEARCH_VO/LDINFOSEARCH_Row/LD_ACCESSORY"));
  33. model.setValue("/root/formData/LD_FAC",model.getValue("/root/resData/LDINFOSEARCH_VO/LDINFOSEARCH_Row/LD_FAC"));
  34. model.setValue("/root/formData/LD_TQ_FAC",model.getValue("/root/resData/LDINFOSEARCH_VO/LDINFOSEARCH_Row/LD_TQ_FAC"));
  35. model.refresh();
  36. }
  37. function save(){
  38. commSendReq("/root/formData");
  39. commSubmit("UIG03COMM-service","ldinfo","glueAction.do");
  40. alert("操作成功");
  41. window.close();
  42. }
  43. ]]>
  44. </script>
  45. <script type="javascript" src="../../js/boaCommon.js"/>
  46. </xhtml:head>
  47. <xhtml:body pagewidth="300" pageheight="200">
  48. <button id="button1" style="left:195px; top:15px; width:85px; height:20px; background-image:../../images/btn_save1.gif; ">
  49. <caption>确 认</caption>
  50. <script type="javascript" ev:event="DOMActivate">
  51. <![CDATA[
  52. save();
  53. ]]>
  54. </script>
  55. </button>
  56. <select1 id="combo1" ref="/root/formData/LD_ACCESSORY" appearance="minimal" style="left:150px; top:80px; width:100px; height:25px; ">
  57. <choices>
  58. <item>
  59. <label>正常</label>
  60. <value>Y</value>
  61. </item>
  62. <item>
  63. <label>异常</label>
  64. <value>N</value>
  65. </item>
  66. </choices>
  67. </select1>
  68. <caption id="caption11" class="cell" style="left:55px; top:45px; width:95px; height:25px; font-weight:bold; border-color:#000000; ">钢包号</caption>
  69. <caption id="caption2" class="cell" style="left:55px; top:15px; width:95px; height:25px; font-weight:bold; border-color:#000000; ">钢包状态修改</caption>
  70. <caption id="caption4" class="cell" style="left:55px; top:80px; width:95px; height:25px; font-weight:bold; border-color:#000000; ">钢包附件</caption>
  71. <input id="input1" ref="/root/formData/LD_NO" disabled="true" style="left:150px; top:45px; width:100px; height:25px; "/>
  72. <caption id="caption1" class="cell" style="left:55px; top:110px; width:95px; height:25px; font-weight:bold; border-color:#000000; ">钢包厂家</caption>
  73. <select1 id="combo2" ref="/root/formData/LD_TQ_FAC" appearance="minimal" style="left:150px; top:145px; width:100px; height:25px; ">
  74. <choices>
  75. <item>
  76. <label>苏派</label>
  77. <value>A</value>
  78. </item>
  79. <item>
  80. <label>瑞升</label>
  81. <value>B</value>
  82. </item>
  83. </choices>
  84. </select1>
  85. <caption id="caption3" class="cell" style="left:55px; top:145px; width:95px; height:25px; font-weight:bold; border-color:#000000; ">透气砖厂家</caption>
  86. <select1 id="combo3" ref="/root/formData/LD_FAC" appearance="minimal" style="left:150px; top:110px; width:100px; height:25px; ">
  87. <choices>
  88. <item>
  89. <label>明业</label>
  90. <value>A</value>
  91. </item>
  92. <item>
  93. <label>苏嘉</label>
  94. <value>B</value>
  95. </item>
  96. <item>
  97. <label>武耐</label>
  98. <value>C</value>
  99. </item>
  100. <item>
  101. <label>濮耐</label>
  102. <value>D</value>
  103. </item>
  104. <item>
  105. <label>新耐</label>
  106. <value>E</value>
  107. </item>
  108. <item>
  109. <label>华鑫</label>
  110. <value>F</value>
  111. </item>
  112. </choices>
  113. </select1>
  114. </xhtml:body>
  115. </xhtml:html>