| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?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>
- <no/>
- <cretUI/>
- <stlGrd/>
- <custId/>
- </formData>
- <reqData/>
- <comboData>
- <seq/>
- </comboData>
- <datagrid1/>
- <resData/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript">
- <![CDATA[
- function find_ordNo()
- {
- model.removenode("/root/reqData");
- commSendReq("/root/formData");
- commSubmit("UIB015020-service", "success", "glueAction.do");
- model.copyNode("/root/comboData/seq","/root/resData/OrdSeqResult_VO/OrdSeqResult_Row");
- model.refresh();
- }
-
- function find()
- {
- model.removenode("/root/reqData");
- // model.makeValue("/root/formData/cret",model.getValue("/root/formData/cretUI")+"%");
- commSendReq("/root/formData");
- commSubmit("UIB021110-service","success","glueAction.do");
- model.copyNode("/root/datagrid1","/root/resData/CretResult_VO");
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="980" pageheight="620" guideline="1,980;1,980;">
- <caption id="caption4" class="cell" style="left:210px; top:5px; width:90px; height:20px; border-color:#000000; border-style:solid; ">质保书号</caption>
- <caption id="caption1" class="cell" style="left:0px; top:5px; width:90px; height:20px; border-color:#000000; border-style:solid; ">订单序号</caption>
- <input id="input1" ref="/root/formData/no" style="left:90px; top:5px; width:105px; height:20px; border-color:#000000; border-style:solid; "/>
- <input id="input2" ref="/root/formData/cretUI" style="left:300px; top:5px; width:110px; height:20px; border-color:#000000; border-style:solid; "/>
- <datagrid id="datagrid1" nodeset="/root/datagrid1/CretResult_Row" allowuserresize="true" caption="质保书号^订单号^合同客户^钢卷号^牌号^明细号^发行指示号^发货指示日期^发货日期^发行人姓名^发行次数" colsep="^" colwidth="89, 125, 100, 100, 100, 100, 116, 150, 120, 83, 79" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="30" rowsep="|" tooltip="label" style="left:0px; top:35px; width:973px; height:580px; border-color:#000000; border-style:solid; ">
- <col editable="false" ref="CRET_NO" type="input" style="background-color:#ffffff; "/>
- <col editable="false" ref="ORD" type="input" style="background-color:#ffffff; "/>
- <col ref="CUST_NM"/>
- <col ref="OLD_SAMPL_NO"/>
- <col ref="SPEC_STL_GRD"/>
- <col editable="false" ref="SHIP_INVNO" type="input"/>
- <col editable="false" ref="SHIP_DIRNO" type="input" style="background-color:#ffffff; "/>
- <col editable="false" ref="CRET_NO_DTIME" type="input" format="yyyy-mm-dd hh:nn:ss" style="background-color:#ffffff; "/>
- <col editable="false" ref="SHIP_DIRNO" type="input" format="yyyy-mm-dd hh:nn" style="background-color:#ffffff; "/>
- <col editable="false" ref="CRET_EMP" type="input" style="background-color:#ffffff; "/>
- <col editable="false" ref="CRET_CNT" type="input" style="background-color:#ffffff; "/>
- </datagrid>
- <line id="line2" style="x1:0px; y1:1px; x2:962px; y2:1px; "/>
- <line id="line1" style="x1:0px; y1:30px; x2:964px; y2:30px; "/>
- <caption id="caption2" class="cell" style="left:435px; top:5px; width:100px; height:20px; ">牌号</caption>
- <input id="input3" ref="/root/formData/stlGrd" style="left:535px; top:5px; width:100px; height:20px; "/>
- <caption id="caption3" class="cell" style="left:650px; top:5px; width:100px; height:20px; ">合同单位</caption>
- <input id="input4" ref="/root/formData/custId" style="left:750px; top:5px; width:100px; height:20px; "/>
- </xhtml:body>
- </xhtml:html>
|