5d5d723915b5398af7fb0ceba07d1912c3a044d5.svn-base 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  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[生产管制 >> 热轧管理 >> CCR料轧辊编制选定]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <reqData/>
  12. <resData/>
  13. <formData>
  14. <searchForm>
  15. <STL_GRD/>
  16. <FAC_STL_GRP/>
  17. <ORD_USEAGE_CD/>
  18. <THK_MINI/>
  19. <THK_MAXI/>
  20. <ORD_SEQ/>
  21. <ORD_NO/>
  22. <WTH_MINI/>
  23. <WTH_MAXI/>
  24. <CUR_LOAD_LOC/>
  25. <isYH/>
  26. </searchForm>
  27. </formData>
  28. <gridData1>
  29. <WTH_GRP_CD/>
  30. <WTH_MINI/>
  31. <WTH_MAXI/>
  32. <isEdit/>
  33. <isCancel/>
  34. <ROLL_SLAB_CNT/>
  35. <ROLL_SLAB_WGT/>
  36. <MILL_LEN/>
  37. <MINI/>
  38. <MAXI/>
  39. <ROLL_DTIME/>
  40. </gridData1>
  41. <codeData>
  42. <STL_GRD>
  43. <item>
  44. <label/>
  45. <value/>
  46. </item>
  47. </STL_GRD>
  48. <ORD_SEQ/>
  49. </codeData>
  50. <tempreqData>
  51. <MINI/>
  52. <MAXI/>
  53. <STL_GRD/>
  54. </tempreqData>
  55. <gData>
  56. <g2Data>
  57. <CHK/>
  58. <ROLL_SLAB_SEQ/>
  59. <CUR_LOAD_LOC/>
  60. <SLAB_NO/>
  61. <SLAB_THK/>
  62. <SLAB_WTH/>
  63. <SLAB_LEN/>
  64. <SLAB_WGT/>
  65. <INSTR_COIL_THK/>
  66. <INSTR_COIL_WTH/>
  67. <ORD_LEN/>
  68. <ORD_WGT/>
  69. <HOT_THK_AIM/>
  70. <HOT_THK_MIN/>
  71. <HOT_THK_MAX/>
  72. <WTH_AIM>900</WTH_AIM>
  73. <WTH_MIN>890</WTH_MIN>
  74. <WTH_MAX>930</WTH_MAX>
  75. <INSTR_COIL_WGT/>
  76. <THK_AIM/>
  77. <WTH_AIM/>
  78. <SPEC_ABBSYM/>
  79. <ORD_NO/>
  80. <ORD_SEQ/>
  81. <CUST_CD/>
  82. <STL_GRD/>
  83. <SLAB_RT/>
  84. </g2Data>
  85. </gData>
  86. <tempData>
  87. </tempData>
  88. <tempData2/>
  89. <tempResult/>
  90. <initResult/>
  91. <g1Data/>
  92. <g2Data/>
  93. </root>
  94. </instance>
  95. <script type="javascript" ev:event="xforms-ready">
  96. <![CDATA[
  97. if (window.parent == null) Init();
  98. ]]>
  99. </script>
  100. <script type="javascript" src="../../js/boaMsg.js"/>
  101. <script type="javascript" src="../../js/boaCommon.js"/>
  102. <script type="javascript" src="../../js/dCommon.js"/>
  103. </model>
  104. <script type="javascript">
  105. <![CDATA[
  106. var V_WTH_MAXI = 0;
  107. var V_WTH_MINI = 0;
  108. //1、获取用户登录信息,只能在页面初始化函数中调用
  109. function InitParams(node)
  110. {
  111. if (typeof node == "undefined" && typeof node != "object") return;
  112. model.removenode("/root/initData/rcvInfo");
  113. model.makeNode("/root/initData/rcvInfo");
  114. var nodeList = node.childNodes;
  115. for (var i = 0; i < nodeList.length; i++)
  116. model.instances(0).selectSingleNode("/root/initData/rcvInfo").appendChild(nodeList.item(i));
  117. }
  118. //2. 页面初始化函数(必须)
  119. function Init(node)
  120. {
  121. InitParams(node); // 用于设置节点:/root/initData/rcvInfo,获取用户登录信息
  122. // 在程序中会重建该节点,最好不要重名
  123. // 函数 InitParams 在 mesCommon.js 中,仅在需要使用登录用户信息时调用
  124. input1091.value = 0;
  125. input1092.value = 999.999;
  126. input1.value= "";
  127. combo5.value = "";
  128. // datagrid2.fixedcellcheckbox(0,datagrid2.colRef("CHK"))=true;//设置第0行的checkbox的属性为true 便于进行全选操作
  129. // datagrid2.colStatus(0)=false; //设置第0列也即为checkbox所在列的列状态为false。
  130. commSubmit("UIF023010-service","success","glueAction.do");
  131. model.duplicate("/root/initResult","/root/resData");//复制结点
  132. addAllOption("/root/initResult/resData/resultkey1_VO","/root/initResult/resData/resultkey1_VO/resultkey1_Row","SM_CFNM","SM_CD","--全部--");
  133. addAllOption("/root/initResult/resData/resultkey2_VO","/root/initResult/resData/resultkey2_VO/resultkey2_Row","SM_CFNM","SM_CD","--全部--");
  134. model.refresh();
  135. }
  136. //3、页面标题
  137. function setTitle()
  138. {
  139. return "热轧管制 >> 热轧管制指示 >> CCR料轧辊编制选定"; // 如:return "进程管理 >> 订单进程现况查询";
  140. }
  141. function find() {
  142. model.removenode("/root/reqData");
  143. model.makeNode("/root/reqData");
  144. commSubmit("UIF023010-service","find","glueAction.do");
  145. commAppendData("/root/g1Data/rs_VO","/root/resData/rs_VO");
  146. model.refresh();
  147. disableLastOption();
  148. if(datagrid1.rows> 2) {
  149. m= datagrid1.rows-1;
  150. datagrid1.rowstyle(datagrid1.rows-1, "data", "background-color") = "#ffffcc";
  151. datagrid1.rowstyle(datagrid1.rows-1, "data", "color") = "red";
  152. }
  153. }
  154. function edit() {
  155. model.removenode("/root/reqData");
  156. model.makeNode("/root/reqData");
  157. commSendReq("/root/formData/searchForm");
  158. datagrid2.colStatus(0) = false;
  159. if(datagrid2.fixedcellcheckbox(0,datagrid2.colRef("CHK"))=true) {
  160. for(i = 2;i<datagrid2.rows;i++) {
  161. if(datagrid2.valueMatrix(i,datagrid2.colRef("CHK")) == "true") {
  162. datagrid2.addStatus(i, "update");
  163. } else {
  164. datagrid2.rowStatus(i) = 0;
  165. }
  166. }
  167. }
  168. commMultiUpdate(datagrid2,"/root/reqData","A",true,"rowStatus");
  169. commSubmit("UIF023010-service","edit","glueAction.do");
  170. chkInit();
  171. datagrid2.fixedcellischeck(0,0) = false;
  172. datagrid2.fixedcellcheckbox(0,datagrid2.colRef("CHK"))=false;
  173. }
  174. function cancel() {
  175. model.removenode("/root/reqData");
  176. datagrid2.colStatus(0) = false;
  177. if(datagrid2.fixedcellcheckbox(0,datagrid2.colRef("CHK"))=true) {
  178. for(i = 2;i<datagrid2.rows;i++) {
  179. if(datagrid2.valueMatrix(i,datagrid2.colRef("CHK")) == "true") {
  180. datagrid2.addStatus(i, "delete");
  181. } else {
  182. datagrid2.rowStatus(i) = 0;
  183. }
  184. }
  185. }
  186. commMultiUpdate(datagrid2,"/root/reqData","A",true,"rowStatus");
  187. commSubmit("UIF023010-service","cancel","glueAction.do");
  188. chkInit();
  189. datagrid2.fixedcellischeck(0,0) = false;
  190. datagrid2.fixedcellcheckbox(0,datagrid2.colRef("CHK"))=false;
  191. }
  192. //禁止点击带统计的最后一行的选项
  193. function disableLastOption() {
  194. datagrid1.cellattribute("editable",2,1) = "true";
  195. datagrid1.cellattribute("editable",2,2) = "true";
  196. datagrid1.cellattribute("disabled",datagrid1.rows-1,3) = "true";
  197. datagrid1.cellattribute("disabled",datagrid1.rows-1,4) = "true";
  198. }
  199. //编制取消按钮只能有一个选项
  200. function chkOption()
  201. {
  202. if(datagrid1.col == 3 ) {
  203. for(var i = 2;i<datagrid1.rows -1;i++) {
  204. datagrid1.valueMatrix(i,4) = false;
  205. }
  206. } else {
  207. for(var i = 2;i<datagrid1.rows -1;i++) {
  208. datagrid1.valueMatrix(i,3) = false;
  209. }
  210. }
  211. }
  212. //添加全部选项到combo头部
  213. function addAllOption(srcpath,targetpath,lable,value,allvalue) {
  214. model.duplicate(srcpath,targetpath);
  215. model.setValue(targetpath + "/" +lable,allvalue);
  216. model.setValue(targetpath + "/" +value,"");
  217. }
  218. function chkInit() {
  219. datagrid1.fixedcellischeck(0,datagrid1.colRef("CHK"))=false;
  220. var str = datagrid1.children;
  221. //commGridInit(datagrid1);
  222. model.refresh();
  223. }
  224. function color_status()
  225. {
  226. for(var i = 2;i<=datagrid2.rows-1;i++)
  227. {
  228. var v_status = datagrid2.valueMatrix(i,datagrid2.colRef("SLAB_STOCK_TYPE"))
  229. var bgcolor = "#ffffff";
  230. if(v_status == "轧回入库" ) {
  231. bgcolor = "#ff99cc";
  232. }else if(v_status == "加回入库" ){
  233. bgcolor = "#ffcc99";
  234. }
  235. datagrid2.rowstyle(i, "data", "background-color") = bgcolor;
  236. }
  237. }
  238. function fowardUID010031(gridID,colName) {
  239. if(gridID.col == gridID.colRef(colName)) {
  240. model.makeValue("/root/fwdData/UID010031/ORD_NO", gridID.valueMatrix(gridID.row, gridID.colRef("ORD_NO")));
  241. model.makeValue("/root/fwdData/UID010031/ORD_SEQ", gridID.valueMatrix(gridID.row, gridID.colRef("ORD_SEQ")));
  242. model.makeValue("/root/fwdData/UID010031/URL", "../../B/B01/UIB015020.xrw");
  243. var java = window.parent.javaScript;
  244. java.open(model.instances(0).selectSingleNode("/root/fwdData/UID010031"));
  245. }
  246. }
  247. ]]>
  248. </script>
  249. </xhtml:head>
  250. <xhtml:body pagewidth="980" pageheight="620" guideline="1,980;2,592;" style="font-family:宋体; font-size:14pt; ">
  251. <datagrid id="datagrid1" nodeset="/root/g1Data/rs_VO/rs_Row" scroll="auto" backcoloralternate="#f7f9f9" caption="钢卷宽度组^钢卷宽度组^钢卷宽度组^对象选定^对象选定^编制结果(块数)^轧制总质量^轧制总长度(米)^编制量下限^编制量上限^编制时刻|宽度组^下限^上限^编制^取消^编制结果(块数)^轧制总质量^轧制总长度(米)^编制量下限^编制量上限^编制时刻" colsep="^" colwidth="100, 100, 100, 69, 63, 71, 80, 61, 66, 64, 117" extendlastcol="false" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:62px; width:980px; height:232px; ">
  252. <col ref="WTH_GRP_CD"/>
  253. <col editable="false" ref="WTH_MINI" type="input" format="#,##0" style="text-align:right; "/>
  254. <col editable="false" ref="WTH_MAXI" type="input" format="#,##0" style="font-family:宋体; font-size:14pt; text-align:right; "/>
  255. <col checkvalue="true,false" ref="isEdit" type="radio"/>
  256. <col checkvalue="true,false" ref="isCancel" type="radio"/>
  257. <col ref="ROLL_SLAB_CNT" format="#,##0" style="text-align:right; "/>
  258. <col ref="ROLL_SLAB_WGT" format="#,##0" style="font-size:14pt; text-align:right; "/>
  259. <col ref="MILL_LEN" format="#,##0" style="text-align:right; "/>
  260. <col ref="MINI" format="#,##0" style="text-align:right; "/>
  261. <col ref="MAXI" format="#,##0" style="text-align:right; "/>
  262. <col ref="ROLL_DTIME" format="yyyy-mm-dd hh:nn:ss"/>
  263. <script type="javascript" ev:event="onclick">
  264. <![CDATA[
  265. if(datagrid1.row <= 1) return;
  266. if (!datagrid1.isCell(event.target)) return;
  267. if(datagrid1.col == 3 || datagrid1.col == 4) {
  268. datagrid2.fixedcellcheckbox(0,datagrid2.colRef("CHK"))=true;
  269. chkOption();
  270. model.removenode("/root/reqData");
  271. model.makeNode("/root/reqData");
  272. V_WTH_MINI = datagrid1.valueMatrix(datagrid1.row,1)
  273. model.setValue("/root/formData/searchForm/WTH_MINI",V_WTH_MINI);
  274. V_WTH_MAXI = datagrid1.valueMatrix(datagrid1.row,2);
  275. model.setValue("/root/formData/searchForm/WTH_MAXI",V_WTH_MAXI);
  276. commSendReq("/root/formData/searchForm");
  277. if(datagrid1.col == 3 ){
  278. datagrid2.nodeset = "/root/resData/rs1_VO/rs1_Row";
  279. commSubmit("UIF023010-service","findSchoseCCR","glueAction.do")
  280. }else {
  281. datagrid2.nodeset = "/root/resData/rs2_VO/rs2_Row";
  282. commSubmit("UIF023010-service","findCancelCCR","glueAction.do");
  283. }
  284. color_status();
  285. model.refresh();
  286. }
  287. ]]>
  288. </script>
  289. </datagrid>
  290. <datagrid id="datagrid2" nodeset="/root/resData/rs1_VO/rs1_Row" scroll="auto" backcoloralternate="#f7f9f9" caption="选择^编制序号^堆置位置^板坯号^板坯^板坯^板坯^板坯^轧制^轧制^轧制^轧制^轧制^轧制^轧制^轧制^轧制^订单类型^钢号^标准号^合同号^订单号^客户^交货期^紧急材^去向^发货方式^订单备注^入库类型^客户成分特殊要求^材质特殊要求^公差特殊要求|选择^编制序号^堆置位置^板坯号^厚度^宽度^长度^重量^订单厚度^目标厚度^厚度下限^厚度上限^目标宽度^宽度下限^宽度上限^长度^重量^订单类型^钢号^标准号^合同号^订单号^客户^交货期^紧急材^去向^发货方式^订单备注^入库类型^客户成分特殊要求^材质特殊要求^公差特殊要求" colsep="^" colwidth="52, 47, 46, 118, 49, 61, 55, 48, 60, 59, 55, 54, 55, 56, 64, 41, 47, 32, 63, 52, 54, 50, 62, 100, 100, 67, 100, 100, 100, 60, 60, 60" defaultrows="0" explorerbar="sortshowmove" extendlastcol="false" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:301px; width:980px; height:319px; background-color:#ffffff; ">
  291. <col ref="CHK" type="checkbox"/>
  292. <col ref="ROLL_SLAB_SEQ" style="text-align:right; "/>
  293. <col editable="false" ref="CUR_LOAD_LOC" type="input" style="text-align:center; "/>
  294. <col editable="false" ref="SLAB_NO" type="input" style="text-align:center; "/>
  295. <col ref="SLAB_THK" style="text-align:right; "/>
  296. <col ref="SLAB_WTH" format="#,##0" style="text-align:right; "/>
  297. <col ref="SLAB_LEN" format="#,##0" style="text-align:right; "/>
  298. <col ref="SLAB_WGT" format="#,##0" style="text-align:right; "/>
  299. <col editable="false" ref="INSTR_COIL_THK" type="input" format="#.##0" style="text-align:right; "/>
  300. <col editable="false" ref="HOT_THK_AIM" type="input" format="#.##0" style="text-align:right; "/>
  301. <col ref="HOT_THK_MIN" format="#.##0" style="text-align:right; "/>
  302. <col ref="HOT_THK_MAX" format="#.##0" style="text-align:right; "/>
  303. <col editable="false" ref="WTH_AIM" type="input" format="#,##0" style="text-align:right; "/>
  304. <col ref="WTH_MIN" format="#,##0" style="text-align:right; "/>
  305. <col ref="WTH_MAX" format="#,##0" style="text-align:right; "/>
  306. <col ref="ORD_LEN" format="#,##0" style="text-align:right; "/>
  307. <col ref="ORD_WGT" format="#,##0" style="text-align:right; "/>
  308. <col ref="PRODNM_CD"/>
  309. <col editable="false" editmode="search" ref="STL_GRD" type="input" style="text-align:left; "/>
  310. <col editable="false" ref="SPEC_ABBSYM" type="input" style="text-align:left; "/>
  311. <col editable="false" ref="ORD_NO" type="input" style="text-align:center; "/>
  312. <col editable="false" ref="ORD_SEQ" type="input" style="text-align:center; "/>
  313. <col disabled="true" editmode="search" ref="CUST_NM" style="text-align:left; "/>
  314. <col ref="DEL_TO_DATE" format="yyyy-mm-dd" style="text-align:center; "/>
  315. <col ref="EMGMTR_NMG_CLF"/>
  316. <col disabled="true" editmode="search" ref="SLAB_RT"/>
  317. <col ref="DLIV_TP"/>
  318. <col ref="MK_CONTENT" style="text-align:left; "/>
  319. <col ref="SLAB_STOCK_TYPE" style="text-align:left; "/>
  320. <col ref="INGR_YN" style="text-decoration:underline; color:#0000ff; cursor:hand; ">
  321. <script type="javascript" ev:event="onclick">
  322. <![CDATA[
  323. fowardUID010031(datagrid2,"INGR_YN");
  324. ]]>
  325. </script>
  326. </col>
  327. <col ref="QLTY_YN" style="text-decoration:underline; color:#0000ff; cursor:hand; ">
  328. <script type="javascript" ev:event="onclick">
  329. <![CDATA[
  330. fowardUID010031(datagrid2,"QLTY_YN");
  331. ]]>
  332. </script>
  333. </col>
  334. <col ref="DEL_YN" style="text-decoration:underline; color:#0000ff; cursor:hand; ">
  335. <script type="javascript" ev:event="onclick">
  336. <![CDATA[
  337. fowardUID010031(datagrid2,"DEL_YN");
  338. ]]>
  339. </script>
  340. </col>
  341. <script type="javascript" ev:event="xforms-value-changed">
  342. <![CDATA[
  343. if(datagrid2.valueMatrix(datagrid2.row,0) == "false") {
  344. datagrid2.rowStatus(datagrid2.row) = 0;
  345. }
  346. ]]>
  347. </script>
  348. </datagrid>
  349. <button id="button2" style="left:826px; top:10px; width:91px; height:20px; background-image:../../images/save.gif; ">
  350. <caption>编制确认</caption>
  351. <script type="javascript" ev:event="onclick">
  352. <![CDATA[
  353. edit();
  354. find();
  355. ]]>
  356. </script>
  357. </button>
  358. <select1 id="combo2" ref="/root/formData/searchForm/FAC_STL_GRP" appearance="minimal" style="left:92px; top:10px; width:190px; height:20px; ">
  359. <choices>
  360. <itemset nodeset="/root/initResult/resData/resultkey1_VO/resultkey1_Row">
  361. <label ref="SM_CFNM"/>
  362. <value ref="SM_CD"/>
  363. </itemset>
  364. </choices>
  365. </select1>
  366. <caption id="caption3" class="cell" style="left:0px; top:10px; width:90px; height:20px; text-align:center; border-style:solid; ">钢号组</caption>
  367. <select1 id="combo4" ref="/root/formData/searchForm/STL_GRD" appearance="minimal" editmode="inputsearch" style="left:92px; top:35px; width:188px; height:20px; ">
  368. <choices>
  369. <itemset nodeset="/root/initResult/resData/resultkey0_VO/resultkey0_Row">
  370. <label ref="FAC_STL_GRD"/>
  371. <value ref="FAC_CODE"/>
  372. </itemset>
  373. </choices>
  374. </select1>
  375. <caption id="caption6" class="cell" style="left:0px; top:35px; width:90px; height:20px; text-align:center; border-style:solid; ">钢号</caption>
  376. <select1 id="combo1" ref="/root/formData/searchForm/ORD_USEAGE_CD" appearance="minimal" style="left:627px; top:10px; width:158px; height:20px; ">
  377. <choices>
  378. <itemset nodeset="/root/initResult/resData/resultkey2_VO/resultkey2_Row">
  379. <label ref="SM_CFNM"/>
  380. <value ref="SM_CD"/>
  381. </itemset>
  382. </choices>
  383. </select1>
  384. <caption id="caption4" class="cell" style="left:535px; top:10px; width:90px; height:20px; text-align:center; border-style:solid; ">订单用途</caption>
  385. <caption id="caption7" class="cell" style="left:295px; top:10px; width:90px; height:20px; vertical-align:middle; ">合同号</caption>
  386. <select1 id="combo5" ref="/root/formData/searchForm/ORD_SEQ" appearance="minimal" editmode="search" style="left:469px; top:10px; width:45px; height:20px; ">
  387. <choices>
  388. <itemset nodeset="/root/codeData/ORD_SEQ/ListResult_0_VO/ListResult_0_Row[ORD_SEQ != '']">
  389. <label ref="ORD_SEQ"/>
  390. <value ref="ORD_SEQ"/>
  391. </itemset>
  392. </choices>
  393. </select1>
  394. <input id="input1" ref="/root/formData/searchForm/ORD_NO" maxlength="12" style="left:387px; top:10px; width:80px; height:20px; ">
  395. <script type="javascript" ev:event="xforms-value-changed">
  396. <![CDATA[
  397. model.setValue("/root/formData/searchForm//ORD_SEQ", "");
  398. if (model.getValue("/root/formData/searchForm/ORD_NO").length == 12) {
  399. commSendReq("/root/formData/searchForm");
  400. commSubmit("UIF023010-service","seq","glueAction.do");
  401. commAppendData("/root/codeData/ORD_SEQ/ListResult_0_VO", "/root/resData/ListResult_0_VO");
  402. //exec("/root/formData/searchInfo/ORD_NO", "", "seq", "/root/codeData/ORD_SEQ/ListResult_0_VO");
  403. //model.setValue("/root/formData/searchInfo/ORD_SEQ", model.getValue("/root/codeData/ORD_SEQ/ListResult_0_VO/ListResult_0_Row/ORD_SEQ"));
  404. } else {
  405. model.removenode("/root/codeData/ORD_SEQ/ListResult_0_VO");
  406. }
  407. chkInit();
  408. ]]>
  409. </script>
  410. </input>
  411. <input id="input1092" ref="/root/formData/searchForm/THK_MAXI" style="left:682px; top:34px; width:73px; height:20px; text-align:right; "/>
  412. <caption id="caption109" class="cell" style="left:536px; top:34px; width:90px; height:20px; ">钢卷厚度</caption>
  413. <input id="input1091" ref="/root/formData/searchForm/THK_MINI" style="left:628px; top:34px; width:52px; height:20px; text-align:right; "/>
  414. <button id="button3" style="left:906px; top:10px; width:70px; height:20px; text-align:right; background-image:../../images/save.gif; ">
  415. <caption>编制取消</caption>
  416. <script type="javascript" ev:event="onclick">
  417. <![CDATA[
  418. cancel();
  419. find();
  420. ]]>
  421. </script>
  422. </button>
  423. <line id="line3" style="x1:0px; y1:58px; x2:980px; y2:58px; border-color:#ff00ff; "/>
  424. <line id="line1" style="x1:0px; y1:297px; x2:980px; y2:297px; border-color:#0000ff; "/>
  425. <caption id="caption1" class="cell" style="left:295px; top:35px; width:90px; height:20px; text-align:center; border-style:solid; ">堆置位置</caption>
  426. <input id="input2" ref="/root/formData/searchForm/CUR_LOAD_LOC" style="left:386px; top:35px; width:128px; height:20px; text-align:left; "/>
  427. <select id="checkbox1" ref="/root/formData/searchForm/isYH" overflow="visible" appearance="full" style="left:880px; top:35px; width:85px; height:20px; border-style:none; ">
  428. <choices>
  429. <item>
  430. <label>排序优化</label>
  431. <value>Y</value>
  432. </item>
  433. </choices>
  434. </select>
  435. <caption id="caption2" style="left:769px; top:35px; width:30px; height:15px; text-align:center; background-color:#ff99cc; ">轧回</caption>
  436. <caption id="caption5" style="left:805px; top:35px; width:30px; height:15px; text-align:center; background-color:#ffcc99; ">加回</caption>
  437. </xhtml:body>
  438. </xhtml:html>