| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="../../css/body.css" type="text/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[进程管理 >> 订单/物料进程管理 >> 板坯详细查询]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <initData>
- <searchInfo>
- <LG_CD>E01010</LG_CD>
- </searchInfo>
- </initData>
- <codeData>
- </codeData>
- <formData>
- <searchInfo>
- <MAT_NOS/>
- <V_ORD_NO/>
- <V_ORD_SEQ/>
- </searchInfo>
- <searchInfo2>
- <NONORD_CAUSE_CD/>
- <ORD_NO/>
- <ORD_SEQ/>
- </searchInfo2>
- </formData>
- <gridData>
- </gridData>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- if (window.parent == null) Init();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/mesCommon.js"/>
- <script type="javascript">
- <![CDATA[
- submitID = "UIE012110-service";
- var v_ord_no = model.property("V_ORD_NO");
- var v_ord_seq = model.property("V_ORD_SEQ");
-
- function Init(node) {
- InitParams(node);
- if (window.parent != null) {
- var java = window.parent.javaScript;
- var node = java.getInitDataNode();
- if (node != null) {
- copyNode(node, "/root/formData/searchInfo");
-
- //add by sjw 090803
- model.makeValue("/root/formData/searchInfo/V_ORD_NO", v_ord_no);
- model.makeValue("/root/formData/searchInfo/V_ORD_SEQ", v_ord_seq);
- //add by sjw 090803
-
- exec("/root/formData/searchInfo", "", "find", "/root/gridData/ListResult_0_VO");
- }
- }
- exec("/root/initData/searchInfo", "", "", "/root/codeData/ListResult_0_VO");
- pageInit();
- model.duplicate("/root/formData", "/root/initData/rcvInfo/REG_ID");
- }
- function pageInit() {
- model.removenode("/root/reqData");
- model.removenode("/root/resData");
- model.refresh();
- }
- function find() {
- model.makeValue("/root/formData/searchInfo/V_ORD_NO", v_ord_no);
- model.makeValue("/root/formData/searchInfo/V_ORD_SEQ", v_ord_seq);
- exec("/root/formData/searchInfo", "", "find", "/root/gridData/ListResult_0_VO");
- if (model.getXPathValue("count(/root/gridData/ListResult_0_VO/ListResult_0_Row)") != 0) {
- model.setValue("/root/formData/searchInfo/MAT_NOS", model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/SLAB_NO"));
- model.setValue("/root/formData/searchInfo2/NONORD_CAUSE_CD", "");
- model.setValue("/root/formData/searchInfo2/ORD_NO", model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/ORD_NO"));
- model.setValue("/root/formData/searchInfo2/ORD_SEQ", model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/ORD_SEQ"));
- }
- pageInit();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body overflow="hidden" pagewidth="980" pageheight="620" style="font-family:宋体; ">
- <group id="group1" overflow="hidden" ref="/root/formData/searchInfo" style="left:0px; top:0px; width:980px; height:35px; ">
- <line id="line2" style="x1:0px; y1:29px; x2:980px; y2:29px; "/>
- <caption id="caption101" class="cell" style="left:0px; top:5px; width:90px; height:20px; vertical-align:middle; ">板坯号</caption>
- <input id="input101" ref="MAT_NOS" maxlength="13" editmode="input" appearance="minimal" style="left:92px; top:5px; width:120px; height:20px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.removenode("/root/gridData/ListResult_0_VO");
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="button102" class="sw" style="left:880px; top:5px; width:100px; height:20px; ">
- <caption>降级余材处理</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if (model.getValue("/root/formData/searchInfo/MAT_NOS") == "" ||
- model.getValue("/root/formData/searchInfo2/NONORD_CAUSE_CD") == "") {
- alert("请先选取余材原因!");
- return;
- }
- if (model.getXPathValue("count(/root/gridData/ListResult_0_VO/ListResult_0_Row)") == 0) {
- alert("当前没有板坯被选定!");
- return;
- }
- if (model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/NONORD_CAUSE_CD") != '') {
- alert("当前板坯已是余材,不能再次降级!");
- return;
- }
- if (model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/SLAB_STAT") != '2') {
- alert("当前板坯正在生产中或已终结,不能降级为余材!");
- return;
- }
- var proc_cd = model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/PROG_CD");
- if (proc_cd != 'RAB' && proc_cd != 'RBA') {
- alert("当前板坯所处进度,不能降级为余材!");
- return;
- }
- if(commComfirmBox("确定要将板坯" + model.getValue("/root/formData/searchInfo/MAT_NOS") + "降级为余材吗?", "降级确认") == '0')
- return;
- exec("/root/formData", "", "replace", "/root/gridData/ListResult_0_VO");
- pageInit();
- ]]>
- </script>
- </button>
- <caption id="caption103" class="cell" style="left:666px; top:5px; width:90px; height:20px; ">余材原因</caption>
- <select1 id="combo103" ref="/root/formData/searchInfo2/NONORD_CAUSE_CD" appearance="minimal" style="left:758px; top:5px; width:120px; height:20px; ">
- <choices>
- <itemset nodeset="/root/codeData/ListResult_0_VO/ListResult_0_Row[LG_CD != 'A']">
- <label ref="SM_CFNM"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </select1>
- </group>
- <group id="group2" overflow="hidden" ref="/root/gridData/ListResult_0_VO/ListResult_0_Row" style="left:0px; top:34px; width:980px; height:108px; ">
- <caption id="caption201" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">预定板坯号</caption>
- <input id="output201" ref="PLAN_SLAB_NO" editable="false" style="left:92px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption202" class="cell" style="left:0px; top:22px; width:90px; height:20px; ">板坯生成区分</caption>
- <input id="output202" ref="SLAB_STAT" editable="false" style="left:92px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption203" class="cell" style="left:0px; top:44px; width:90px; height:20px; ">板坯截断时间</caption>
- <input id="output203" ref="SLAB_CUT_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:92px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption204" class="cell" style="left:0px; top:66px; width:90px; height:20px; ">板坯去向</caption>
- <input id="output204" ref="SLAB_RT" editable="false" style="left:92px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption205" class="cell" style="left:666px; top:88px; width:90px; height:20px; ">钢号</caption>
- <input id="output205" ref="STL_GRD" editable="false" style="left:758px; top:88px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption206" class="cell" style="left:222px; top:0px; width:90px; height:20px; ">现进度</caption>
- <input id="output206" ref="CUR_PROG_CD" editable="false" style="left:314px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption207" class="cell" style="left:222px; top:22px; width:90px; height:20px; ">现进度登陆时间</caption>
- <input id="output207" ref="CUR_PROG_CD_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:314px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption208" class="cell" style="left:222px; top:44px; width:90px; height:20px; ">前进度</caption>
- <input id="output208" ref="BEF_PROG_CD" editable="false" style="left:314px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption209" class="cell" style="left:222px; top:66px; width:90px; height:20px; ">前进度登陆时间</caption>
- <input id="output209" ref="BEF_PROG_CD_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:314px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption210" class="cell" style="left:444px; top:0px; width:90px; height:20px; ">原合同号</caption>
- <input id="output210" ref="ORG_ORD_NO" editable="false" style="left:536px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption211" class="cell" style="left:444px; top:22px; width:90px; height:20px; ">原定单号</caption>
- <input id="output211" ref="ORG_ORD_SEQ" editable="false" style="left:536px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption212" class="cell" style="left:444px; top:44px; width:90px; height:20px; ">订单/余材区分</caption>
- <input id="output212" ref="ORD_FL" editable="false" style="left:536px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption213" class="cell" style="left:444px; top:66px; width:90px; height:20px; ">合同号</caption>
- <input id="output213" ref="ORD_NO" editable="false" style="left:536px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption214" class="cell" style="left:444px; top:88px; width:90px; height:20px; ">订单号</caption>
- <input id="output214" ref="ORD_SEQ" editable="false" style="left:536px; top:88px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption215" class="cell" style="left:666px; top:0px; width:90px; height:20px; ">标准号</caption>
- <input id="output215" ref="SPEC_ABBSYM" editable="false" style="left:758px; top:0px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption216" class="cell" style="left:666px; top:22px; width:90px; height:20px; ">订单用途</caption>
- <input id="output216" ref="ORD_USE_CD" editable="false" style="left:758px; top:22px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption217" class="cell" style="left:666px; top:44px; width:90px; height:20px; ">用户</caption>
- <input id="output217" ref="ORDCUST_CD" editable="false" style="left:758px; top:44px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption218" class="cell" style="left:666px; top:66px; width:90px; height:20px; ">客户</caption>
- <input id="output218" ref="CUST_CD" editable="false" style="left:758px; top:66px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- </group>
- <group id="group3" overflow="hidden" ref="/root/gridData/ListResult_0_VO/ListResult_0_Row" style="left:0px; top:152px; width:980px; height:108px; ">
- <caption id="caption301" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">指示板坯厚度</caption>
- <input id="output301" ref="INSTR_SLAB_THK" editable="false" format="#,###.#" style="left:92px; top:0px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption302" class="cell" style="left:0px; top:22px; width:90px; height:20px; ">指示板坯宽度</caption>
- <input id="output302" ref="INSTR_SLAB_WTH" editable="false" format="#,###.#" style="left:92px; top:22px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption303" class="cell" style="left:0px; top:44px; width:90px; height:20px; ">指示板坯长度</caption>
- <input id="output303" ref="INSTR_SLAB_LEN" editable="false" format="#,###.#" style="left:92px; top:44px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption304" class="cell" style="left:0px; top:66px; width:90px; height:20px; ">指示板坯重量</caption>
- <input id="output304" ref="INSTR_SLAB_WGT" editable="false" format="#,###.#" style="left:92px; top:66px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption305" class="cell" style="left:0px; top:88px; width:90px; height:20px; ">指示HCR区分</caption>
- <input id="output305" ref="INSTR_HCR_CLF" editable="false" style="left:92px; top:88px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption306" class="cell" style="left:222px; top:0px; width:90px; height:20px; ">板坯厚度</caption>
- <input id="output306" ref="SLAB_THK" editable="false" format="#,###.#" style="left:314px; top:0px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption307" class="cell" style="left:222px; top:22px; width:90px; height:20px; ">板坯宽度</caption>
- <input id="output307" ref="SLAB_WTH" editable="false" format="#,###.#" style="left:314px; top:22px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption308" class="cell" style="left:222px; top:44px; width:90px; height:20px; ">板坯长度</caption>
- <input id="output308" ref="SLAB_LEN" editable="false" format="#,###.#" style="left:314px; top:44px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption309" class="cell" style="left:222px; top:66px; width:90px; height:20px; ">板坯重量</caption>
- <input id="output309" ref="SLAB_WGT" editable="false" format="#,###.#" style="left:314px; top:66px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption310" class="cell" style="left:222px; top:88px; width:90px; height:20px; ">HCR区分</caption>
- <input id="output310" ref="HCR_CLF" editable="false" style="left:314px; top:88px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption311" class="cell" style="left:444px; top:0px; width:90px; height:20px; ">外观等级</caption>
- <input id="output311" ref="EXTSHAPE_GRD" editable="false" style="left:536px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption312" class="cell" style="left:444px; top:22px; width:90px; height:20px; ">缺号原因</caption>
- <input id="output312" ref="MISSNO_CAUSE_CD" editable="false" style="left:536px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption313" class="cell" style="left:444px; top:44px; width:90px; height:20px; ">缺号发生时期</caption>
- <input id="output313" ref="MISSNO_OCR_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:536px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption314" class="cell" style="left:444px; top:66px; width:90px; height:20px; ">堆置位置</caption>
- <input id="output314" ref="CUR_LOAD_LOC" editable="false" style="left:536px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption315" class="cell" style="left:444px; top:88px; width:90px; height:20px; ">堆置登陆时间</caption>
- <input id="output315" ref="CUR_LOAD_LOC_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:536px; top:88px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption316" class="cell" style="left:666px; top:0px; width:90px; height:20px; ">余材原因</caption>
- <input id="output316" ref="NONORD_CAUSE_CD" editable="false" style="left:758px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption317" class="cell" style="left:666px; top:22px; width:90px; height:20px; ">余材发生时间</caption>
- <input id="output317" ref="NONORD_OCR_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:758px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption318" class="cell" style="left:666px; top:44px; width:90px; height:20px; ">火焰表面处理</caption>
- <input id="output318" ref="CORRECT_YN" editable="false" style="left:758px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption319" class="cell" style="left:666px; top:66px; width:90px; height:20px; ">火焰表面时间</caption>
- <input id="output319" ref="CORRECT_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:758px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- </group>
- <group id="group4" overflow="hidden" ref="/root/gridData/ListResult_0_VO/ListResult_0_Row" style="left:0px; top:270px; width:980px; height:86px; ">
- <caption id="caption401" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">富余板坯确认</caption>
- <input id="output401" ref="SURPLMATL_YN" editable="false" style="left:92px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption402" class="cell" style="left:0px; top:22px; width:90px; height:20px; ">最终SLAB</caption>
- <input id="output402" ref="LAST_SLAB_YN" editable="false" style="left:92px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption403" class="cell" style="left:0px; top:44px; width:90px; height:20px; ">TAPER SLAB</caption>
- <input id="output403" ref="TAPER_SLAB_YN" editable="false" style="left:92px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption404" class="cell" style="left:0px; top:66px; width:90px; height:20px; ">TAPER SLAB长度</caption>
- <input id="output404" ref="TAPER_LEN" editable="false" format="#,###.#" style="left:92px; top:66px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption405" class="cell" style="left:222px; top:0px; width:90px; height:20px; ">购入MAKER名</caption>
- <input id="output405" ref="BUY_MKR_NAME" editable="false" style="left:314px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption406" class="cell" style="left:222px; top:22px; width:90px; height:20px; ">购入炉次号</caption>
- <input id="output406" ref="BUY_CHARGE_NO" editable="false" style="left:314px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption407" class="cell" style="left:222px; top:44px; width:90px; height:20px; ">购入板坯号</caption>
- <input id="output407" ref="BUY_SLAB_NO" editable="false" style="left:314px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption408" class="cell" style="left:222px; top:66px; width:90px; height:20px; ">购入日期</caption>
- <input id="output408" ref="BUY_SLAB_RECEPT_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:314px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption409" class="cell" style="left:444px; top:0px; width:90px; height:20px; ">SCRAP厚度</caption>
- <input id="output409" ref="SCRAP_THK" editable="false" format="#,###.#" style="left:536px; top:0px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption410" class="cell" style="left:444px; top:22px; width:90px; height:20px; ">SCRAP宽度</caption>
- <input id="output410" ref="SCRAP_WTH" editable="false" format="#,###.#" style="left:536px; top:22px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption411" class="cell" style="left:444px; top:44px; width:90px; height:20px; ">SCRAP长度</caption>
- <input id="output411" ref="SCRAP_LEN" editable="false" format="#,###.#" style="left:536px; top:44px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption412" class="cell" style="left:444px; top:66px; width:90px; height:20px; ">SCRAP重量</caption>
- <input id="output412" ref="SCRAP_WGT" editable="false" format="#,###.#" style="left:536px; top:66px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption413" class="cell" style="left:666px; top:0px; width:90px; height:20px; ">SLAB新生成区分</caption>
- <input id="output413" ref="SLAB_REGEN_CLF" editable="false" style="left:758px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- </group>
- <group id="group5" overflow="hidden" ref="/root/gridData/ListResult_0_VO/ListResult_0_Row" style="left:0px; top:366px; width:980px; height:109px; ">
- <caption id="caption501" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">SIZE修改原因</caption>
- <input id="output501" ref="SIZE_UPDT_CAUSE_CD" editable="false" style="left:92px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption502" class="cell" style="left:0px; top:22px; width:90px; height:20px; ">SIZE修改时间</caption>
- <input id="output502" ref="SIZE_UPDT_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:92px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption503" class="cell" style="left:222px; top:0px; width:90px; height:20px; ">修改前厚度</caption>
- <input id="output503" ref="SIZE_UPDT_BEF_THK" editable="false" format="#,###.#" style="left:314px; top:0px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption504" class="cell" style="left:222px; top:22px; width:90px; height:20px; ">修改前宽度</caption>
- <input id="output504" ref="SIZE_UPDT_BEF_WTH" editable="false" format="#,###.#" style="left:314px; top:22px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption505" class="cell" style="left:222px; top:44px; width:90px; height:20px; ">修改前长度</caption>
- <input id="output505" ref="SIZE_UPDT_BEF_LEN" editable="false" format="#,###.#" style="left:314px; top:44px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption506" class="cell" style="left:222px; top:66px; width:90px; height:20px; ">修改前重量</caption>
- <input id="output506" ref="SIZE_UPDT_BEF_WGT" editable="false" format="#,###.#" style="left:314px; top:66px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption507" class="cell" style="left:444px; top:0px; width:90px; height:20px; ">板坯完成</caption>
- <input id="output507" ref="MATRL_END_YN" editable="false" style="left:536px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption508" class="cell" style="left:444px; top:22px; width:90px; height:20px; ">板坯完成原因</caption>
- <input id="output508" ref="MATRL_END_CAUSE_CD" editable="false" style="left:536px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption509" class="cell" style="left:444px; top:44px; width:90px; height:20px; ">板坯完成时间</caption>
- <input id="output509" ref="MATRL_END_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:536px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption510" class="cell" style="left:666px; top:0px; width:90px; height:20px; ">移送人</caption>
- <input id="output510" ref="PLT_TRS_EMP_NO" editable="false" style="left:758px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption511" class="cell" style="left:666px; top:22px; width:90px; height:20px; ">移送中厚板车辆</caption>
- <input id="output511" ref="PLT_TRS_CAR_NO" editable="false" style="left:758px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption512" class="cell" style="left:666px; top:44px; width:90px; height:20px; ">移送明细号</caption>
- <input id="output512" ref="PLT_TRS_INVOICE_NO" editable="false" style="left:758px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption513" class="cell" style="left:666px; top:66px; width:90px; height:20px; ">移送时间</caption>
- <input id="output513" ref="PLT_TRS_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:758px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption514" class="cell" style="left:666px; top:88px; width:90px; height:20px; ">到达位置</caption>
- <input id="output514" ref="PLT_PLANT_ARRV_LOC" editable="false" style="left:758px; top:88px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- </group>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if (event.pTarget.elementName == "xforms:input")
- window.clipboardData = event.pTarget.value;
- ]]>
- </script>
- </xhtml:body>
- </xhtml:html>
|