| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 |
- <?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>
- </initData>
- <codeData>
- <ORD_SEQ/>
- </codeData>
- <formData>
- <searchInfo>
- <ORD_NO/>
- <ORD_SEQ/>
- </searchInfo>
- </formData>
- <gridData>
- </gridData>
- </root>
- </instance>
- </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 = "UIE012050-service";
- function Init(node) {
- if (window.parent != null) {
- var java = window.parent.javaScript;
- var node = java.getInitDataNode();
- if (node != null) {
- copyNode(node, "/root/formData/searchInfo");
- exec("/root/formData/searchInfo/ORD_NO", "", "seq", "/root/codeData/ORD_SEQ/ListResult_0_VO");
- exec("/root/formData/searchInfo", "", "find", "/root/gridData/ListResult_0_VO");
- pageInit();
- }
- }
- }
- function pageInit() {
- model.removenode("/root/reqData");
- model.removenode("/root/resData");
- model.refresh();
- }
- function find() {
- // var ordno = model.getValue("/root/formData/searchInfo/ORD_NO");
- // if (ordno.length < 12) {
- // alert("合同号少于 12 位!");
- // return;
- // }
- 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/ORD_NO", model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/ORD_NO"));
- model.setValue("/root/formData/searchInfo/ORD_SEQ", model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/ORD_SEQ"));
- if (model.getXPathValue("count(/root/codeData/ORD_SEQ/ListResult_0_VO/ListResult_0_Row)") == 0) {
- model.removenode("/root/reqData");
- model.removenode("/root/resData");
- exec("/root/formData/searchInfo/ORD_NO", "", "seq", "/root/codeData/ORD_SEQ/ListResult_0_VO");
- }
- }
- 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; ">合同号</caption>
- <input id="input101" ref="ORD_NO" maxlength="12" style="left:92px; top:5px; width:80px; height:20px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/formData/searchInfo/ORD_SEQ", "");
- // var ordno = model.getValue("/root/formData/searchInfo/ORD_NO");
- // if (ordno.length == 12) {
- exec("/root/formData/searchInfo/ORD_NO", "", "seq", "/root/codeData/ORD_SEQ/ListResult_0_VO");
- model.setValue("/root/formData/searchInfo/ORD_SEQ", model.getValue("/root/codeData/ORD_SEQ/ListResult_0_VO/ListResult_0_Row[2]/ORD_SEQ"));
- // } else {
- // model.removenode("/root/codeData/ORD_SEQ/ListResult_0_VO");
- // }
- pageInit();
- ]]>
- </script>
- </input>
- <select1 id="combo101" ref="ORD_SEQ" appearance="minimal" editmode="search" style="left:174px; top:5px; width:45px; height:20px; ">
- <choices>
- <itemset nodeset="/root/codeData/ORD_SEQ/ListResult_0_VO/ListResult_0_Row[ORD_SEQ != '']">
- <label ref="ORD_SEQ"/>
- <value ref="ORD_SEQ"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if (model.getXPathValue("count(/root/codeData/ORD_SEQ/ListResult_0_VO/ListResult_0_Row)") == 0) {
- exec("/root/formData/searchInfo/ORD_NO", "", "seq", "/root/codeData/ORD_SEQ/ListResult_0_VO");
- model.setValue("/root/formData/searchInfo/ORD_SEQ", model.getValue("/root/codeData/ORD_SEQ/ListResult_0_VO/ListResult_0_Row[ORD_SEQ != '']/ORD_SEQ"));
- }
- ]]>
- </script>
- </select1>
- </group>
- <group id="group2" overflow="hidden" ref="/root/gridData/ListResult_0_VO/ListResult_0_Row" style="left:0px; top:34px; width:980px; height:20px; ">
- <caption id="caption201" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">订单进度</caption>
- <input id="input201" ref="ORD_PROG_CD" editable="false" style="left:92px; top:0px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption202" class="cell" style="left:212px; top:0px; width:90px; height:20px; ">库存销售区分</caption>
- <input id="input202" ref="STKSALE_TP" editable="false" style="left:304px; top:0px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption203" class="cell" style="left:424px; top:0px; width:90px; height:20px; ">订单接受日期</caption>
- <input id="input203" ref="ORD_ACT_DTIME" editable="false" format="yyyy-mm-dd" style="left:516px; top:0px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption204" class="cell" style="left:636px; top:0px; width:80px; height:20px; vertical-align:middle; ">交货日期</caption>
- <input id="input204" ref="DEL_TO_DATE" editable="false" format="yyyy-mm-dd" mask="exclude" style="left:718px; top:0px; width:105px; height:20px; background-color:#ffffff; 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:64px; width:980px; height:130px; ">
- <caption id="caption301" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">产品</caption>
- <input id="input301" ref="PRODNM_CD" editable="false" style="left:92px; top:0px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption302" class="cell" style="left:212px; top:0px; width:90px; height:20px; ">订货区分</caption>
- <input id="input302" ref="RCVORD_CLF" editable="false" style="left:304px; top:0px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption304" class="cell" style="left:0px; top:22px; width:90px; height:20px; ">目的地</caption>
- <input id="input304" ref="DEST_CD" editable="false" style="left:92px; top:22px; width:322px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption305" class="cell" style="left:424px; top:0px; width:90px; height:20px; ">客户</caption>
- <input id="input305" ref="CUST_CD" editable="false" style="left:516px; top:0px; width:322px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption306" class="cell" style="left:424px; top:22px; width:90px; height:20px; ">用户</caption>
- <input id="input306" ref="ORDCUST_CD" editable="false" style="left:516px; top:22px; width:322px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption307" class="cell" style="left:424px; top:44px; width:90px; height:20px; ">销售负责人</caption>
- <input id="output307" ref="SALE_CHR_CD" editable="false" style="left:516px; top:44px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption308" class="cell" style="left:636px; top:44px; width:90px; height:20px; ">合同书号</caption>
- <input id="output308" ref="CONTRACT_NO" editable="false" style="left:728px; top:44px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption309" class="cell" style="left:0px; top:44px; width:90px; height:20px; ">客户钢号</caption>
- <input id="input309" ref="CUST_STL_GRD" editable="false" style="left:92px; top:44px; width:322px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption310" class="cell" style="left:0px; top:66px; width:90px; height:20px; ">规格钢号</caption>
- <input id="output310" ref="SPEC_STL_GRD" editable="false" style="left:92px; top:66px; width:322px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption311" class="cell" style="left:0px; top:88px; width:90px; height:20px; ">公司内钢号</caption>
- <input id="output311" ref="FAC_STL_GRD" editable="false" style="left:92px; top:88px; width:322px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption312" class="cell" style="left:0px; top:110px; width:90px; height:20px; ">判定钢号</caption>
- <input id="output312" ref="DDC_STL_GRD" editable="false" style="left:92px; top:110px; width:322px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption313" class="cell" style="left:424px; top:88px; width:90px; height:20px; ">订单用途</caption>
- <input id="output313" ref="ORD_USEAGE_CD" editable="false" style="left:516px; top:88px; width:322px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption314" class="cell" style="left:424px; top:66px; width:90px; height:20px; ">标准号</caption>
- <input id="output314" ref="SPEC_ABBSYM" editable="false" style="left:516px; top:66px; width:322px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption315" class="cell" visibility="hidden" style="left:636px; top:110px; width:90px; height:20px; ">规格年度</caption>
- <input id="output315" ref="SPEC_YY" visibility="hidden" style="left:728px; top:110px; width:110px; height:20px; background-color:#ff00ff; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption316" class="cell" style="left:424px; top:110px; width:90px; height:20px; ">客户公司参数号</caption>
- <input id="output316" ref="CUST_SPEC_NO" editable="false" style="left:516px; top:110px; width:322px; 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:204px; width:980px; height:108px; ">
- <caption id="caption401" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">订单厚度</caption>
- <input id="output401" ref="ORD_THK" editable="false" format="#,###.#" style="left:92px; top:0px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption402" class="cell" style="left:0px; top:22px; width:90px; height:20px; ">订单宽度</caption>
- <input id="output402" ref="ORD_WTH" editable="false" format="#,###.#" style="left:92px; top:22px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption403" class="cell" style="left:0px; top:44px; width:90px; height:20px; ">订单长度</caption>
- <input id="output403" ref="ORD_LEN" editable="false" format="#,###.#" style="left:92px; top:44px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption404" class="cell" style="left:0px; top:66px; width:90px; height:20px; ">订单重量</caption>
- <input id="output404" ref="ORD_WGT" editable="false" format="#,###.#" style="left:92px; top:66px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption406" class="cell" style="left:212px; top:0px; width:90px; height:20px; ">厚度公差下限</caption>
- <input id="output406" ref="THK_TOL_ERMIN" editable="false" format="#,###.#" style="left:304px; top:0px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption407" class="cell" style="left:212px; top:22px; width:90px; height:20px; ">宽度公差下限</caption>
- <input id="output407" ref="WTH_TOL_ERMIN" editable="false" format="#,###.#" style="left:304px; top:22px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption410" class="cell" style="left:212px; top:66px; width:90px; height:20px; ">单重公差下限</caption>
- <input id="output410" ref="PROD_WGT_MIN" editable="false" format="#,###.#" style="left:304px; top:66px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption411" class="cell" style="left:424px; top:0px; width:90px; height:20px; ">厚度公差上限</caption>
- <input id="output411" ref="THK_TOL_ERMAX" editable="false" format="#,###.#" style="left:516px; top:0px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption412" class="cell" style="left:424px; top:22px; width:90px; height:20px; ">宽度公差上限</caption>
- <input id="output412" ref="WTH_TOL_ERMAX" editable="false" format="#,###.#" style="left:516px; top:22px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption415" class="cell" style="left:424px; top:66px; width:90px; height:20px; ">单重公差上限</caption>
- <input id="output415" ref="PROD_WGT_MAX" editable="false" format="#,###.#" style="left:516px; top:66px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption416" class="cell" style="left:636px; top:0px; width:90px; height:20px; ">重量决定方法</caption>
- <input id="output417" ref="WGT_DSRULE_CD" editable="false" style="left:728px; top:0px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption418" class="cell" style="left:636px; top:22px; width:90px; height:20px; ">订单内径</caption>
- <input id="output418" ref="ORD_INDIA" editable="false" format="#,###.#" style="left:728px; top:22px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption419" class="cell" style="left:636px; top:44px; width:90px; height:20px; ">订单外径</caption>
- <input id="output419" ref="ORD_OUTDIA" editable="false" format="#,###.#" style="left:728px; top:44px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption420" class="cell" style="left:636px; top:66px; width:90px; height:20px; ">包装方法</caption>
- <input id="output420" ref="PACK_METHOD" editable="false" style="left:728px; top:66px; width:110px; 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:322px; width:980px; height:130px; ">
- <caption id="caption501" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">运输方式</caption>
- <input id="output501" ref="DLIV_TP" editable="false" style="left:92px; top:0px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption502" class="cell" style="left:0px; top:22px; width:90px; height:20px; ">检验机构</caption>
- <input id="output502" ref="EXAMORG_CD" editable="false" style="left:92px; top:22px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption503" class="cell" visibility="hidden" style="left:212px; top:66px; width:90px; height:20px; ">品质设计日期</caption>
- <input id="output503" ref="LST_QDSN_DATE" visibility="hidden" editable="false" style="left:304px; top:66px; width:110px; height:20px; background-color:#ff00ff; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption504" class="cell" style="left:212px; top:0px; width:90px; height:20px; ">平整分卷指定</caption>
- <input id="output504" ref="SPM_PROC_YN" editable="false" style="left:304px; top:0px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption505" class="cell" style="left:212px; top:22px; width:90px; height:20px; ">火焰表面处理</caption>
- <input id="output505" ref="SCARPING_PROC_YN" editable="false" style="left:304px; top:22px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption506" class="cell" style="left:212px; top:44px; width:90px; height:20px; ">紧急材区分</caption>
- <input id="output506" ref="EMGMTR_NMG_CLF" editable="false" style="left:304px; top:44px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption507" class="cell" style="left:424px; top:0px; width:90px; height:20px; ">订单修改区分</caption>
- <input id="output507" ref="ORD_UDT_YN" editable="false" style="left:516px; top:0px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption508" class="cell" style="left:424px; top:22px; width:90px; height:20px; ">订单修改日期</caption>
- <input id="output508" ref="ORD_UDT_DATE" editable="false" format="yyyy-mm-dd" style="left:516px; top:22px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption509" class="cell" style="left:424px; top:44px; width:90px; height:20px; ">订单修改者</caption>
- <input id="output509" ref="ORD_UDTBY" editable="false" style="left:516px; top:44px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption510" class="cell" style="left:424px; top:66px; width:90px; height:20px; ">订单取消区分</caption>
- <input id="output510" ref="ORD_CNC_YN" editable="false" style="left:516px; top:66px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption511" class="cell" style="left:424px; top:88px; width:90px; height:20px; ">订单取消日期</caption>
- <input id="output511" ref="ORD_CNC_DATE" editable="false" format="yyyy-mm-dd" style="left:516px; top:88px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption512" class="cell" style="left:424px; top:110px; width:90px; height:20px; ">订单取消者</caption>
- <input id="output512" ref="ORD_CNCBY" editable="false" style="left:516px; top:110px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption513" class="cell" style="left:636px; top:0px; width:90px; height:20px; ">发货结束与否</caption>
- <input id="output513" ref="SHIP_END_YN" editable="false" style="left:728px; top:0px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption514" class="cell" style="left:636px; top:22px; width:90px; height:20px; ">发货结束日期</caption>
- <input id="output514" ref="SHIP_FN_DATE" editable="false" format="yyyy-mm-dd" style="left:728px; top:22px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption515" class="cell" style="left:636px; top:44px; width:90px; height:20px; ">发货结束者</caption>
- <input id="output515" ref="SHIP_ENDBY" editable="false" style="left:728px; top:44px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption516" class="cell" style="left:636px; top:66px; width:90px; height:20px; ">订单结束与否</caption>
- <input id="output516" ref="ORD_END_YN" editable="false" style="left:728px; top:66px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption517" class="cell" style="left:636px; top:88px; width:90px; height:20px; ">订单结束日期</caption>
- <input id="output517" ref="ORD_FN_DATE" editable="false" format="yyyy-mm-dd" style="left:728px; top:88px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption518" class="cell" style="left:636px; top:110px; width:90px; height:20px; ">订单结束者</caption>
- <input id="output518" ref="ORD_ENDBY" editable="false" style="left:728px; top:110px; width:110px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
- <input id="output408" ref="LEN_TOL_ERMIN" visibility="hidden" editable="false" format="#,###.#" style="left:92px; top:88px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <input id="output409" ref="WGT_ACVAL_MIN" visibility="hidden" editable="false" format="#,###.#" style="left:92px; top:110px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption413" class="cell" visibility="hidden" style="left:212px; top:88px; width:90px; height:20px; ">长度公差上限</caption>
- <caption id="caption414" class="cell" visibility="hidden" style="left:212px; top:110px; width:90px; height:20px; ">重量公差上限</caption>
- <caption id="caption408" class="cell" visibility="hidden" style="left:0px; top:88px; width:90px; height:20px; ">长度公差下限</caption>
- <caption id="caption409" class="cell" visibility="hidden" style="left:0px; top:110px; width:90px; height:20px; ">重量公差下限</caption>
- <input id="output413" ref="LEN_TOL_ERMAX" visibility="hidden" editable="false" format="#,###.#" style="left:304px; top:88px; width:110px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
- <input id="output414" ref="WGT_ACVAL_MAX" visibility="hidden" editable="false" format="#,###.#" style="left:304px; top:110px; width:110px; height:20px; text-align:right; 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>
|