693515d2a5b836a4d991cb7e729bcfc7a2ed109d.svn-base 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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[公用管理 >> 代码管理 >> 操作日志查看]]>
  7. </xhtml:title>
  8. <model id="model1" autocdata="false">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <initData>
  12. </initData>
  13. <formData>
  14. <searchInfo>
  15. <COIL_NO/>
  16. <BZ/>
  17. <DEAL_FLAG/>
  18. <DLIV_DIRNO/>
  19. <SHIP_INVNO/>
  20. <TRANS_CAR_NO/>
  21. <FR_DATE/>
  22. <TO_DATE/>
  23. </searchInfo>
  24. </formData>
  25. <gridData>
  26. </gridData>
  27. </root>
  28. </instance>
  29. <script type="javascript" ev:event="xforms-ready">
  30. <![CDATA[
  31. if (window.parent == null) Init();
  32. ]]>
  33. </script>
  34. </model>
  35. <script type="javascript" src="../../js/boaCommon.js"/>
  36. <script type="javascript" src="../../js/boaMsg.js"/>
  37. <script type="javascript" src="../../js/mesCommon.js">
  38. <![CDATA[
  39. var submitID = "UIZ010091-service";
  40. var isValid = false;
  41. function Init(node) {
  42. InitParams(node);
  43. isValid = model.getValue("/root/initData/rcvInfo/ROOT_AMN_YN") == "Y";
  44. if (isValid == false) return;
  45. model.setValue("/root/formData/searchInfo/FR_DATE", commLateDate(-7));
  46. model.setValue("/root/formData/searchInfo/TO_DATE", commCurDate());
  47. pageInit();
  48. }
  49. function pageInit() {
  50. model.removenode("/root/reqData");
  51. model.removenode("/root/resData");
  52. model.refresh();
  53. }
  54. function find() {
  55. if (isValid == false) return;
  56. exec("/root/formData/searchInfo", "", "find", "/root/gridData/ListResult_0_VO");
  57. pageInit();
  58. }
  59. function save() {
  60. if (isValid == false) return;
  61. //commMultiUpdate(datagrid1, "/root/reqData", "A", true, "rowStatus", "");
  62. //alertXML("/root/reqData");return;
  63. exec("/root/formData/searchInfo", datagrid1, "save", "/root/gridData/ListResult_0_VO");
  64. pageInit();
  65. datagrid1.clearStatus();
  66. }
  67. function create() {}
  68. function remove() {}
  69. ]]>
  70. </script>
  71. </xhtml:head>
  72. <xhtml:body overflow="hidden" pagewidth="980" pageheight="620" style="font-family:宋体; ">
  73. <group id="group1" overflow="hidden" style="left:0px; top:0px; width:980px; height:65px; ">
  74. <line id="line2" style="x1:0px; y1:64px; x2:980px; y2:64px; "/>
  75. <caption id="caption3" class="cell" style="left:0px; top:5px; width:90px; height:20px; vertical-align:middle; ">钢卷号</caption>
  76. <input id="input1" ref="/root/formData/searchInfo/COIL_NO" style="left:92px; top:5px; width:150px; height:20px; "/>
  77. <select1 id="combo1" ref="/root/formData/searchInfo/BZ" appearance="minimal" style="left:341px; top:5px; width:110px; height:20px; ">
  78. <choices>
  79. <item>
  80. <label>全部</label>
  81. <value/>
  82. </item>
  83. <item>
  84. <label>一线材厂</label>
  85. <value>一</value>
  86. </item>
  87. <item>
  88. <label>二线材厂</label>
  89. <value>二</value>
  90. </item>
  91. </choices>
  92. </select1>
  93. <caption id="caption1" class="cell" style="left:249px; top:5px; width:90px; height:20px; vertical-align:middle; ">产线</caption>
  94. <caption id="caption6" class="cell" style="left:460px; top:5px; width:90px; height:20px; vertical-align:middle; ">处理</caption>
  95. <select1 id="combo2" ref="/root/formData/searchInfo/DEAL_FLAG" appearance="minimal" style="left:552px; top:5px; width:100px; height:20px; ">
  96. <choices>
  97. <item>
  98. <label>全部</label>
  99. <value/>
  100. </item>
  101. <item>
  102. <label>待处理</label>
  103. <value>0</value>
  104. </item>
  105. <item>
  106. <label>匹配发运号成功</label>
  107. <value>1</value>
  108. </item>
  109. <item>
  110. <label>无库存发运</label>
  111. <value>2</value>
  112. </item>
  113. <item>
  114. <label>匹配发运号不成功</label>
  115. <value>3</value>
  116. </item>
  117. <item>
  118. <label>匹配的发运号未批车</label>
  119. <value>4</value>
  120. </item>
  121. <item>
  122. <label>删除了发运明细</label>
  123. <value>6</value>
  124. </item>
  125. <item>
  126. <label>非法记录</label>
  127. <value>8</value>
  128. </item>
  129. <item>
  130. <label>发运号对应计划号不存在</label>
  131. <value>9</value>
  132. </item>
  133. </choices>
  134. </select1>
  135. <caption id="caption2" class="cell" style="left:0px; top:35px; width:90px; height:20px; vertical-align:middle; ">发运指示号</caption>
  136. <input id="input2" ref="/root/formData/searchInfo/DLIV_DIRNO" style="left:92px; top:35px; width:150px; height:20px; "/>
  137. <caption id="caption4" class="cell" style="left:250px; top:35px; width:90px; height:20px; vertical-align:middle; ">明细号</caption>
  138. <input id="input3" ref="/root/formData/searchInfo/SHIP_INVNO" style="left:342px; top:35px; width:150px; height:20px; "/>
  139. <caption id="caption5" class="cell" style="left:498px; top:35px; width:90px; height:20px; vertical-align:middle; ">车号</caption>
  140. <input id="input4" ref="/root/formData/searchInfo/TRANS_CAR_NO" style="left:590px; top:35px; width:150px; height:20px; "/>
  141. <caption id="caption7" class="cell" style="left:658px; top:5px; width:90px; height:20px; vertical-align:middle; ">称重时间</caption>
  142. <input id="input5" ref="/root/formData/searchInfo/FR_DATE" editable="false" inputtype="date" style="left:750px; top:5px; width:110px; height:20px; "/>
  143. <input id="input6" ref="/root/formData/searchInfo/TO_DATE" editable="false" inputtype="date" style="left:861px; top:5px; width:110px; height:20px; "/>
  144. </group>
  145. <datagrid id="datagrid1" nodeset="/root/gridData/ListResult_0_VO/ListResult_0_Row" scroll="auto" caption="PKID^钢卷号^发运指示号^车号^过磅重量(kg)^自动化记录创建时间^处理标志^删除与否^合同号^合同单位^到站^发运时间^收货单位^大磅与否" colsep="^" colwidth="100, 120, 100, 100, 85, 120, 100, 60, 100, 125, 75, 120, 100, 65" explorerbar="sortshow" frozencols="7" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:69px; width:980px; height:551px; text-align:center; border-style:solid; border-right-style:sunken; ">
  146. <col ref="PKID" visibility="hidden"/>
  147. <col key="false" ref="COIL_NO"/>
  148. <col key="false" ref="FHTZDH"/>
  149. <col key="false" ref="CH"/>
  150. <col key="false" ref="ZL"/>
  151. <col key="false" ref="LYDWBM"/>
  152. <col ref="CXFLAG" type="combo">
  153. <choices>
  154. <item>
  155. <label>待处理</label>
  156. <value>0</value>
  157. </item>
  158. <item>
  159. <label>匹配发运号成功</label>
  160. <value>1</value>
  161. </item>
  162. <item>
  163. <label>无库存发运</label>
  164. <value>2</value>
  165. </item>
  166. <item>
  167. <label>匹配发运号不成功</label>
  168. <value>3</value>
  169. </item>
  170. <item>
  171. <label>匹配的发运号未批车</label>
  172. <value>4</value>
  173. </item>
  174. <item>
  175. <label>删除了发运明细</label>
  176. <value>6</value>
  177. </item>
  178. <item>
  179. <label>非法记录</label>
  180. <value>8</value>
  181. </item>
  182. <item>
  183. <label>发运号对应计划号不存在</label>
  184. <value>9</value>
  185. </item>
  186. </choices>
  187. </col>
  188. <col key="false" ref="DELFLAG"/>
  189. <col key="false" ref="HTH"/>
  190. <col key="false" ref="HTDW"/>
  191. <col key="false" ref="DZ"/>
  192. <col key="false" ref="FYRQ"/>
  193. <col key="false" ref="SHDW"/>
  194. <col key="false" ref="SFDB"/>
  195. </datagrid>
  196. </xhtml:body>
  197. </xhtml:html>