174a9ae249c4ab1df7782bac3189ca75bb90f2ed.svn-base 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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 = "UIZ010090-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>377BJC</value>
  86. </item>
  87. <item>
  88. <label>热轧</label>
  89. <value>374RZC</value>
  90. </item>
  91. <item>
  92. <label>酸轧</label>
  93. <value>376LZC</value>
  94. </item>
  95. <item>
  96. <label>平整</label>
  97. <value>375KJC</value>
  98. </item>
  99. </choices>
  100. </select1>
  101. <caption id="caption1" class="cell" style="left:249px; top:5px; width:90px; height:20px; vertical-align:middle; ">产线</caption>
  102. <caption id="caption6" class="cell" style="left:460px; top:5px; width:90px; height:20px; vertical-align:middle; ">处理</caption>
  103. <select1 id="combo2" ref="/root/formData/searchInfo/DEAL_FLAG" appearance="minimal" style="left:552px; top:5px; width:100px; height:20px; ">
  104. <choices>
  105. <item>
  106. <label>全部</label>
  107. <value/>
  108. </item>
  109. <item>
  110. <label>待处理</label>
  111. <value>0</value>
  112. </item>
  113. <item>
  114. <label>处理完成</label>
  115. <value>1</value>
  116. </item>
  117. <item>
  118. <label>重量无值</label>
  119. <value>2</value>
  120. </item>
  121. <item>
  122. <label>钢卷进程不允许更改</label>
  123. <value>3</value>
  124. </item>
  125. <item>
  126. <label>钢卷号不存在</label>
  127. <value>4</value>
  128. </item>
  129. <item>
  130. <label>异常数据超过两天</label>
  131. <value>5</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)^过磅重量(kg)^自动化记录创建时间^接收时间^处理时间^处理标志^进程状态^品名^产线^成品表编号^计量序号^称重时间^更新前过磅重量(kg)^过磅类别^品级^班组^处理备注" colsep="^" colwidth="100, 120, 100, 100, 100, 85, 120, 120, 120, 100, 120, 100, 55, 75, 55, 120, 70, 65, 55, 55, 150" 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="OLD_SAMPL_NO"/>
  148. <col key="false" ref="DLIV_DIRNO"/>
  149. <col key="false" ref="TRANS_CAR_NO"/>
  150. <col key="false" ref="WGT"/>
  151. <col key="false" ref="ACT_WGT"/>
  152. <col key="false" ref="CSJ"/>
  153. <col key="false" ref="ACP_TIME"/>
  154. <col key="false" ref="DEAL_TIME"/>
  155. <col ref="DEAL_FLAG" type="combo">
  156. <choices>
  157. <item>
  158. <label>待处理</label>
  159. <value>0</value>
  160. </item>
  161. <item>
  162. <label>处理完成</label>
  163. <value>1</value>
  164. </item>
  165. <item>
  166. <label>重量无值</label>
  167. <value>2</value>
  168. </item>
  169. <item>
  170. <label>钢卷进程不允许更改</label>
  171. <value>3</value>
  172. </item>
  173. <item>
  174. <label>钢卷号不存在</label>
  175. <value>4</value>
  176. </item>
  177. <item>
  178. <label>异常数据超过两天</label>
  179. <value>5</value>
  180. </item>
  181. </choices>
  182. </col>
  183. <col key="false" ref="CUR_PROG_CD"/>
  184. <col key="false" ref="PM"/>
  185. <col disabled="true" key="false" ref="BZ" type="combo">
  186. <choices>
  187. <item>
  188. <label>板加</label>
  189. <value>377BJC</value>
  190. </item>
  191. <item>
  192. <label>热轧</label>
  193. <value>374RZC</value>
  194. </item>
  195. <item>
  196. <label>酸轧</label>
  197. <value>376LZC</value>
  198. </item>
  199. <item>
  200. <label>平整</label>
  201. <value>375KJC</value>
  202. </item>
  203. </choices>
  204. </col>
  205. <col key="false" ref="DBH"/>
  206. <col key="false" ref="XH"/>
  207. <col key="false" ref="CZRQ" format="yyyy-mm-dd hh:nn:ss" mask="exclude"/>
  208. <col key="false" ref="ACT_WGT_OLD"/>
  209. <col key="false" ref="GBLB"/>
  210. <col disabled="true" key="false" ref="ZCPBZ" type="combo">
  211. <choices>
  212. <item>
  213. <label>正品</label>
  214. <value>Z</value>
  215. </item>
  216. <item>
  217. <label>次品</label>
  218. <value>C</value>
  219. </item>
  220. </choices>
  221. </col>
  222. <col key="false" ref="BC"/>
  223. <col key="false" ref="DEAL_MEMO"/>
  224. </datagrid>
  225. </xhtml:body>
  226. </xhtml:html>