| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/css" href="../../css/body.css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>
- <![CDATA[热轧作业>>钢卷库管理>>钢卷库移垛操作(UIH050700)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <reqData/>
- <resData/>
- <searchData>
- <shiftAS/>
- <shiftAX/>
- <shiftBS/>
- <shiftBX/>
- <shiftCS/>
- <shiftCX/>
- </searchData>
- <REG_ID/>
- <ZB/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //这里需要默认取出上次安排的时间,便于操作
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
-
- commSubmit("UIH060020-service","findTime","glueAction.do");
-
- model.setValue("/root/searchData/shiftAS",model.getValue("/root/resData/SearchSHFIT1_VO/SearchSHFIT1_Row/SM_EFNM"));
- model.setValue("/root/searchData/shiftAX",model.getValue("/root/resData/SearchSHFIT1_VO/SearchSHFIT1_Row/SM_ESNM"));
-
- model.setValue("/root/searchData/shiftBS",model.getValue("/root/resData/SearchSHFIT2_VO/SearchSHFIT2_Row/SM_EFNM"));
- model.setValue("/root/searchData/shiftBX",model.getValue("/root/resData/SearchSHFIT2_VO/SearchSHFIT2_Row/SM_ESNM"));
- model.setValue("/root/ZB",model.getValue("/root/resData/SearchSHFIT2_VO/SearchSHFIT2_Row/SHRXM"));
-
- model.setValue("/root/searchData/shiftCS",model.getValue("/root/resData/SearchSHFIT3_VO/SearchSHFIT3_Row/SM_EFNM"));
- model.setValue("/root/searchData/shiftCX",model.getValue("/root/resData/SearchSHFIT3_VO/SearchSHFIT3_Row/SM_ESNM"));
-
- model.refresh();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/boaCommon.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="650" pageheight="500">
- <caption id="caption1" class="cell" style="left:145px; top:85px; width:80px; height:20px; ">早班时间</caption>
- <input id="input1" ref="/root/searchData/shiftAS" maxlength="4" format="999999" style="left:230px; top:85px; width:95px; height:20px; background-color:#ffff99; ">
- <hint>
- <![CDATA[这里只需要输入小时和分钟就可以了如(0800)]]>
- </hint>
- </input>
- <line id="line1" style="x1:325px; y1:95px; x2:340px; y2:95px; "/>
- <input id="input2" ref="/root/searchData/shiftAX" maxlength="4" format="999999" style="left:340px; top:85px; width:95px; height:20px; background-color:#ffff99; ">
- <hint>
- <![CDATA[这里只需要输入小时和分钟就可以了如(1600)]]>
- </hint>
- </input>
- <caption id="caption2" class="cell" style="left:145px; top:150px; width:80px; height:20px; ">中班时间</caption>
- <line id="line2" style="x1:325px; y1:160px; x2:340px; y2:160px; "/>
- <input id="input3" ref="/root/searchData/shiftBS" maxlength="4" format="999999" style="left:230px; top:150px; width:95px; height:20px; background-color:#ffff99; ">
- <hint>
- <![CDATA[这里只需要输入小时和分钟就可以了如(1600)]]>
- </hint>
- </input>
- <input id="input4" ref="/root/searchData/shiftBX" maxlength="4" format="999999" style="left:340px; top:150px; width:95px; height:20px; background-color:#ffff99; ">
- <hint>
- <![CDATA[这里只需要输入小时和分钟就可以了如(2400)]]>
- </hint>
- </input>
- <caption id="caption3" class="cell" style="left:145px; top:215px; width:80px; height:20px; ">晚班时间</caption>
- <line id="line3" style="x1:325px; y1:225px; x2:340px; y2:225px; "/>
- <input id="input5" ref="/root/searchData/shiftCS" maxlength="4" format="999999" style="left:230px; top:215px; width:95px; height:20px; background-color:#ffff99; ">
- <hint>
- <![CDATA[这里只需要输入小时和分钟就可以了如(0000)]]>
- </hint>
- </input>
- <input id="input6" ref="/root/searchData/shiftCX" maxlength="4" format="999999" style="left:340px; top:215px; width:95px; height:20px; background-color:#ffff99; ">
- <hint>
- <![CDATA[这里只需要输入小时和分钟就可以了如(0800)]]>
- </hint>
- </input>
- <caption id="caption4" class="cell" style="left:250px; top:300px; width:80px; height:20px; "/>
- <button id="button1" style="left:250px; top:300px; width:80px; height:20px; ">
- <caption>保存按钮</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
-
- var opp1 = window.opener;
- var reg_id = opp1.model1.getValue("/root/REG_ID");
-
- model.setValue("/root/REG_ID",reg_id);
- model.refresh();
-
- commSendReq("/root/searchData");
- model.duplicate("/root/reqData","/root/REG_ID");
- model.duplicate("/root/reqData","/root/ZB");
-
- commSubmit("UIH060020-service","saveS","glueAction.do");
-
- model.refresh();
-
- alert(" 操作成功!!! ");
- ]]>
- </script>
- </button>
- <select id="checkbox1" ref="/root/ZB" overflow="visible" appearance="full" style="left:445px; top:150px; width:190px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>中班结束时间是否超过0点</label>
- <value>Y</value>
- </item>
- </choices>
- <hint>
- <![CDATA[如果中班的结束时间超过0点,即0030时。请画上钩]]>
- </hint>
- </select>
- </xhtml:body>
- </xhtml:html>
|