| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <formData>
- <LD_ACCESSORY>Y</LD_ACCESSORY>
- <LD_FAC/>
- <LD_TQ_FAC/>
- <LD_NO/>
- <rowStatus>u</rowStatus>
- </formData>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- init();
- ]]>
- </script>
- </model>
- <script type="javascript">
- <![CDATA[
- function init(){
- var parentWindow = window.opener;
- var ldNo = parentWindow.model.getValue("/root/tempData");
- model.setValue("/root/formData/LD_NO",ldNo);
- commSendReq("/root/formData");
- commSubmit("UIG03COMM-service","searldinfo","glueAction.do");
- model.setValue("/root/formData/LD_ACCESSORY",model.getValue("/root/resData/LDINFOSEARCH_VO/LDINFOSEARCH_Row/LD_ACCESSORY"));
- model.setValue("/root/formData/LD_FAC",model.getValue("/root/resData/LDINFOSEARCH_VO/LDINFOSEARCH_Row/LD_FAC"));
- model.setValue("/root/formData/LD_TQ_FAC",model.getValue("/root/resData/LDINFOSEARCH_VO/LDINFOSEARCH_Row/LD_TQ_FAC"));
- model.refresh();
- }
-
- function save(){
- commSendReq("/root/formData");
- commSubmit("UIG03COMM-service","ldinfo","glueAction.do");
- alert("操作成功");
- window.close();
- }
- ]]>
- </script>
- <script type="javascript" src="../../js/boaCommon.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="300" pageheight="200">
- <button id="button1" style="left:195px; top:15px; width:85px; height:20px; background-image:../../images/btn_save1.gif; ">
- <caption>确 认</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- save();
- ]]>
- </script>
- </button>
- <select1 id="combo1" ref="/root/formData/LD_ACCESSORY" appearance="minimal" style="left:150px; top:80px; width:100px; height:25px; ">
- <choices>
- <item>
- <label>正常</label>
- <value>Y</value>
- </item>
- <item>
- <label>异常</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <caption id="caption11" class="cell" style="left:55px; top:45px; width:95px; height:25px; font-weight:bold; border-color:#000000; ">钢包号</caption>
- <caption id="caption2" class="cell" style="left:55px; top:15px; width:95px; height:25px; font-weight:bold; border-color:#000000; ">钢包状态修改</caption>
- <caption id="caption4" class="cell" style="left:55px; top:80px; width:95px; height:25px; font-weight:bold; border-color:#000000; ">钢包附件</caption>
- <input id="input1" ref="/root/formData/LD_NO" disabled="true" style="left:150px; top:45px; width:100px; height:25px; "/>
- <caption id="caption1" class="cell" style="left:55px; top:110px; width:95px; height:25px; font-weight:bold; border-color:#000000; ">钢包厂家</caption>
- <select1 id="combo2" ref="/root/formData/LD_TQ_FAC" appearance="minimal" style="left:150px; top:145px; width:100px; height:25px; ">
- <choices>
- <item>
- <label>苏派</label>
- <value>A</value>
- </item>
- <item>
- <label>瑞升</label>
- <value>B</value>
- </item>
- </choices>
- </select1>
- <caption id="caption3" class="cell" style="left:55px; top:145px; width:95px; height:25px; font-weight:bold; border-color:#000000; ">透气砖厂家</caption>
- <select1 id="combo3" ref="/root/formData/LD_FAC" appearance="minimal" style="left:150px; top:110px; width:100px; height:25px; ">
- <choices>
- <item>
- <label>明业</label>
- <value>A</value>
- </item>
- <item>
- <label>苏嘉</label>
- <value>B</value>
- </item>
- <item>
- <label>武耐</label>
- <value>C</value>
- </item>
- <item>
- <label>濮耐</label>
- <value>D</value>
- </item>
- <item>
- <label>新耐</label>
- <value>E</value>
- </item>
- <item>
- <label>华鑫</label>
- <value>F</value>
- </item>
- </choices>
- </select1>
- </xhtml:body>
- </xhtml:html>
|