| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509 |
- <?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">
- <![CDATA[>]]>
- <instance id="instance1">
- <root xmlns="">
- <formData>
- <SPECABBSYM/>
- <SPECSTLGRD/>
- </formData>
- <comboData>
- <TYPE>
- </TYPE>
- <WGT>
- </WGT>
- <LEN>
- </LEN>
- <WTH>
- </WTH>
- <ORDTP/>
- <ABBSYM/>
- <ListResult_7_VO/>
- </comboData>
- <datagrid1/>
- <datagrid3/>
- <datagrid2/>
- <resData/>
- <initStlData>
- <SpecStlGrd_Row>
- <LABEL/>
- <VALUE/>
- </SpecStlGrd_Row>
- </initStlData>
- </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[
- var currentRow = 0;
- function Init(node)
- {
- InitParams(node);
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- //对下拉框中的信息进行初始化
- commSubmit("UIB010140-service", "findS", "glueAction.do");
- model.copyNode("/root/initStlData" , "/root/resData/SpecStlGrd_VO");//标准钢号
- model.copyNode("/root/comboData/ORDTP" , "/root/resData/ListResult_1_VO");//产品名称
- model.copyNode("/root/comboData/WGT","/root/resData/ListResult_2_VO");//取样批次
- model.copyNode("/root/comboData/LEN","/root/resData/ListResult_3_VO");//取样长度方向位置
- model.copyNode("/root/comboData/WTH","/root/resData/ListResult_4_VO");//取样宽度方向位置
- model.copyNode("/root/comboData/TYPE","/root/resData/ListResult_5_VO");//材质类型
- model.copyNode("/root/comboData/ABBSYM" , "/root/resData/ListResult_6_VO");//标准号
- model.copyNode("/root/comboData/ListResult_7_VO" , "/root/resData/ListResult_7_VO");//试样尺寸
- model.refresh();
- }
-
- function find()
- {
- //根据标准号查询datagrid1中的内容
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- commSendReq("/root/formData");
- commSubmit("UIB010140-service", "findI", "glueAction.do");
- model.copyNode("/root/datagrid1","/root/resData/SpecInfoResult_VO");
- removeGridData();
- clearGridStatus();
- model.refresh();
- datagrid1.cellAttribute("disabled",datagrid1.fixedRows , datagrid1.fixedCols , datagrid1.rows - 1 , datagrid1.cols - 1) = "true";
-
- }
-
- function findQltyCD()
- {
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- commSendReq("/root/datagrid1/SpecInfoResult_Row["+currentRow+"]");
- commSubmit("UIB010140-service", "findX", "glueAction.do");
- model.copyNode("/root/datagrid2" , "/root/resData/SMPResult_VO" );
- model.copyNode("/root/datagrid3" , "/root/resData/QLTYResult_VO");
- model.refresh();
- setDatagrid();
- }
-
- function findQltyCD1()
- {
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- model.makeValue("/root/reqData/PRDNM_CD" , "");
- model.makeValue("/root/reqData/SPEC_ABBSYM" , "");
- model.makeValue("/root/reqData/SPEC_STL_GRD" , "");
- model.makeValue("/root/reqData/ORD_USE_TP" , "");
- model.makeValue("/root/reqData/THK_MIN" , "");
- model.makeValue("/root/reqData/THK_MAX" , "");
- commSubmit("UIB010140-service", "findX", "glueAction.do");
- model.copyNode("/root/datagrid2" , "/root/resData/SMPResult_VO" );
- model.copyNode("/root/datagrid3" , "/root/resData/QLTYResult_VO");
- model.refresh();
- setDatagrid();
- }
-
- function save()
- {
- if(currentRow == 0) {window.alert("非法操作" , "提示");return;}
- if(commComfirmBox("确认保存?","提示")=="0") return;
-
- //验证datagrid3中的信息 QLTY_MIN QLTY_MAX
- for(var i = 1;i<datagrid3.rows;i++)
- {
- var min = parseFloat(datagrid3.valueMatrix(i,datagrid3.colRef("QLTY_MIN")));
- var max = parseFloat(datagrid3.valueMatrix(i,datagrid3.colRef("QLTY_MAX")));
- ///转化为浮点型比较,要不然会出现6大于11等情况
-
- if(min != ""&&max != "" &&min>max)
- {
- var QLTY_CD_CFNM = datagrid3.valueMatrix(i,1);
- window.alert("【"+QLTY_CD_CFNM+"】 最小值必须小于最大值!"," 警告 ");
- return;
- }
- }
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- model.removenode("/root/tempData2");
- model.makeNode("/root/tempData2");
- model.removenode("/root/tempData3");
- model.makeNode("/root/tempData3");
-
- b01MultiUpdate(datagrid2,"/root/tempData2" ,"A", true, "rowStuts1" );
- b01MultiUpdate(datagrid3,"/root/tempData3" ,"A" ,true, "rowStuts2" );
- commSendReq("/root/tempData2" , "/root/tempData3");
- model.makeValue("/root/reqData/PRDNM_CD" , datagrid1.valueMatrix(currentRow , datagrid1.colRef("PRDNM_CD")));
- model.makeValue("/root/reqData/SPEC_ABBSYM" , datagrid1.valueMatrix(currentRow , datagrid1.colRef("SPEC_ABBSYM")));
- model.makeValue("/root/reqData/SPEC_STL_GRD" , datagrid1.valueMatrix(currentRow , datagrid1.colRef("SPEC_STL_GRD")));
- model.makeValue("/root/reqData/ORD_USE_TP" , datagrid1.valueMatrix(currentRow , datagrid1.colRef("ORD_USE_TP")));
- model.makeValue("/root/reqData/THK_MIN" , datagrid1.valueMatrix(currentRow , datagrid1.colRef("THK_MIN")));
- model.makeValue("/root/reqData/THK_MAX" , datagrid1.valueMatrix(currentRow , datagrid1.colRef("THK_MAX")));
- getLoggingInInfo();
- commSubmit("UIB010140-service", "save", "glueAction.do");
- var returnInfoMsg = model.getValue("/root/resData/returnInfoMsg_VO/returnInfoMsg_Row");
- if(returnInfoMsg != "") {
- window.alert(returnInfoMsg, "操作信息");
- findQltyCD();
- }
- clearGridStatus();
- currentRow = 0;
- }
-
- //根据材质代码基本信息判断是否允许操作
- function setDatagrid()
- {
- for(var i=datagrid3.fixedRows;i<datagrid3.rows;i++)
- {
- var QLTY_MIN_TP = datagrid3.valueMatrix(i,datagrid3.colRef("QLTY_MIN_TP"));
- var QLTY_MAX_TP = datagrid3.valueMatrix(i,datagrid3.colRef("QLTY_MAX_TP"));
- var QLTY_UNIT_TP = datagrid3.valueMatrix(i,datagrid3.colRef("QLTY_UNIT_TP"));
- if(QLTY_MIN_TP != "Y")
- {
- datagrid3.cellAttribute("editable",i,datagrid3.colRef("QLTY_MIN")) = "false";
- }
- else
- {
- datagrid3.cellStyle("background-color",i,datagrid3.colRef("QLTY_MIN")) = "#ffff99";
- datagrid3.cellAttribute("editable",i,datagrid3.colRef("QLTY_MIN")) = "true";
- }
- if(QLTY_MAX_TP != "Y")
- {
- datagrid3.cellAttribute("editable",i,datagrid3.colRef("QLTY_MAX")) = "false";
- }
- else
- {
- datagrid3.cellStyle("background-color",i,datagrid3.colRef("QLTY_MAX")) = "#ffff99";
- datagrid3.cellAttribute("editable",i,datagrid3.colRef("QLTY_MAX")) = "true";
- }
- if(QLTY_UNIT_TP != "Y")
- {
- datagrid3.cellAttribute("editable",i,datagrid3.colRef("QLTY_UNIT")) = "false";
- }
- else
- {
- datagrid3.cellStyle("background-color",i,datagrid3.colRef("QLTY_UNIT")) = "#ffff99";
- datagrid3.cellAttribute("editable",i,datagrid3.colRef("QLTY_UNIT")) = "true";
- }
- }
- }
-
- function clearGridStatus()
- {
- datagrid1.clearStatus();
- datagrid2.clearStatus();
- datagrid3.clearStatus();
- }
- function removeGridData()
- {
- model.removenode("/root/datagrid2");
- model.removenode("/root/datagrid3");
- model.makeNode("/root/datagrid2");
- model.makeNode("/root/datagrid3");
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="980" pageheight="620" style="font-family:宋体; font-size:14pt; ">
- <caption id="caption2" class="cell" style="left:0px; top:5px; width:85px; height:20px; text-align:center; border-style:solid; ">标准号</caption>
- <select1 id="combo1" ref="/root/formData/SPECABBSYM" appearance="minimal" editmode="inputsearch" showvalue="false" style="left:85px; top:5px; width:250px; height:20px; border-style:solid; ">
- <choices>
- <itemset nodeset="/root/comboData/ABBSYM/ListResult_6_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- find();
- ]]>
- </script>
- </select1>
- <datagrid id="datagrid1" nodeset="/root/datagrid1/SpecInfoResult_Row" caption="交货状态^标准号^标准钢号^产品名称^厚度最小^厚度最大^查询" colsep="^" colwidth="28, 122, 88, 113, 43, 37, 37" defaultrows="40" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="40" rowsep="|" tooltip="label" style="left:0px; top:55px; width:515px; height:485px; border-style:solid; ">
- <col editmode="inputsearch" ref="PRDNM_CD" type="input" maxlength="2" style="text-align:left; background-color:#ffff99; "/>
- <col editmode="search" ref="SPEC_ABBSYM" type="combo" style="text-align:left; background-color:#ffff99; ">
- <choices>
- <itemset nodeset="/root/comboData/ABBSYM/ListResult_6_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- </col>
- <col editmode="search" ref="SPEC_STL_GRD" type="combo" style="text-align:left; background-color:#ffff99; ">
- <choices>
- <itemset nodeset="/root/initStlData/SpecStlGrd_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- </col>
- <col editmode="search" ref="ORD_USE_TP" type="combo" style="text-align:left; background-color:#ffff99; ">
- <choices>
- <itemset nodeset="/root/comboData/ORDTP/ListResult_1_Row">
- <label ref="SM_CFNM"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </col>
- <col ref="THK_MIN" type="input" style="text-align:right; background-color:#ffff99; "/>
- <col ref="THK_MAX" type="input" style="text-align:right; background-color:#ffff99; "/>
- <col ref="QUERY" style="cursor:hand; "/>
- <script type="javascript" ev:event="onentercell">
- <![CDATA[
- datagrid1.editCell();
- ]]>
- </script>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(datagrid1.row >= datagrid1.fixedRows && datagrid1.col == datagrid1.colRef("QUERY"))
- {
- if(datagrid1.rowStatus(datagrid1.rows-1) == 1)
- {
- window.alert("增加状态下不允许该操作!" , "警告");
- datagrid1.row = datagrid1.rows-1;
- return;
- }
- if(beGridChanged(datagrid1,datagrid2,datagrid3) == "1" && currentRow != 0)
- {
- if(commComfirmBox("数据已修改,是否保存被修改的数据?","提示")=="0")
- {
- clearGridStatus();
- }
- else
- {
- save();
- }
- }
- currentRow = datagrid1.row;
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- //commSendReq("/root/datagrid1/SpecInfoResult_Row["+datagrid1.row+"]");
- model.makeValue("/root/reqData/PRDNM_CD" , datagrid1.valueMatrix(currentRow , datagrid1.colRef("PRDNM_CD")));
- model.makeValue("/root/reqData/SPEC_ABBSYM" , datagrid1.valueMatrix(currentRow , datagrid1.colRef("SPEC_ABBSYM")));
- model.makeValue("/root/reqData/SPEC_STL_GRD" , datagrid1.valueMatrix(currentRow , datagrid1.colRef("SPEC_STL_GRD")));
- model.makeValue("/root/reqData/ORD_USE_TP" , datagrid1.valueMatrix(currentRow , datagrid1.colRef("ORD_USE_TP")));
- model.makeValue("/root/reqData/THK_MIN" , datagrid1.valueMatrix(currentRow , datagrid1.colRef("THK_MIN")));
- model.makeValue("/root/reqData/THK_MAX" , datagrid1.valueMatrix(currentRow , datagrid1.colRef("THK_MAX")));
- commSubmit("UIB010140-service", "findX", "glueAction.do");
- model.copyNode("/root/datagrid2" , "/root/resData/SMPResult_VO" );
- model.copyNode("/root/datagrid3" , "/root/resData/QLTYResult_VO");
- model.refresh();
- setDatagrid();
- currentRow = datagrid1.row;
- datagrid1.col = 1;//预防滚动条拖动时做查询操作
-
- if(datagrid2.rows == datagrid2.fixedRows)
- {
- datagrid2.addRow();
- }
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- onkeydownmove(datagrid1);
- ]]>
- </script>
- </datagrid>
- <datagrid id="datagrid3" nodeset="/root/datagrid3/QLTYResult_Row" caption="材质类型^材质项目^最小^最大^单位^材质类型^检验类型^试样尺寸^备注^BASEMIN^BASEMAX^BASEUNIT" colsep="^" colwidth="23, 111, 38, 38, 38, 60, 53, 52, 72, 36, 28, 43" defaultrows="40" mergecellsfixedrows="bycolrec" rowheight="40" rowsep="|" selectionmode="free" tooltip="label" style="left:520px; top:30px; width:459px; height:584px; border-style:solid; ">
- <col editable="false" ref="QLTY_CD" visibility="hidden" style="background-color:#ffffff; "/>
- <col editable="false" ref="QLTY_CD_CFNM" style="text-align:left; background-color:#ffffff; "/>
- <col ref="QLTY_MIN" type="input" style="text-align:right; "/>
- <col ref="QLTY_MAX" type="input" style="text-align:right; "/>
- <col ref="QLTY_UNIT" type="input" style="text-align:left; "/>
- <col disabled="true" ref="QLTY_TYPE" type="combo" visibility="hidden" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/comboData/TYPE/ListResult_5_Row">
- <label ref="SM_CFNM"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </col>
- <col ref="QLTY_DEC_CD" type="input" style="background-color:#ffff99; "/>
- <col ref="QLTY_SIZE" type="combo" style="text-align:left; background-color:#ffff99; ">
- <choices>
- <itemset nodeset="/root/comboData/ListResult_7_VO/ListResult_7_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- </col>
- <col ref="QLTY_DETAIL" type="input" style="text-align:left; background-color:#ffff99; "/>
- <col ref="QLTY_MIN_TP" visibility="hidden"/>
- <col ref="QLTY_MAX_TP" visibility="hidden"/>
- <col ref="QLTY_UNIT_TP" visibility="hidden"/>
- <script type="javascript" ev:event="onentercell">
- <![CDATA[
- datagrid3.editCell();
- ]]>
- </script>
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- onkeydownmove(datagrid3);
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- compareMINMAX(datagrid3,"QLTY_MIN","QLTY_MAX") //验证最大值不能小于最小值
- ]]>
- </script>
- </datagrid>
- <button id="button3" style="left:390px; top:35px; width:80px; height:20px; background-image:../../images/btn_add.gif; ">
- <caption>添加</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(beGridChanged(datagrid1,datagrid2,datagrid3) == "1")
- {
- window.alert("数据已修改,请保存或初始化!" , "警告");
- return;
- }
-
- if(datagrid3.rows > datagrid3.fixedRows && datagrid2.rows > datagrid2.fixedRows)//是否存在数据
- {
- if(commComfirmBox("是否保留表中性能数据?","提示")=="0")
- {
- findQltyCD();
- clearGridStatus();
- }
- else
- {
- for(var i =1;i< datagrid3.rows;i++)
- {
- if(datagrid3.valueMatrix(i,datagrid3.colRef("QLTY_MIN")) != ""
- ||datagrid3.valueMatrix(i,datagrid3.colRef("QLTY_MAX")) != ""
- ||datagrid3.valueMatrix(i,datagrid3.colRef("QLTY_UNIT")) != "")
- {
- datagrid3.addStatus(i,"update");
- }
- }//for end
- datagrid2.addStatus(datagrid2.fixedRows , "update");
- }//else end
- }//if end ,else start
- else
- {
- findQltyCD1();
- }
- datagrid1.cellAttribute("disabled",datagrid1.fixedRows , datagrid1.fixedCols , datagrid1.rows - 1 , datagrid1.cols - 1) = "true";
- datagrid1.addRow(false);
- currentRow = datagrid1.row;
- if(datagrid2.rows == datagrid2.fixedRows)
- {
- datagrid2.addRow();
- }
- datagrid1.valueMatrix(currentRow , datagrid1.colRef("PRDNM_CD") ) = "AR";
- datagrid1.valueMatrix(currentRow , datagrid1.colRef("SPEC_ABBSYM"))= model.getValue("/root/formData/SPECABBSYM");
- datagrid1.valueMatrix(currentRow , datagrid1.colRef("THK_MIN")) = "1.2";
- datagrid1.valueMatrix(currentRow , datagrid1.colRef("THK_MAX")) = "16";
- model.refresh();
- setDatagrid();
- ]]>
- </script>
- </button>
- <button id="button4" style="left:457px; top:35px; width:70px; height:20px; background-image:../../images/btn_move.gif; ">
- <caption>删除</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //删除datagrid2中的数据
- if(beGridChanged(datagrid1 ,datagrid2,datagrid3) == "1")
- {
- window.alert("数据已修改,请保存或初始化!" , "警告");
- return;
- }
-
- if(commComfirmBox("确认删除?","提示")=="0") return;
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- datagrid1.deleteRow(datagrid1.row);
- commMultiUpdate(datagrid1,"/root/reqData" ,"A", true, "rowStatus0")
- getLoggingInInfo();
- commSubmit("UIB010140-service", "save", "glueAction.do");
-
- removeGridData();
- //清空表单的状态
- datagrid1.clearStatus();
- datagrid2.clearStatus();
- datagrid3.clearStatus();
-
- ]]>
- </script>
- </button>
- <datagrid id="datagrid2" nodeset="/root/datagrid2/SMPResult_Row" caption="取样批次^长度方向位置^宽度方向位置^取样.试验方向^试样规格" colsep="^" colwidth="177, 151, 141, 143, 106" defaultrows="2" mergecellsfixedrows="bycolrec" rowheight="30" rowsep="|" tooltip="label" style="left:0px; top:561px; width:515px; height:53px; ">
- <col ref="SMP_LOT_CD" type="combo" style="text-align:left; background-color:#ffff99; ">
- <choices>
- <itemset nodeset="/root/comboData/WGT/ListResult_2_Row">
- <label ref="SM_CFNM"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </col>
- <col ref="SMP_LEN_LOC" type="combo" style="text-align:left; background-color:#ffff99; ">
- <choices>
- <itemset nodeset="/root/comboData/LEN/ListResult_3_Row">
- <label ref="SM_CFNM"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </col>
- <col ref="SMP_WTH_LOC" type="combo" style="text-align:left; background-color:#ffff99; ">
- <choices>
- <itemset nodeset="/root/comboData/WTH/ListResult_4_Row">
- <label ref="SM_CFNM"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </col>
- <col ref="SMP_TEST_DIR" type="combo" visibility="hidden">
- <choices>
- <itemset nodeset="/root/comboData/TEST/TESTResult_Row">
- <label ref="SM_CFNM"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </col>
- <col ref="SMP_FORM" type="combo" visibility="hidden">
- <choices>
- <itemset nodeset="/root/comboData/FORMResult_Row">
- <label ref="SM_CFNM"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </col>
- </datagrid>
- <caption id="caption6" class="cell" visibility="visible" style="left:0px; top:541px; width:130px; height:21px; font-size:16pt; font-weight:bolder; vertical-align:middle; border-style:solid; ">取样方法</caption>
- <line id="line2" style="x1:0px; y1:0px; x2:980px; y2:0px; "/>
- <line id="line1" style="x1:0px; y1:30px; x2:980px; y2:30px; "/>
- <caption id="caption1" class="cell" style="left:345px; top:5px; width:85px; height:20px; ">标准牌号</caption>
- <select1 id="combo2" ref="/root/formData/SPECSTLGRD" appearance="minimal" editmode="inputsearch" style="left:429px; top:5px; width:131px; height:20px; ">
- <choices>
- <itemset nodeset="/root/initStlData/SpecStlGrd_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- </select1>
- <button id="button2" visibility="hidden" style="left:730px; top:5px; width:100px; height:20px; ">
- <caption>查询</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- find();
- ]]>
- </script>
- </button>
- <button id="button5" visibility="hidden" style="left:845px; top:5px; width:100px; height:20px; ">
- <caption>保存</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- save();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|