| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?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>
- <![CDATA[品质设计>>品质设计>>标准设置]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <xFormData>
- <BIAOZHUN>A</BIAOZHUN>
- <USED_YN>ALL</USED_YN>
- </xFormData>
- <datagrid1/>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/b01.js"/>
- <script type="javascript">
- <![CDATA[
- function find()
- {
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- commSendReq("/root/xFormData");
- commSubmit("UIB016001-service" , "find" , "glueAction.do");
- model.copyNode("/root/datagrid1" , "/root/resData/UsedResult_VO");
- model.refresh();
- }
-
- function save()
- {
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- commMultiUpdate(datagrid1 , "/root/reqData" , "A" , true , "rowStatus");
- commSubmit("UIB016001-service" , "save" , "glueAction.do");
- datagrid1.clearStatus();
- find();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="980" pageheight="620">
- <datagrid id="datagrid1" nodeset="/root/datagrid1/UsedResult_Row" caption="交货状态^标准号^标准牌号^是否有效" colsep="^" colwidth="100, 235, 175, 70" explorerbar="sort" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="30" rowsep="|" tooltip="label" style="left:0px; top:35px; width:978px; height:583px; ">
- <col ref="PRDNM_CD" style="text-align:left; "/>
- <col ref="SPEC_ABBSYM" style="text-align:left; "/>
- <col ref="SPEC_STL_GRD" style="text-align:left; "/>
- <col checkvalue="Y,N" ref="USED_YN" type="combo" style="text-align:left; background-color:#ffff99; ">
- <choices>
- <item>
- <label>是</label>
- <value>Y</value>
- </item>
- <item>
- <label>否</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- </datagrid>
- <caption id="caption2" class="cell" style="left:0px; top:5px; width:100px; height:20px; vertical-align:middle; ">是否有效</caption>
- <select1 id="combo2" ref="/root/xFormData/USED_YN" appearance="minimal" style="left:100px; top:5px; width:100px; height:20px; ">
- <choices>
- <item>
- <label>全部</label>
- <value>ALL</value>
- </item>
- <item>
- <label>是</label>
- <value>Y</value>
- </item>
- <item>
- <label>否</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <line id="line2" style="x1:0px; y1:0px; x2:978px; y2:0px; "/>
- <line id="line1" style="x1:0px; y1:30px; x2:978px; y2:30px; "/>
- </xhtml:body>
- </xhtml:html>
|