e8413fbeea81c510421604cdf37cf210462469ae.svn-base 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  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[炼钢作业 >> 板坯库管理 >> 板坯详细信息查询(UIG040061)]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <formData>
  12. <SLAB_NO/>
  13. <CUR_LOAD_LOC/>
  14. <A0_YN/>
  15. <SLAB_STAT/>
  16. <C0_YN/>
  17. <IGR_LAG_FROM_DTIME>-999999999</IGR_LAG_FROM_DTIME>
  18. <IGR_LAG_TO_DTIME>999999999</IGR_LAG_TO_DTIME>
  19. <CUT_LAG_FROM_DTIME>-999999999</CUT_LAG_FROM_DTIME>
  20. <CUT_LAG_TO_DTIME>999999999</CUT_LAG_TO_DTIME>
  21. <MOVE_EMP_NM/>
  22. <AskStock/>
  23. <ASK_STOCK_ADDR/>
  24. </formData>
  25. <gridData/>
  26. <tempData/>
  27. <MESSAGES/>
  28. <comboData>
  29. <slab_no/>
  30. <regid/>
  31. </comboData>
  32. <resData/>
  33. <initData>
  34. <LG_CD>E01002</LG_CD>
  35. </initData>
  36. <codeData/>
  37. </root>
  38. </instance>
  39. <script type="javascript" ev:event="xforms-ready">
  40. <![CDATA[
  41. init();
  42. ]]>
  43. </script>
  44. </model>
  45. <script type="javascript">
  46. <![CDATA[
  47. function init(){
  48. commSendReq("/root/initData");
  49. commSubmit("UIGCOMMCODE-service","find","glueAction.do");
  50. model.copyNode("/root/codeData","/root/resData");
  51. model.removenode("/root/reqData");
  52. model.makeNode("/root/reqData");
  53. commSubmit("UIG040061-service","init","glueAction.do");
  54. model.copyNode("/root/comboData/slab_no","/root/resData/SLAB_NO_INIT_RES_VO");
  55. model.setValue("/root/formData/SLAB_NO",model.getValue("/root/comboData/slab_no/SLAB_NO_INIT_RES_Row[1]/VALUE"));
  56. combo1.refresh();
  57. }
  58. function find(){
  59. var input = model.getValue("/root/formData/SLAB_NO");
  60. if((input == ""|| input.length < 8) && model.getValue("/root/formData/A0_YN") != "A0"){
  61. alert(" 炉次号为空或长度少于8位! ");
  62. return;
  63. }
  64. if(model.getValue("/root/formData/SLAB_NO") == "" && model.getValue("/root/formData/A0_YN") == ""){
  65. model.setValue("/root/formData/SLAB_NO",model.getValue("/root/comboData/slab_no/SLAB_NO_INIT_RES_Row[1]/VALUE"));
  66. combo1.refresh();
  67. }
  68. if(model.getValue("/root/formData/A0_YN") == "A0"){
  69. model.setValue("/root/formData/SLAB_STAT","2");
  70. model.setValue("/root/formData/C0_YN","C0");
  71. }else {
  72. model.setValue("/root/formData/SLAB_STAT","");
  73. model.setValue("/root/formData/C0_YN","");
  74. }
  75. commSendReq("/root/formData");
  76. commSubmit("UIG040061-service","find","glueAction.do");
  77. commAppendData("/root/gridData/SLAB_DETAIL_INFO_VO","/root/resData/SLAB_DETAIL_INFO_VO");
  78. datagrid1.refresh();
  79. setGridColor();
  80. input2.value = model.getValue("/root/initData/rcvInfo/REG_ID");
  81. output1.value = getSumWGT();
  82. model.refresh();
  83. //datagrid1.subtotal("sum", 2, 10, "", "background-color:#99ff99", 1, "炉次合计重量");
  84. }
  85. function setGridColor()//成分不合格流水号显示红色
  86. {
  87. datagrid1.rebuildStyle();
  88. //默认提示框不显示
  89. for(var i = datagrid1.fixedRows; i < datagrid1.rows; i++)
  90. {
  91. //成份不合格为QQ
  92. if(datagrid1.valueMatrix(i ,datagrid1.colRef("QLFD_YN")) == "QQ")
  93. {
  94. datagrid1.cellStyle("background-color" , i ,datagrid1.colRef("SLAB_NO")) = "#ff0000";
  95. //成份不合格的情况在图型栏中给出红色提示
  96. }
  97. }
  98. }
  99. function getSumWGT(){
  100. var totalWGT = 0;
  101. for(var i = datagrid1.fixedRows; i < datagrid1.rows; i++)
  102. {
  103. //成份不合格为QQ
  104. if(datagrid1.valueMatrix(i ,datagrid1.colRef("WEIGHT_WGT")) == "")
  105. {
  106. }else{
  107. totalWGT = totalWGT + parseFloat(datagrid1.valueMatrix(i ,datagrid1.colRef("WEIGHT_WGT")));
  108. }
  109. }
  110. return totalWGT;
  111. }
  112. //保存操作只保存了备注信息
  113. function save(){
  114. model.removenode("/root/reqData");
  115. model.makeNode("/root/reqData");
  116. commMultiUpdate(datagrid1,"/root/reqData","A",true,"rowStatus");
  117. commSubmit("UIG040061-service","save","glueAction.do");
  118. model.setValue("/root/MESSAGES",model.getValue("/root/resData/MESSAGES_VO/MESSAGES_Row"));
  119. alert(model.getValue("/root/MESSAGES"));
  120. }
  121. function complusMove(){
  122. //for(var i = datagrid1.fixedRows ; i < (gridRows + datagrid1.fixedRows) ; i++)
  123. for(var i = datagrid1.fixedRows; i < datagrid1.rows; i++)
  124. {
  125. if(datagrid1.valueMatrix(i,datagrid1.colRef("CHK")) == "Y" ) {
  126. if((datagrid1.valueMatrix(i,datagrid1.colRef("TO_YARD")).substr(0,1) == "Z" || datagrid1.valueMatrix(i,datagrid1.colRef("TO_YARD")).substr(0,1) == "z" )
  127. && datagrid1.valueMatrix(i,datagrid1.colRef("SLAB_OUT_TP")) == "不允许出库"){
  128. alert(" 坯料不允许出库,请联系质检! ");return;
  129. }
  130. }
  131. }
  132. model.removenode("/root/reqData");
  133. model.makeNode("/root/reqData");
  134. commMultiUpdate(datagrid1,"/root/reqData","A",true,"rowStatus");
  135. model.duplicate("/root/reqData","/root/formData/MOVE_EMP_NM");
  136. commSubmit("UIG040061-service","move","glueAction.do");
  137. model.setValue("/root/MESSAGES",model.getValue("/root/resData/MESSAGES_VO/MESSAGES_Row"));
  138. alert(model.getValue("/root/MESSAGES"));
  139. }
  140. function rightClick(){
  141. var checkValue = model.getValue("/root/formData/SLAB_NO");
  142. if(checkValue == null || checkValue == "")return;
  143. var tstvalue = parseInt(checkValue.substr(4,5),10);
  144. var tailValue = checkValue.substr(9,4);
  145. tstvalue = (tstvalue + 1) + "";
  146. var strLen = tstvalue.length;
  147. checkValue = checkValue.substr(0,4);
  148. for(var i = 0 ; i < (5 - strLen) ; i++){
  149. checkValue = checkValue + "0";
  150. }
  151. checkValue = checkValue + tstvalue + tailValue;
  152. model.setValue("/root/formData/SLAB_NO",checkValue);
  153. find();
  154. }
  155. function leftClick(){
  156. var checkValue = model.getValue("/root/formData/SLAB_NO");
  157. if(checkValue == null || checkValue == "")return;
  158. if(checkValue.length < 9){
  159. alert(" 炉次号长度不符! ");
  160. return;
  161. }
  162. var tstvalue = parseInt(checkValue.substr(4,5),10);
  163. var tailValue = checkValue.substr(9,4);
  164. tstvalue = (tstvalue - 1) + "";
  165. var strLen = tstvalue.length;
  166. checkValue = checkValue.substr(0,4);
  167. for(var i = 0 ; i < (5 - strLen) ; i++){
  168. checkValue = checkValue + "0";
  169. }
  170. checkValue = checkValue + tstvalue + tailValue;
  171. model.setValue("/root/formData/SLAB_NO",checkValue);
  172. find();
  173. }
  174. ]]>
  175. </script>
  176. <script type="javascript" src="../../js/boaCommon.js"/>
  177. </xhtml:head>
  178. <xhtml:body>
  179. <caption id="caption2" class="cell" style="left:0px; top:5px; width:100px; height:20px; font-weight:bold; border-color:#000000; ">板坯号</caption>
  180. <datagrid id="datagrid1" nodeset="/root/gridData/SLAB_DETAIL_INFO_VO/SLAB_DETAIL_INFO_Row" caption="板坯号^炉次号^钢号^炼钢原始牌号^存放位置^库存位置^板坯规格^测宽^命令制定^命令制定^选择^铸机号^称重重量^称重时间^操作时间^备注^是否允许出库^判定依据^综合判定等级^成份等级^尺寸等级^外观缺陷^坯料进程^坯料状态^轧制状态^轧制序号^订单区分^合同号^订单号^中厚板移送订单号^板坯去向^开浇时间^浇铸结束时间^判定时间^判定滞后时间(小时)^切割时间^切割滞后时间(小时)^caption1|板坯号^炉次号^钢号^炼钢原始牌号^存放位置^库存位置^厚×宽×长(mm)^测宽^到放置位置^行车^选择^铸机号^称重重量^称重时间^操作时间^备注^是否允许出库^判定依据^综合判定等级^成份等级^尺寸等级^外观缺陷^坯料进程^坯料状态^轧制状态^轧制序号^订单区分^合同号^订单号^中厚板移送订单号^板坯去向^开浇时间^浇铸结束时间^判定时间^判定滞后时间(小时)^切割时间^切割滞后时间(小时)^caption1" colsep="^" colwidth="86, 85, 100, 100, 68, 71, 118, 49, 95, 47, 30, 100, 79, 100, 100, 92, 70, 100, 49, 58, 100, 104, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:50px; width:975px; height:550px; ">
  181. <col editable="false" ref="SLAB_NO" type="input"/>
  182. <col ref="CHARGE_NO" visibility="hidden"/>
  183. <col editable="false" ref="STL_GRD" type="input"/>
  184. <col editable="false" ref="LG_STL_GRD" type="input"/>
  185. <col editable="false" ref="CUR_LOAD_LOC" type="input"/>
  186. <col editable="false" ref="YARD_ADDR" type="input"/>
  187. <col editable="false" ref="SLAB_SIZE" type="input"/>
  188. <col editable="false" ref="AVG_WIDTH" type="input"/>
  189. <col ref="TO_YARD" type="inputbutton" maxlength="6" style="background-color:#ffff99; "/>
  190. <col ref="CR_NO" type="input" maxlength="2" style="background-color:#ffff99; "/>
  191. <col checkvalue="Y,N" ref="CHK" type="checkbox"/>
  192. <col disabled="true" ref="CC_DEVNO" type="combo">
  193. <choices>
  194. <item>
  195. <label>1</label>
  196. <value>J1</value>
  197. </item>
  198. <item>
  199. <label>2</label>
  200. <value>J2</value>
  201. </item>
  202. <item>
  203. <label>3</label>
  204. <value>J3</value>
  205. </item>
  206. </choices>
  207. </col>
  208. <col ref="WEIGHT_WGT"/>
  209. <col ref="SAMPLINGTIME"/>
  210. <col ref="REG_DTIME"/>
  211. <col ref="REMARKS" type="input" maxlength="6" style="background-color:#ffff99; "/>
  212. <col ref="SLAB_OUT_TP"/>
  213. <col ref="SLAB_INGR_DEC_KIND"/>
  214. <col ref="SLAB_TOT_DEC_GRD"/>
  215. <col disabled="true" editable="false" ref="SLAB_INGR_DEC_GRD" type="combo">
  216. <choices>
  217. <item>
  218. <label>合格</label>
  219. <value>1</value>
  220. </item>
  221. <item>
  222. <label>不合格</label>
  223. <value>2</value>
  224. </item>
  225. <item>
  226. <label>化废</label>
  227. <value>3</value>
  228. </item>
  229. </choices>
  230. </col>
  231. <col disabled="true" ref="SLAB_SIZE_DEC_GRD" type="combo">
  232. <choices>
  233. <item>
  234. <label>合格</label>
  235. <value>1</value>
  236. </item>
  237. <item>
  238. <label>不合格</label>
  239. <value>2</value>
  240. </item>
  241. </choices>
  242. </col>
  243. <col ref="CRK" style="background-color:#ffff99; "/>
  244. <col disabled="true" editable="false" ref="CUR_PROG_CD" type="combo">
  245. <choices>
  246. <itemset nodeset="/root/codeData/COMM_CODE_RESULT_VO/COMM_CODE_RESULT_Row[LG_CD = 'E01002']">
  247. <label ref="SM_CFNM"/>
  248. <value ref="SM_CD"/>
  249. </itemset>
  250. </choices>
  251. </col>
  252. <col disabled="true" editable="false" ref="SLAB_STAT" type="combo">
  253. <choices>
  254. <item>
  255. <label>指示</label>
  256. <value>1</value>
  257. </item>
  258. <item>
  259. <label>坯料</label>
  260. <value>2</value>
  261. </item>
  262. <item>
  263. <label>结束</label>
  264. <value>3</value>
  265. </item>
  266. <item>
  267. <label>切废</label>
  268. <value>4</value>
  269. </item>
  270. <item>
  271. <label>转废钢库</label>
  272. <value>5</value>
  273. </item>
  274. </choices>
  275. </col>
  276. <col disabled="true" ref="MILL_SCH_STAT" type="combo">
  277. <choices>
  278. <item>
  279. <label>装炉</label>
  280. <value>A7T</value>
  281. </item>
  282. <item>
  283. <label/>
  284. <value/>
  285. </item>
  286. </choices>
  287. </col>
  288. <col ref="ROLL_SEQ"/>
  289. <col disabled="true" editable="false" ref="ORD_FL" type="combo">
  290. <choices>
  291. <item>
  292. <label>订单材</label>
  293. <value>1</value>
  294. </item>
  295. <item>
  296. <label>余材</label>
  297. <value>2</value>
  298. </item>
  299. </choices>
  300. </col>
  301. <col editable="false" ref="ORD_NO" type="input"/>
  302. <col editable="false" ref="ORD_SEQ" type="input"/>
  303. <col editable="false" ref="ORDNO" type="input"/>
  304. <col disabled="true" ref="SLAB_RT" type="combo">
  305. <choices>
  306. <item>
  307. <label>热轧厂</label>
  308. <value>H</value>
  309. </item>
  310. <item>
  311. <label>厚板厂</label>
  312. <value>P</value>
  313. </item>
  314. <item>
  315. <label>中板厂</label>
  316. <value>Z</value>
  317. </item>
  318. <item>
  319. <label>外 销</label>
  320. <value>W</value>
  321. </item>
  322. </choices>
  323. </col>
  324. <col ref="CASTING_STA_DTIME" format="yyyy-mm-dd hh:nn"/>
  325. <col ref="CASTING_END_DTIME" format="yyyy-mm-dd hh:nn"/>
  326. <col ref="INGR_DEC_DTIME" format="yyyy-mm-dd hh:nn"/>
  327. <col ref="IGR_LAG_DTIME"/>
  328. <col ref="SLAB_CUT_DTIME" format="yyyy-mm-dd hh:nn"/>
  329. <col ref="CUT_LAG_DTIME"/>
  330. <col ref="QLFD_YN" visibility="hidden"/>
  331. <script type="javascript" ev:event="onbuttonclick">
  332. <![CDATA[
  333. if (datagrid1.col == datagrid1.colRef("TO_YARD")) {
  334. var row = datagrid1.row;
  335. var BefStoreLoc = datagrid1.valueMatrix(row, datagrid1.colRef("CUR_LOAD_LOC"));
  336. var yardAddr = "L" ;
  337. if (BefStoreLoc == "L" || BefStoreLoc == "Z" ) {
  338. alert(" @@@@@ 坯料已经入库 @@@@@ ");
  339. return;
  340. }
  341. model1.setValue("/root/tempData", yardAddr);
  342. window.load("UIG040027.xrw","modal","", "left:228; top:78; width:980; height:660; sysmenu:visible; min:visible; max:true; resize:true; caption:visible;");
  343. datagrid1.valueMatrix(row, datagrid1.colRef("TO_YARD")) = model1.getValue("/root/tempData");
  344. model1.removenode("/root/tempData");
  345. model1.makeNode("/root/tempData");
  346. model1.refresh();
  347. }
  348. ]]>
  349. </script>
  350. </datagrid>
  351. <caption id="caption4" class="cell" style="left:910px; top:5px; width:70px; height:20px; background-color:#6699ff; ">
  352. <![CDATA[强制移位 ]]>
  353. <script type="javascript" ev:event="onclick">
  354. <![CDATA[
  355. var answer = window.alert("@@@ 是否真的执行强制移位,如是HCR有可能变成CCR。  @@@ " ,"Conform", 1 | 32);
  356. if (answer == "2") {
  357. return;
  358. }
  359. complusMove();
  360. find();
  361. ]]>
  362. </script>
  363. </caption>
  364. <select id="checkbox1" ref="/root/formData/A0_YN" overflow="visible" appearance="full" style="left:270px; top:8px; width:45px; height:15px; border-style:none; ">
  365. <choices>
  366. <item>
  367. <label>入库</label>
  368. <value>A0</value>
  369. </item>
  370. </choices>
  371. </select>
  372. <button id="button2" style="left:240px; top:7px; width:20px; height:20px; background-image:../../images/cal_next_m.gif; ">
  373. <caption/>
  374. <script type="javascript" ev:event="DOMActivate">
  375. <![CDATA[
  376. rightClick();
  377. ]]>
  378. </script>
  379. </button>
  380. <button id="button3" style="left:215px; top:7px; width:20px; height:20px; background-image:../../images/cal_pre_m.gif; ">
  381. <caption/>
  382. <script type="javascript" ev:event="DOMActivate">
  383. <![CDATA[
  384. leftClick();
  385. ]]>
  386. </script>
  387. </button>
  388. <script type="javascript" ev:event="onkeypress">
  389. <![CDATA[
  390. if(event.keyCode == 13){
  391. find();
  392. }
  393. ]]>
  394. </script>
  395. <caption id="caption10" class="cell" style="left:480px; top:3px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">班 组</caption>
  396. <caption id="caption11" class="cell" style="left:634px; top:3px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">操 作 人</caption>
  397. <caption id="caption9" class="cell" style="left:325px; top:3px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">班 次</caption>
  398. <select1 id="combo2" ref="/root/formData/SHIFT" appearance="minimal" style="left:385px; top:3px; width:90px; height:20px; ">
  399. <choices>
  400. <item>
  401. <label>早班</label>
  402. <value>1</value>
  403. </item>
  404. <item>
  405. <label>中班</label>
  406. <value>2</value>
  407. </item>
  408. <item>
  409. <label>晚班</label>
  410. <value>3</value>
  411. </item>
  412. </choices>
  413. </select1>
  414. <select1 id="combo3" ref="/root/formData/GROUP" appearance="minimal" style="left:540px; top:3px; width:90px; height:20px; ">
  415. <choices>
  416. <item>
  417. <label>甲班</label>
  418. <value>A</value>
  419. </item>
  420. <item>
  421. <label>乙班</label>
  422. <value>B</value>
  423. </item>
  424. <item>
  425. <label>丙班</label>
  426. <value>C</value>
  427. </item>
  428. <item>
  429. <label>丁班</label>
  430. <value>D</value>
  431. </item>
  432. </choices>
  433. <script type="javascript" ev:event="xforms-value-changed">
  434. <![CDATA[
  435. model.setValue("/root/shiftData/GROUP_CD",model.getValue("/root/formData/GROUP"));
  436. commSendReq("/root/shiftData");
  437. commSubmit("UIG020SHIFT-service","findgroup","glueAction.do");
  438. model.copyNode("/root/comboData/reg_id","/root/resData/EMP_NM_RESUTL_VO");
  439. combo4.refresh();
  440. ]]>
  441. </script>
  442. </select1>
  443. <select1 id="combo4" ref="/root/formData/REGID" appearance="minimal" editmode="inputsearch" style="left:694px; top:3px; width:90px; height:20px; ">
  444. <choices>
  445. <itemset nodeset="/root/comboData/reg_id/EMP_NM_RESUTL_Row">
  446. <label ref="LABEL"/>
  447. <value ref="VALUE"/>
  448. </itemset>
  449. </choices>
  450. </select1>
  451. <select1 id="combo1" ref="/root/formData/SLAB_NO" appearance="minimal" editmode="input" style="left:102px; top:5px; width:110px; height:20px; border-color:#000000; ">
  452. <choices>
  453. <itemset nodeset="/root/comboData/slab_no/SLAB_NO_INIT_RES_Row">
  454. <label ref="LABEL"/>
  455. <value ref="VALUE"/>
  456. </itemset>
  457. </choices>
  458. </select1>
  459. <input id="input7" ref="/root/formData/CUT_LAG_FROM_DTIME" visibility="hidden" style="left:296px; top:30px; width:63px; height:20px; "/>
  460. <input id="input8" ref="/root/formData/IGR_LAG_TO_DTIME" visibility="hidden" style="left:146px; top:30px; width:63px; height:20px; "/>
  461. <input id="input9" ref="/root/formData/CUT_LAG_TO_DTIME" visibility="hidden" style="left:360px; top:30px; width:58px; height:20px; "/>
  462. <input id="input1" ref="/root/formData/IGR_LAG_FROM_DTIME" visibility="hidden" style="left:82px; top:30px; width:63px; height:20px; "/>
  463. <caption id="caption26" class="cell" visibility="hidden" style="left:0px; top:30px; width:82px; height:20px; font-weight:bold; border-color:#000000; ">判定滞后时间</caption>
  464. <caption id="caption27" class="cell" visibility="hidden" style="left:210px; top:30px; width:86px; height:20px; font-weight:bold; border-color:#000000; ">切割滞后时间</caption>
  465. <caption id="caption1" class="cell" style="left:825px; top:30px; width:70px; height:20px; background-color:#6699ff; ">重量合计</caption>
  466. <output id="output1" style="left:895px; top:30px; width:85px; height:20px; "/>
  467. <button id="button1" visibility="hidden" style="left:805px; top:5px; width:100px; height:20px; ">
  468. <caption>button1</caption>
  469. <script type="javascript" ev:event="onclick">
  470. <![CDATA[
  471. find();
  472. ]]>
  473. </script>
  474. </button>
  475. <input id="input2" ref="/root/formData/MOVE_EMP_NM" visibility="hidden" editable="false" style="left:710px; top:30px; width:95px; height:17px; background-color:#c0c0c0; "/>
  476. <caption id="caption3" class="cell" style="left:635px; top:25px; width:70px; height:20px; background-color:#6699ff; ">
  477. <![CDATA[库位请求 ]]>
  478. <script type="javascript" ev:event="onclick">
  479. <![CDATA[
  480. model.removenode("/root/reqData");
  481. model.makeNode("/root/reqData");
  482. model.duplicate("/root/reqData","/root/formData/AskStock");
  483. model.duplicate("/root/reqData","/root/formData/ASK_STOCK_ADDR");
  484. commSubmit("UIG040061-service","askstock","glueAction.do");
  485. model.setValue("/root/MESSAGES",model.getValue("/root/resData/MESSAGES_VO/MESSAGES_Row"));
  486. alert(model.getValue("/root/MESSAGES"));
  487. ]]>
  488. </script>
  489. </caption>
  490. <select1 id="AskStock" ref="/root/formData/AskStock" appearance="minimal" editmode="input" style="left:540px; top:25px; width:90px; height:20px; ">
  491. <choices>
  492. <item>
  493. <label>整个库区</label>
  494. <value>A</value>
  495. </item>
  496. <item>
  497. <label>Z1跨</label>
  498. <value>B</value>
  499. </item>
  500. <item>
  501. <label>Z2跨</label>
  502. <value>C</value>
  503. </item>
  504. <item>
  505. <label>Z3跨</label>
  506. <value>D</value>
  507. </item>
  508. <item>
  509. <label>具体跺位</label>
  510. <value>E</value>
  511. </item>
  512. </choices>
  513. </select1>
  514. <input id="input3" ref="/root/formData/ASK_STOCK_ADDR" style="left:475px; top:25px; width:58px; height:20px; "/>
  515. </xhtml:body>
  516. </xhtml:html>