| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509 |
- <?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[热轧作业>>钢卷库管理>>库存数据查询(UIH051400)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <formData>
- <COIL_NO/>
- <ORD_NO/>
- <ORD_FL/>
- <FROM_DATE/>
- <TO_DATE/>
- <CUR_LOAD_LOC/>
- <STL_GRD/>
- <COIL_WTH_MIN/>
- <COIL_THK_MIN/>
- <CUR_PROG_CD/>
- <COIL_THK_MAX/>
- <COIL_WTH_MAX/>
- <QK_YN/>
- <sql_ord_fl/>
- <ORD_DEVLMT_DATE/>
- <DLIV_TP/>
- <COIL_DEFECTIVE/>
- <SMP_SEND_DTIME/>
- <XSQY/>
- <RCVORD_CLF/>
- <PROD_LINE/>
- <PRODNM_CD/>
- <DLIV_TP1/>
- <SPM_TYPE/>
- <ROLLFR/>
- <ROLLTO/>
- </formData>
- <sumData>
- <SUM_COILRST_CNT/>
- <SUM_COILRST_WGT/>
- </sumData>
- <reqData/>
- <resData/>
- <grid1/>
- <boolData>
- <qk_yn/>
- <ord_fl/>
- </boolData>
- </root>
- </instance>
- </model>
- <script type="javascript">
- <![CDATA[
- function Init(node) {
- InitParams(node);
- }
-
- //调用公共的初始化方法获得登录用户名
- function InitParams(node) {
- if (typeof node == "undefined" && typeof node != "object") return;
- model.removenode("/root/initData/rcvInfo");
- model.makeNode("/root/initData/rcvInfo");
- var nodeList = node.childNodes;
- node = model.instances(0).selectSingleNode("/root/initData/rcvInfo");
- for (var i = 0; i < nodeList.length; i++)
- node.appendChild(nodeList.item(i));
- }
-
- function excelExport() {
- return datagrid1;
- }
- function find()
- {
- datagrid1.rebuildStyle();
- datagrid1.clearStatus();
- commSendReq("/root/formData");
- commSubmit("UIH051100-service","find","glueAction.do");
-
- commAppendData("/root/grid1/UIH051100_RESULT_VO","/root/resData/UIH051100_RESULT_VO");
-
- model.setValue("/root/sumData/SUM_COILRST_CNT",model.getValue("/root/resData/SumCoil_VO/SumCoil_Row/COIL_CNT"));
- model.setValue("/root/sumData/SUM_COILRST_WGT",model.getValue("/root/resData/SumCoil_VO/SumCoil_Row/COIL_WGT"));
-
- model.refresh();
-
- var slabCnt = 0;
- var slabWgt = 0;
- for(var i = 1 ; i < datagrid1.rows-1 ; i++){
- datagrid1.valueMatrix(i+1,datagrid1.colRef("SEQ")) = i;
- slabCnt = slabCnt + 1;
- var slab_wgt = datagrid1.valueMatrix(i + 1,datagrid1.colRef("ACT_WGT"));
- if(slab_wgt == null || slab_wgt == ""){
- slab_wgt = "0";
- }
- slabWgt =slabWgt + parseFloat(slab_wgt);
- }
- model.setValue("/root/sumData/SUM_COILRST_CNT",slabCnt);
- model.setValue("/root/sumData/SUM_COILRST_WGT",slabWgt/1000);
- output1.refresh();output2.refresh();
-
- for(var i = 1 ; i < datagrid1.rows-1 ; i++){
- datagrid1.valueMatrix(i+1,datagrid1.colRef("SEQ")) = i;
- }
-
- //综合判定不合格的,给于红颜色的提示.待判
- var nodeSet1 = datagrid1.nodeset;
- for(var i=1;i<datagrid1.rows;i++){
- var TOT_DEC_GRD = model.getValue(nodeSet1+"["+i+"]/TOT_DEC_GRD");
- var qk_yn = model.getValue(nodeSet1+"["+i+"]/QK_YN");
- if(TOT_DEC_GRD == "不合格"){
- //红色
- datagrid1.rowstyle(i+1, "data", "background-color") = "#ff0000";
- }
- if(qk_yn == "清库卷"){
- datagrid1.rowstyle(i+1, "data", "background-color") = "#FFFF00";
- }
- }
- }
-
- function savebj(){
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- for(var i=0;i<datagrid1.rows;i++){
- datagrid1.rowStatus(i) = 2;
- }
- model.refresh();
- b01MultiUpdate(datagrid1,"/root/reqData","A",true,"rowStuts");//获得修改、插入、删除参数
- model.makeValue("/root/reqData/REG_ID",model.getValue("/root/initData/rcvInfo/REG_ID"));
- commSubmit("UIH051400-service","savebj","glueAction.do");
- datagrid1.clearStatus();
- find();
- }
-
-
- function save2(){
-
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
-
- for(var i=0;i<datagrid1.rows;i++){
- datagrid1.rowStatus(i) = 2;
- }
- model.refresh();
- commMultiUpdate(datagrid1,"/root/reqData","A",true,"rowStatus");
- //这里加入登录用户名,会不会与已有的initData冲突
- model.makeValue("/root/reqData/REG_ID",model.getValue("/root/initData/rcvInfo/REG_ID"));
-
- commSubmit("UIH051400-service","cancle","glueAction.do");
- find();
- }
-
- function save(){
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
-
- for(var i=0;i<datagrid1.rows;i++){
- datagrid1.rowStatus(i) = 2;
- }
- model.refresh();
- commMultiUpdate(datagrid1,"/root/reqData","A",true,"rowStatus");
-
- //这里加入登录用户名,会不会与已有的initData冲突
- model.makeValue("/root/reqData/REG_ID",model.getValue("/root/initData/rcvInfo/REG_ID"));
- commSubmit("UIH051400-service","save","glueAction.do");
-
-
- find();
- }
- ]]>
- </script>
- <script type="javascript" src="../js/boaCommon.js"/>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/b01.js"/>
- </xhtml:head>
- <xhtml:body guideline="1,1000;" style="font-weight:980; font-style:620; ">
- <input id="input7" ref="/root/formData/COIL_THK_MIN" style="left:385px; top:0px; width:30px; height:20px; "/>
- <input id="input8" ref="/root/formData/COIL_THK_MAX" style="left:430px; top:0px; width:30px; height:20px; "/>
- <input id="input9" ref="/root/formData/COIL_WTH_MAX" style="left:575px; top:0px; width:45px; height:20px; "/>
- <caption id="caption1" class="cell" style="left:631px; top:0px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">垛 位</caption>
- <caption id="caption10" class="cell" style="left:780px; top:50px; width:60px; height:20px; font-weight:bold; background-color:#ffcc00; border-color:#000000; ">重量合计</caption>
- <caption id="caption2" class="cell" style="left:0px; top:0px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">钢 卷 号</caption>
- <select1 id="combo1" ref="/root/formData/STL_GRD" appearance="minimal" editmode="inputsearch" style="left:239px; top:0px; width:91px; height:20px; text-align:left; ">
- <choices>
- <itemset nodeset="/root/initResult/resData/STL_GRD_SELECT_VO/STL_GRD_SELECT_Row">
- <label ref="FAC_STL_GRD"/>
- <value ref="FAC_CODE"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption11" style="left:745px; top:50px; width:20px; height:20px; font-weight:bold; ">卷</caption>
- <select1 id="combo2" ref="/root/formData/CUR_PROG_CD" appearance="minimal" editmode="inputsearch" style="left:677px; top:25px; width:113px; height:20px; text-align:left; ">
- <choices>
- <item>
- <label>发货指示待机</label>
- <value>SFA</value>
- </item>
- <item>
- <label>综合判定待机</label>
- <value>SED</value>
- </item>
- <item>
- <label>充当待机</label>
- <value>SRC</value>
- </item>
- <item>
- <label/>
- <value/>
- </item>
- </choices>
- </select1>
- <caption id="caption3" class="cell" style="left:167px; top:0px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">钢 号</caption>
- <caption id="caption12" style="left:920px; top:50px; width:20px; height:20px; font-weight:bold; ">吨</caption>
- <caption id="caption4" class="cell" style="left:465px; top:0px; width:50px; height:20px; font-weight:bold; border-color:#000000; ">宽 度</caption>
- <caption id="caption13" class="cell" style="left:335px; top:25px; width:85px; height:20px; font-weight:bold; border-color:#000000; ">入库时间</caption>
- <line id="line1" style="x1:415px; y1:10px; x2:430px; y2:10px; "/>
- <caption id="caption5" class="cell" style="left:336px; top:0px; width:49px; height:20px; font-weight:bold; border-color:#000000; ">厚 度</caption>
- <caption id="caption6" class="cell" style="left:605px; top:25px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">进程状态</caption>
- <input id="input1" ref="/root/formData/COIL_NO" style="left:71px; top:0px; width:90px; height:20px; "/>
- <select1 id="combo5" ref="/root/formData/ORD_FL" appearance="minimal" editmode="inputsearch" style="left:240px; top:25px; width:90px; height:20px; text-align:left; ">
- <choices>
- <item>
- <label>订单材</label>
- <value>1</value>
- </item>
- <item>
- <label>余材</label>
- <value>2</value>
- </item>
- <item>
- <label>二级库存</label>
- <value>3</value>
- </item>
- <item>
- <label/>
- <value/>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var sqlStr = "";
- if(model.getValue("/root/formData/ORD_FL") == "1"){
- sqlStr = "AND (A.ORD_FL = '1' AND (A.QK_YN IS NULL OR A.QK_YN <> 'Y'))".toString();
- }else if(model.getValue("/root/formData/ORD_FL") == "2"){
- sqlStr = " AND (A.ORD_FL = '2' AND (A.QK_YN IS NULL OR A.QK_YN <> 'Y'))".toString();
- }else if(model.getValue("/root/formData/ORD_FL") == "3"){
- sqlStr = " AND (A.QK_YN = 'Y')".toString();
- }
- model.setValue("/root/formData/sql_ord_fl",sqlStr);
- ]]>
- </script>
- </select1>
- <input id="input2" ref="/root/formData/CUR_LOAD_LOC" style="left:702px; top:0px; width:83px; height:20px; "/>
- <caption id="caption7" class="cell" style="left:-1px; top:25px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">合 同 号</caption>
- <input id="input3" ref="/root/formData/ORD_NO" style="left:70px; top:25px; width:90px; height:20px; "/>
- <caption id="caption8" class="cell" style="left:168px; top:25px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">订单区分</caption>
- <line id="line5" style="x1:560px; y1:10px; x2:575px; y2:10px; "/>
- <input id="input4" ref="/root/formData/COIL_WTH_MIN" style="left:515px; top:0px; width:45px; height:20px; "/>
- <caption id="caption9" class="cell" style="left:625px; top:50px; width:60px; height:20px; font-weight:bold; background-color:#ffcc00; border-color:#000000; ">卷数合计</caption>
- <output id="output1" ref="/root/sumData/SUM_COILRST_CNT" style="left:685px; top:50px; width:60px; height:20px; text-align:center; "/>
- <output id="output2" ref="/root/sumData/SUM_COILRST_WGT" style="left:840px; top:50px; width:75px; height:20px; text-align:center; "/>
- <input id="input5" ref="/root/formData/FROM_DATE" class="input" inputtype="date" style="left:421px; top:25px; width:85px; height:20px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- if(model.getValue("/root/formData/TO_DATE") == null || model.getValue("/root/formData/TO_DATE") == ""||
- model.getValue("/root/formData/TO_DATE") < model.getValue("/root/formData/FROM_DATE")){
-
- model.setValue("/root/formData/TO_DATE",model.getValue("/root/formData/FROM_DATE"));
- input6.refresh();
- }
- ]]>
- </script>
- </input>
- <input id="input6" ref="/root/formData/TO_DATE" class="input" inputtype="date" style="left:510px; top:25px; width:85px; height:20px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(model.getValue("/root/formData/FROM_DATE") == null || model.getValue("/root/formData/FROM_DATE") == ""||
- model.getValue("/root/formData/FROM_DATE") > model.getValue("/root/formData/TO_DATE")){
-
- model.setValue("/root/formData/FROM_DATE",model.getValue("/root/formData/TO_DATE"));
- input5.refresh();
- }
- ]]>
- </script>
- </input>
- <datagrid id="datagrid1" nodeset="/root/grid1/UIH051100_RESULT_VO/UIH051100_RESULT_Row" caption="序号^选择^钢卷号^系列^产品等级^钢种^改判前钢种^成品厚度^成品宽度^订单厚度^订单宽度^判定厚度^判定宽度^重量^堆放位置^入库时间^入库操作时间^入库人^入库班次^入库组^二级库存^订单区分^合同号^订单号^综合判定^成份判定^材质判定^尺寸判定^外观判定^判定时间^次品区分^清库前性能^清库前外观^^冶炼炉号^收货单位^发货方式^异常卷备注^钢卷说明^备注^降二级库操作人^降二级操作时间|序号^选择^钢卷号^系列^产品等级^钢种^改判前钢种^成品厚度^成品宽度^订单厚度^订单宽度^判定厚度^判定宽度^重量^堆放位置^入库时间^入库操作时间^入库人^入库班次^入库组^二级库存^订单区分^合同号^订单号^综合判定^成份判定^材质判定^尺寸判定^外观判定^判定时间^次品区分^清库前性能^清库前外观^^冶炼炉号^收货单位^发货方式^异常卷备注^钢卷说明^备注^降二级库操作人^降二级操作时间" colsep="^" colwidth="38, 40, 100, 100, 100, 100, 100, 40, 40, 40, 40, 40, 40, 50, 60, 100, 100, 100, 100, 100, 100, 35, 70, 50, 40, 40, 40, 40, 55, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 294" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:80px; width:950px; height:505px; ">
- <col ref="SEQ"/>
- <col checkvalue="Y,N" ref="CHK" type="checkbox"/>
- <col editable="false" ref="OLD_SAMPL_NO" type="input"/>
- <col editable="true" ref="COIL_SERIES" type="input"/>
- <col editable="true" ref="COIL_PROD_GRADE" type="input"/>
- <col editable="false" ref="SPEC_STL_GRD" type="input"/>
- <col ref="BEF_SPEC_STL_GRD"/>
- <col editable="false" ref="COIL_THK" type="input"/>
- <col editable="false" ref="COIL_WTH" type="input"/>
- <col editable="false" ref="INSTR_COIL_THK" type="input"/>
- <col editable="false" ref="INSTR_COIL_WTH" type="input"/>
- <col ref="DCS_THK"/>
- <col ref="DCS_WTH"/>
- <col editable="false" ref="ACT_WGT" type="input"/>
- <col editable="false" ref="CUR_LOAD_LOC" type="input"/>
- <col editable="false" ref="YARD_ENTRY_DTIME" type="input" format="yyyy-mm-dd hh:nn"/>
- <col editable="false" ref="YARD_ENTRY_USE_TIME" type="input" format="yyyy-mm-dd hh:nn"/>
- <col explorerbar="sortshow" ref="YARD_ENTRY_REG"/>
- <col disabled="true" ref="YARD_ENTRY_SHIFT" type="combo">
- <choices>
- <item>
- <label>早班</label>
- <value>1</value>
- </item>
- <item>
- <label>中班</label>
- <value>2</value>
- </item>
- <item>
- <label>晚班</label>
- <value>3</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="YARD_ENTRY_GROUP" type="combo">
- <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>
- </choices>
- </col>
- <col ref="QK_YN"/>
- <col disabled="true" ref="ORD_FL"/>
- <col editable="false" ref="ORD_NO" type="input"/>
- <col editable="false" ref="ORD_SEQ" type="input"/>
- <col ref="TOT_DEC_GRD"/>
- <col ref="INGR_DEC_GRD"/>
- <col ref="MATRL_END_CAUSE_CD"/>
- <col ref="SIZE_DEC_RST"/>
- <col ref="EXTSHAPE_DEC_GRD"/>
- <col editable="false" ref="TOT_DEC_DTIME" type="input" format="yyyy-mm-dd hh:nn"/>
- <col ref="COIL_DEFECTIVE"/>
- <col ref="BEF_MATRL_END_CAUSE_CD"/>
- <col ref="BEF_EXTSHAPE_DEC_GRD"/>
- <col ref="COIL_DEFECTIVE_DESC" visibility="hidden"/>
- <col ref="CHARGE_NO"/>
- <col ref="ORDCUST_CD"/>
- <col ref="DLIV_TP"/>
- <col editable="true" ref="COIL_UN_REMARK" type="input"/>
- <col editable="true" ref="COIL_DESC" type="input"/>
- <col editable="true" ref="COIL_REMARK" type="input"/>
- <col editable="true" ref="QK_REG_ID" type="input"/>
- <col editable="true" ref="QK_REG_DTIME" type="input"/>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- if(datagrid1.valueMatrix(datagrid1.row,datagrid1.colRef("ORD_FL")) == "订单材"){
- datagrid1.valueMatrix(datagrid1.row,datagrid1.colRef("CHK")) = "N";
- datagrid1.refresh();
- alert("订单材,不能作为清库卷! ");
- }else{
- //这里当一级库存的量不足6000吨的时候,给出提示。并不控制不让指定为清库
- //这里必须在选择的时候给出判断
- var nodeSet1 = datagrid1.nodeset;
- var sum_act_wgt = 0;
- var sum_qk_wgt = 0;
- var sum_act_qk_wgt = 0;
- for(var i=1;i<datagrid1.rows;i++){
- var COIL_DEFECTIVE_DESC = model.getValue(nodeSet1+"["+i+"]/COIL_DEFECTIVE_DESC");
- var QK_YN = model.getValue(nodeSet1+"["+i+"]/QK_YN");
-
- if(COIL_DEFECTIVE_DESC == "1A"){
- var ACT_WGT = model.getValue(nodeSet1+"["+i+"]/ACT_WGT");
- sum_act_wgt = Number(sum_act_wgt) + Number(ACT_WGT);
-
- if(QK_YN == "清库卷"){
- //在订单外合格里面有清库标志的才是二级库存。其它的可能是废次品走的清库
- sum_act_qk_wgt = Number(sum_act_qk_wgt) + Number(ACT_WGT);
- }
- }
-
- // if(QK_YN == "清库卷"){
- // var ACT_WGT = model.getValue(nodeSet1+"["+i+"]/ACT_WGT");
- // sum_qk_wgt = Number(sum_qk_wgt) + Number(ACT_WGT);
- // }
- }
-
- //重量的单位为千克,如果订单外合格的量小于6000吨。不能进行二级库存指定
- if(sum_act_wgt < 6000000){
- //如果选中了钢卷,则判断此时的库存量是多少。并且给出相应的提示
- var isUse_ACT = commComfirmBox("一级库存量为:"+sum_act_wgt/1000+"吨,不足6000吨。是否确定指定二级库存","提示");
-
- if(isUse_ACT == "0"){
- //取消清库标志
- datagrid1.valueMatrix(datagrid1.row,datagrid1.colRef("CHK")) = "N";
- datagrid1.refresh();
- return;
- }
- }
-
- //重量的单位为千克,如果二级库存的量大于2000吨。给出提示,及时发运
- if(sum_act_qk_wgt > 3000000){
- var isUse_QK = commComfirmBox("二级库存量为:"+sum_act_qk_wgt/1000+"吨,超过3000吨。是否确定指定二级库存","提示");
-
- if(isUse_QK == "0"){
- //取消清库标志
- datagrid1.valueMatrix(datagrid1.row,datagrid1.colRef("CHK")) = "N";
- datagrid1.refresh();
- return;
- }
- }
-
- //这里没有余才判定的卷,也不能进行清库制定。并且给出相应的提示
- if(datagrid1.valueMatrix(datagrid1.row,datagrid1.colRef("COIL_DEFECTIVE")) == ""){
- var isUse_DEFECTIVE = commComfirmBox("没有进行余材判定,是否确定指定二级库存","提示");
- if(isUse_DEFECTIVE == "0"){
- //取消清库标志
- datagrid1.valueMatrix(datagrid1.row,datagrid1.colRef("CHK")) = "N";
- datagrid1.refresh();
- return;
- }
- }
- }
- ]]>
- </script>
- </datagrid>
- <button id="button1" class="cell" style="left:520px; top:55px; width:75px; height:20px; background-color:#ffffff; background-image:F:\1\xgmes3\WebContents\images\btn_exit.gif; ">
- <caption>撤销</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- save2();
- ]]>
- </script>
- </button>
- <select1 id="combo6" ref="/root/formData/COIL_DEFECTIVE" appearance="minimal" style="left:855px; top:0px; width:80px; height:20px; ">
- <choices>
- <item>
- <label>成分不合格</label>
- <value>2A</value>
- </item>
- <item>
- <label>工序不合格</label>
- <value>2E</value>
- </item>
- <item>
- <label>尺寸不合格</label>
- <value>3B</value>
- </item>
- <item>
- <label>重量不合格</label>
- <value>3C</value>
- </item>
- <item>
- <label>外观不合格</label>
- <value>3D</value>
- </item>
- <item>
- <label>性能不合格</label>
- <value>4A</value>
- </item>
- <item>
- <label>--全部--</label>
- <value/>
- </item>
- </choices>
- </select1>
- <caption id="caption18" class="cell" style="left:795px; top:0px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">次品区分</caption>
- <input id="input11" ref="/root/formData/SMP_SEND_DTIME" class="input" inputtype="date" style="left:70px; top:50px; width:90px; height:20px; "/>
- <caption id="caption16" class="cell" style="left:0px; top:50px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">送样时间</caption>
- <button id="button3" visibility="hidden" style="left:855px; top:25px; width:100px; height:20px; ">
- <caption>查询</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- find();
- ]]>
- </script>
- </button>
- <button id="button4" visibility="hidden" style="left:900px; top:50px; width:100px; height:20px; ">
- <caption>保存</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //alert(datagrid1.valueMatrix(datagrid1.row,datagrid1.colRef("CHK")));
- save();
- ]]>
- </script>
- </button>
- <button id="button5" class="cell" style="left:440px; top:55px; width:75px; height:20px; background-color:#ffffff; background-image:F:\1\xgmes3\WebContents\images\save.gif; ">
- <caption>编辑</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- savebj();
- ]]>
- </script>
- </button>
- <input id="input20" ref="/root/formData/ROLLTO" style="left:340px; top:50px; width:80px; height:20px; "/>
- <caption id="caption23" class="cell" style="left:165px; top:50px; width:95px; height:20px; font-weight:bold; border-color:#000000; ">轧制单元</caption>
- <input id="input19" ref="/root/formData/ROLLFR" style="left:260px; top:50px; width:80px; height:20px; "/>
- </xhtml:body>
- </xhtml:html>
|