| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- <?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="">
- <formData>
- <startTime/>
- <endTime/>
- <ordNo/>
- <ordSeq/>
- </formData>
- <datagrid1/>
- <initError>
- <ErrorMessage_Row>
- <LABEL/>
- <VALUE/>
- </ErrorMessage_Row>
- </initError>
- <initOrd>
- <ErrorOrd_Row>
- <LABEL/>
- <VALUE/>
- </ErrorOrd_Row>
- </initOrd>
- <newElement/>
- </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/b01.js"/>
- <script type="javascript">
- <![CDATA[
- function Init(node)
- {
- InitParams(node);
- input1.value = commCurDate();//开始时间
- input2.value = commCurDate();//结束时间
- commSubmit("UIB015110-service" , "success" , "glueAction.do");
- model.copyNode("/root/initError" , "/root/resData/ErrorMessage_VO");
- model.refresh();
- }
-
- function find()
- {
- model.removenode("/root/reqData");
- //需要用between..and查询,所以开始时间加四个零(以最小的开始),结束时间加四个9,以最大的结束
- model.makeValue("/root/reqData/startTime" , input1.value.ReplaceWord("-","")+"0000");//开始时间
- model.makeValue("/root/reqData/endTime" , input2.value.ReplaceWord("-","")+"9999");//结束时间
- model.makeValue("/root/reqData/ORDNO" , input3.value.Trim()+"%"); //订单号
- model.makeValue("/root/reqData/ORDSEQ", combo1.value);//序号
- commSubmit("UIB015110-service" , "find" , "glueAction.do");
- model.copyNode("/root/datagrid1" , "/root/resData/ErrorOrdResult_VO");
- model.refresh();
- }
-
- function save()
- {
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="980" pageheight="620">
- <datagrid id="datagrid1" nodeset="/root/datagrid1/ErrorOrdResult_Row" caption="错误时间^合同号^订单号^设计错误代码^设计错误说明" colsep="^" colwidth="137, 120, 62, 100, 403" defaultrows="30" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="30" rowsep="|" tooltip="label" style="left:0px; top:35px; width:978px; height:582px; border-color:#000000; border-style:solid; ">
- <col editable="false" ref="ERR_DTIME" format="yyyy-mm-dd hh:nn:ss" style="text-align:left; "/>
- <col editable="false" ref="ORD_NO" type="input" style="text-align:right; background-color:#ffffff; "/>
- <col ref="ORD_SEQ" style="text-align:right; "/>
- <col editable="false" ref="DSG_ERROR_CD" style="text-align:left; background-color:#ffffff; "/>
- <col disabled="true" ref="ERROR_DETAIL" type="combo" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/initError/ErrorMessage_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- </col>
- <script type="javascript" ev:event="onentercell">
- <![CDATA[
- datagrid1.editCell();
- ]]>
- </script>
- </datagrid>
- <caption id="caption1" class="cell" style="left:0px; top:5px; width:95px; height:20px; border-color:#000000; border-style:solid; ">错误时间</caption>
- <input id="input1" ref="/root/formData/startTime" inputtype="date" style="left:99px; top:5px; width:100px; height:20px; border-color:#000000; border-style:solid; "/>
- <caption id="caption2" style="left:200px; top:10px; width:19px; height:20px; ">~</caption>
- <input id="input2" ref="/root/formData/endTime" inputtype="date" style="left:210px; top:5px; width:100px; height:20px; border-color:#000000; border-style:solid; "/>
- <caption id="caption3" class="cell" style="left:320px; top:5px; width:100px; height:20px; border-color:#000000; border-style:solid; ">订单序号</caption>
- <input id="input3" ref="/root/formData/ordNo" style="left:424px; top:5px; width:100px; height:20px; border-color:#000000; border-style:solid; "/>
- <caption id="caption4" style="left:524px; top:5px; width:11px; height:20px; ">-</caption>
- <select1 id="combo1" ref="/root/formData/ordSeq" appearance="minimal" editmode="input" style="left:531px; top:5px; width:53px; height:20px; border-color:#000000; border-style:solid; ">
- <choices>
- <item>
- <label/>
- <value/>
- </item>
- </choices>
- </select1>
- <line id="line3" style="x1:0px; y1:0px; x2:980px; y2:0px; "/>
- <line id="line2" style="x1:0px; y1:30px; x2:980px; y2:30px; "/>
- <caption id="caption5" class="cell" style="left:600px; top:5px; width:100px; height:20px; text-align:left; border-color:#000000; border-style:solid; ">
- <![CDATA[错误代码详细说明]]>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- // caption5.attribute("visibility") = !caption5.attribute("visibility") ;
- // caption5.width = "600px";
- ]]>
- </script>
- <hint>
- <![CDATA[SA10:标准号在“共用信息录入”中不存在。
- SA20:销售信息中品名错误、标准号或订单用途为空、客户参数号为*,
- 厚度组要在1.2~16之间,宽度组要在700~1430间。
- SA30:交付条件在“交付条件参数录入”中不存在。
- SA40:销售所要求的标准号、或销售信息中品名错误、厚度组、
- 宽度组在“Design-key”中不存在。
- DA10:成分在“标准成分参数录入”中不存在。
- DA20:材质在“标准材质参数录入”中不存在。
- DA30:公差在“交付条件录入”中不存在。
- DA40:取样方法在“标准材质参数录入”中不匹配。
- DC10:-
- DC20:-
- DC30:-
- ]]>
- </hint>
- </caption>
- </xhtml:body>
- </xhtml:html>
|