| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460 |
- <?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[炼钢作业 >> 板坯库管理 >> 板坯历史明细查询(UIG040500)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <grid/>
- <resData/>
- <reqData/>
- <initResult/>
- <totalData>
- <slabCnt/>
- <slabWgt/>
- </totalData>
- <codeData/>
- <initData>
- <LG_CD>F01002,F01002,E01010,E01007,D01003,D01001</LG_CD>
- </initData>
- <combData/>
- <fwdData>
- <UID010031>
- <ORD_NO/>
- <ORD_SEQ/>
- <URL/>
- </UID010031>
- </fwdData>
- <formData>
- <SLAB_NO/>
- <CUR_LOAD_LOC/>
- <STL_GRD/>
- <SLAB_MIN_WTH>0</SLAB_MIN_WTH>
- <SLAB_MAX_WTH>100000</SLAB_MAX_WTH>
- <SLAB_MIN_LEN>0</SLAB_MIN_LEN>
- <SLAB_MAX_LEN>100000</SLAB_MAX_LEN>
- <ORD_NO/>
- <ORD_FL/>
- <fromDate/>
- <toDate/>
- <SLAB_RT/>
- <NO_ORD_CAUS_CD/>
- <SLAB_STOCK_TYPE/>
- <SLAB_INGR_DEC_GRD/>
- <CHANDI/>
- <CMT_DLIV_DEVLMT_DATE/>
- <CMT_DLIV_DEVLMT_DATE_temp/>
- <FROM_STOCK_ENT_DTIME/>
- <TO_STOCK_ENT_DTIME/>
- <FROM_STOCK_EXT_DTIME/>
- <TO_STOCK_EXT_DTIME/>
- <BOF_STAT_TIME_FRM/>
- <BOF_STAT_TIME_TO/>
- <CC_DEVNO/>
- <TO_SMS_EXT_DTIME/>
- <FROM_SMS_EXT_DTIME/>
- <TO_SMS_ENT_DTIME/>
- <FROM_SMS_ENT_DTIME/>
- </formData>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- initPage();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/b01.js"/>
- <script type="javascript" src="../../js/bCommon.js"/>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/mesCommon.js"/>
- <script type="javascript" src="../../js/G02.js"/>
- <script type="javascript">
- <![CDATA[
- function excelExport(){
- return datagrid1;
- }
- function initPage(){
- commSendReq("/root/initData");
- commSubmit("UIGCOMMCODE-service","find","glueAction.do");
- model.copyNode("/root/codeData","/root/resData");
- commSendReq("root/reqData");
- commSubmit("UIG04COMBOX-service","stlSch","glueAction.do");
- model.copyNode("/root/combData","/root/resData");
- model.refresh();
- }
- function find()
- {
- if(commDiffDay(input5.value,input6.value)>30)
- {
- window.alert("查询时间不能超过30天");
- return;
- }
- if(commDiffDay(input7.value,input8.value)>30)
- {
- window.alert("查询时间不能超过30天");
- return;
- }
- if(commDiffDay(input11.value,input12.value)>30)
- {
- window.alert("查询时间不能超过30天");
- return;
- }
- if(model.getValue(" /root/formData/BOF_STAT_TIME_FRM") == null || model.getValue(" /root/formData/BOF_STAT_TIME_FRM") == "" || model.getValue("/root/formData/BOF_STAT_TIME_TO") == null || model.getValue("/root/formData/BOF_STAT_TIME_TO") == ""){
- var curDate = CurentDate();
- model.setValue("/root/formData/BOF_STAT_TIME_FRM",curDate);
- model.setValue("/root/formData/BOF_STAT_TIME_TO",curDate);
- }
-
- commSendReq("/root/formData");
- commSubmit("UIG040500-service","find","glueAction.do");
- commAppendData("/root/grid/SLAB_YARD_INFO_RESULT_VO","/root/resData/SLAB_YARD_INFO_RESULT_VO");
-
- var slabCnt = 0;
- var slabWgt = 0;
- datagrid1.refresh();
- for(var i = 1 ; i < datagrid1.rows-1 ; i++){
- slabCnt = slabCnt + 1;
- slabWgt = slabWgt + parseFloat(datagrid1.valueMatrix(i+1,datagrid1.colRef("SLAB_WGT")));
- }
-
- model.setValue("/root/totalData/slabCnt",slabCnt);
- model.setValue("/root/totalData/slabWgt",slabWgt/1000);
- output1.refresh();
- output2.refresh();
- }
- function excelExport(){
- return datagrid1;
- }
- function fowardUID010031(gridID) {
- if(gridID.col == gridID.colRef("INGR_YN")) {
- model.makeValue("/root/fwdData/UID010031/ORD_NO", gridID.valueMatrix(gridID.row, gridID.colRef("ORD_NO")));
- model.makeValue("/root/fwdData/UID010031/ORD_SEQ", gridID.valueMatrix(gridID.row, gridID.colRef("ORD_SEQ")));
- model.makeValue("/root/fwdData/UID010031/URL", "../../B/B01/UIB015020.xrw");
- var java = window.parent.javaScript;
- java.open(model.instances(0).selectSingleNode("/root/fwdData/UID010031"));
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,979;2,620;2,619;2,619;">
- <caption id="caption2" class="cell" style="left:0px; top:0px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">板 坯 号</caption>
- <input id="input1" ref="/root/formData/SLAB_NO" style="left:60px; top:0px; width:85px; height:20px; "/>
- <datagrid id="datagrid1" nodeset="/root/grid/SLAB_YARD_INFO_RESULT_VO/SLAB_YARD_INFO_RESULT_Row" caption="板坯号^铸机号^流号^计划钢种^钢种^厚^宽^长^测宽^重量^磅重^7.85重量^磅重差^磅差合格^堆垛位置^是否允许出库^冶炼时间^浇次开始时间^浇次结束时间^热轧入库时间^热轧出库时间^炼钢入库时间^炼钢出库时间^去向^订单区分^余材原因^判定依据^成分等级^产地^合同号^订单序号^计划号^坑冷^合同类型^运输方式^订单钢种^交货期^订单厚度^订单宽度^订单单重范围^成份判定^判定时间^切割时间^切割班次^切割组^切割人^特殊要求^备注|板坯号^铸机号^流号^计划钢种^钢种^厚^宽^长^测宽^重量^磅重^7.85重量^磅重差^磅差合格^堆垛位置^是否允许出库^冶炼时间^浇次开始时间^浇次结束时间^热轧入库时间^热轧出库时间^炼钢入库时间^炼钢出库时间^去向^订单区分^余材原因^判定依据^成分等级^产地^合同号^订单序号^计划号^坑冷^合同类型^运输方式^订单钢种^交货期^订单厚度^订单宽度^订单单重范围^成份判定^判定时间^切割时间^切割班次^切割组^切割人^特殊要求^备注" colsep="^" colwidth="100, 100, 45, 100, 100, 30, 40, 40, 51, 50, 51, 51, 50, 49, 60, 100, 100, 100, 100, 100, 100, 100, 100, 35, 35, 62, 60, 71, 47, 70, 30, 71, 30, 70, 60, 60, 70, 30, 40, 70, 44, 100, 100, 37, 37, 65, 100, 400" explorerbar="sortshow" frozencols="1" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:100px; width:980px; height:515px; ">
- <col editable="false" ref="SLAB_NO" type="input"/>
- <col ref="CC_DEVNO"/>
- <col ref="STREAM_NO"/>
- <col ref="PLAN_STL_GRD" type="input"/>
- <col editable="false" ref="STL_GRD" type="input"/>
- <col editable="false" ref="SLAB_THK" type="input"/>
- <col editable="false" ref="SLAB_WTH" type="input"/>
- <col editable="false" ref="SLAB_LEN" type="input"/>
- <col editable="false" ref="AVG_WIDTH" type="input"/>
- <col editable="false" ref="SLAB_WGT" type="input"/>
- <col editable="false" ref="WEIGHT_WGT" type="input"/>
- <col editable="false" ref="SLAB_WGT85"/>
- <col ref="SLAB_WGT_DIFF"/>
- <col ref="SLAB_WGT_OK" style="left:901px; top:41px; width:49px; height:21px; "/>
- <col editable="false" ref="CUR_LOAD_LOC" type="input"/>
- <col editable="false" ref="SLAB_OUT_TP" type="input" style="left:937px; top:41px; width:100px; height:18px; "/>
- <col editable="false" ref="BOF_STA_DTIME" type="input" format="yyyy-mm-dd hh:nn"/>
- <col editable="false" ref="CASTING_STA_DTIME" type="input" format="yyyy-mm-dd hh:nn"/>
- <col editable="false" ref="CASTING_END_DTIME" type="input" format="yyyy-mm-dd hh:nn"/>
- <col editable="false" ref="SLAB_STOCK_ENT_DTIME" type="input" format="yyyy-mm-dd hh:nn"/>
- <col editable="false" ref="SLAB_STOCK_EXT_DTIME" type="input" format="yyyy-mm-dd hh:nn"/>
- <col editable="false" ref="SMS_YARD_ENT_DTIME" type="input" format="yyyy-mm-dd hh:nn"/>
- <col editable="false" ref="SMS_YARD_EXT_DTIME" type="input" format="yyyy-mm-dd hh:nn"/>
- <col disabled="true" ref="SLAB_RT"/>
- <col disabled="true" ref="ORD_FL"/>
- <col disabled="true" ref="NONORD_CAUSE_CD"/>
- <col ref="SLAB_INGR_DEC_KIND"/>
- <col disabled="true" ref="SLAB_INGR_DEC_GRD"/>
- <col ref="CHANDI"/>
- <col editable="false" ref="ORD_NO" type="input"/>
- <col editable="false" ref="ORD_SEQ" type="input"/>
- <col editable="false" ref="L2_SCH_NO" type="input"/>
- <col disabled="true" ref="KEEPWARM_YN"/>
- <col ref="RCVORD_TP"/>
- <col ref="DLIV_TP"/>
- <col ref="SPEC_STL_GRD"/>
- <col ref="CMT_DLIV_DEVLMT_DATE" format="yyyy-mm-dd"/>
- <col ref="ORD_THK"/>
- <col ref="ORD_WTH"/>
- <col ref="ORD_WGT"/>
- <col disabled="true" ref="SLAB_INGR_DEC_GRD1"/>
- <col editable="false" ref="INGR_DEC_DTIME" type="input" format="yyyy-mm-dd hh:nn"/>
- <col editable="false" ref="SLAB_CUT_DTIME" type="input" format="yyyy-mm-dd hh:nn"/>
- <col disabled="true" ref="CUT_WKSHIFT"/>
- <col disabled="true" ref="CUT_WKGROUP"/>
- <col ref="CUT_EMP_ID"/>
- <col ref="INGR_YN" type="input" style="text-decoration:underline; "/>
- <col ref="REMARKS" type="input"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fowardUID010031(datagrid1);
- ]]>
- </script>
- </datagrid>
- <caption id="caption1" class="cell" style="left:864px; top:0px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">板坯去向</caption>
- <select1 id="combo1" ref="/root/formData/STL_GRD" appearance="minimal" editmode="inputsearch" style="left:210px; top:0px; width:80px; height:20px; text-align:left; ">
- <choices>
- <itemset nodeset="/root/combData/STL_GRD_SELECT_VO/STL_GRD_SELECT_Row">
- <label ref="FAC_STL_GRD"/>
- <value ref="FAC_CODE"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption3" class="cell" style="left:150px; top:0px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">钢 号</caption>
- <select1 id="combo2" ref="/root/formData/SLAB_MIN_LEN" appearance="minimal" editmode="input" style="left:357px; top:0px; width:60px; height:20px; text-align:left; ">
- <choices>
- <itemset nodeset="/root/codeData/COMM_CODE_RESULT_VO/COMM_CODE_RESULT_Row[LG_CD = 'D01003']">
- <label ref="SM_CD"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption4" class="cell" style="left:494px; top:0px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">板坯产地</caption>
- <select1 id="combo3" ref="/root/formData/SLAB_MAX_LEN" appearance="minimal" editmode="input" style="left:424px; top:0px; width:65px; height:20px; text-align:left; ">
- <choices>
- <itemset nodeset="/root/codeData/COMM_CODE_RESULT_VO/COMM_CODE_RESULT_Row[LG_CD = 'D01003']">
- <label ref="SM_CD"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption5" class="cell" style="left:297px; top:0px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">长度范围</caption>
- <line id="line1" style="x1:792px; y1:0px; x2:797px; y2:0px; "/>
- <select1 id="combo4" ref="/root/formData/CUR_LOAD_LOC" appearance="minimal" style="left:210px; top:25px; width:80px; height:20px; ">
- <choices>
- <itemset nodeset="/root/codeData/COMM_CODE_RESULT_VO/COMM_CODE_RESULT_Row[LG_CD = 'F01002' or LG_CD ='A']">
- <label ref="SM_CFNM"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption6" class="cell" style="left:150px; top:25px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">工厂区分</caption>
- <caption id="caption7" class="cell" style="left:0px; top:25px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">合 同 号</caption>
- <input id="input3" ref="/root/formData/ORD_NO" style="left:60px; top:25px; width:85px; height:20px; "/>
- <select1 id="combo5" ref="/root/formData/ORD_FL" appearance="minimal" editmode="inputsearch" style="left:554px; top:25px; width:63px; height:20px; text-align:left; ">
- <choices>
- <itemset nodeset="/root/codeData/COMM_CODE_RESULT_VO/COMM_CODE_RESULT_Row[LG_CD = 'E01007' or LG_CD ='A']">
- <label ref="SM_CFNM"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(model.getValue("/root/formData/ORD_FL") == "2") {
- combo7.disabled = false;
- combo7.refresh();
- }else {
- model.setValue("/root/formData/NO_ORD_CAUS_CD","");
- combo7.disabled = true;
- combo7.refresh();
- }
- ]]>
- </script>
- </select1>
- <caption id="caption8" class="cell" style="left:494px; top:25px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">订单区分</caption>
- <caption id="caption9" class="cell" style="left:720px; top:55px; width:60px; height:20px; font-weight:bold; background-color:#ffcc00; border-color:#000000; ">块数合计</caption>
- <caption id="caption10" class="cell" style="left:835px; top:55px; width:60px; height:20px; font-weight:bold; background-color:#ffcc00; border-color:#000000; ">重量合计</caption>
- <output id="output1" ref="/root/totalData/slabCnt" style="left:780px; top:55px; width:40px; height:20px; text-align:center; "/>
- <output id="output2" ref="/root/totalData/slabWgt" style="left:895px; top:55px; width:65px; height:20px; text-align:center; "/>
- <caption id="caption11" style="left:820px; top:56px; width:20px; height:20px; font-weight:bold; ">块</caption>
- <caption id="caption12" style="left:960px; top:55px; width:20px; height:20px; font-weight:bold; ">吨</caption>
- <line id="line2" style="x1:730px; y1:75px; x2:790px; y2:75px; "/>
- <line id="line3" style="x1:880px; y1:75px; x2:960px; y2:75px; "/>
- <line id="line4" style="x1:418px; y1:10px; x2:423px; y2:10px; "/>
- <caption id="caption13" class="cell" style="left:619px; top:0px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">入库类型</caption>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13){
- find();
- }
- ]]>
- </script>
- <select1 id="combo6" ref="/root/formData/SLAB_RT" appearance="minimal" style="left:924px; top:0px; width:55px; height:20px; ">
- <choices>
- <item>
- <label>卷板</label>
- <value>H</value>
- </item>
- <item>
- <label>中板</label>
- <value>Z</value>
- </item>
- <item>
- <label>厚板</label>
- <value>P</value>
- </item>
- <item>
- <label>-----</label>
- <value/>
- </item>
- </choices>
- </select1>
- <select1 id="combo7" ref="/root/formData/NO_ORD_CAUS_CD" disabled="true" appearance="minimal" editmode="inputsearch" style="left:618px; top:25px; width:63px; height:20px; text-align:left; ">
- <choices>
- <itemset nodeset="/root/codeData/COMM_CODE_RESULT_VO/COMM_CODE_RESULT_Row[LG_CD = 'E01010']">
- <label ref="SM_CFNM"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="combo8" ref="/root/formData/SLAB_STOCK_TYPE" appearance="minimal" style="left:679px; top:0px; width:60px; height:20px; ">
- <choices>
- <item>
- <label>轧回坯</label>
- <value>4</value>
- </item>
- <item>
- <label>加回</label>
- <value>3</value>
- </item>
- <item>
- <label>----</label>
- <value/>
- </item>
- </choices>
- </select1>
- <caption id="caption14" class="cell" style="left:744px; top:0px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">成分等级</caption>
- <line id="line5" style="x1:973px; y1:0px; x2:978px; y2:0px; "/>
- <select1 id="combo9" ref="/root/formData/SLAB_INGR_DEC_GRD" appearance="minimal" style="left:804px; top:0px; width:55px; height:20px; ">
- <choices>
- <item>
- <label>不合格</label>
- <value>2</value>
- </item>
- <item>
- <label>----</label>
- <value/>
- </item>
- <item>
- <label>合格</label>
- <value>1</value>
- </item>
- <item>
- <label>化废</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <select1 id="combo10" ref="/root/formData/CHANDI" appearance="minimal" style="left:554px; top:0px; width:60px; height:20px; ">
- <choices>
- <item>
- <label>一钢</label>
- <value>一钢</value>
- </item>
- <item>
- <label>二钢</label>
- <value>二钢</value>
- </item>
- <item>
- <label>三钢</label>
- <value>三钢</value>
- </item>
- <item>
- <label>---</label>
- <value/>
- </item>
- </choices>
- </select1>
- <select1 id="combo11" ref="/root/formData/SLAB_MIN_WTH" appearance="minimal" editmode="input" style="left:357px; top:25px; width:60px; height:20px; text-align:left; ">
- <choices>
- <itemset nodeset="/root/codeData/COMM_CODE_RESULT_VO/COMM_CODE_RESULT_Row[LG_CD = 'D01001']">
- <label ref="SM_CD"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="combo12" ref="/root/formData/SLAB_MAX_WTH" appearance="minimal" editmode="input" style="left:424px; top:25px; width:65px; height:20px; text-align:left; ">
- <choices>
- <itemset nodeset="/root/codeData/COMM_CODE_RESULT_VO/COMM_CODE_RESULT_Row[LG_CD = 'D01001']">
- <label ref="SM_CD"/>
- <value ref="SM_CD"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption15" class="cell" style="left:297px; top:25px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">宽度范围</caption>
- <line id="line6" style="x1:418px; y1:35px; x2:423px; y2:35px; "/>
- <caption id="caption16" class="cell" style="left:0px; top:50px; width:80px; height:20px; font-weight:bold; border-color:#000000; ">热轧入库</caption>
- <caption id="caption17" class="cell" style="left:280px; top:50px; width:80px; height:20px; font-weight:bold; border-color:#000000; ">热轧出库</caption>
- <line id="line7" style="x1:455px; y1:60px; x2:460px; y2:60px; "/>
- <line id="line8" style="x1:175px; y1:60px; x2:180px; y2:60px; "/>
- <input id="input2" ref="/root/formData/FROM_STOCK_EXT_DTIME" class="input" inputtype="date" style="left:360px; top:50px; width:95px; height:20px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(model.getValue("/root/formData/toDate") == null || model.getValue("/root/formData/toDate") == ""||
- model.getValue("/root/formData/fromDate") > model.getValue("/root/formData/toDate")){
- model.setValue("/root/formData/toDate",model.getValue("/root/formData/fromDate"));
- input2.refresh();
- }
- ]]>
- </script>
- </input>
- <input id="input4" ref="/root/formData/TO_STOCK_EXT_DTIME" class="input" inputtype="date" style="left:460px; top:50px; width:95px; height:20px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(model.getValue("/root/formData/fromDate") == null || model.getValue("/root/formData/fromDate") == ""||
- model.getValue("/root/formData/fromDate") > model.getValue("/root/formData/toDate")){
- model.setValue("/root/formData/fromDate",model.getValue("/root/formData/toDate"));
- input1.refresh();
- }
- ]]>
- </script>
- </input>
- <input id="input5" ref="/root/formData/FROM_STOCK_ENT_DTIME" class="input" inputtype="date" style="left:80px; top:50px; width:95px; height:20px; "/>
- <input id="input6" ref="/root/formData/TO_STOCK_ENT_DTIME" class="input" inputtype="date" style="left:180px; top:50px; width:95px; height:20px; "/>
- <input id="input7" ref="/root/formData/BOF_STAT_TIME_FRM" class="input" inputtype="date" style="left:765px; top:25px; width:95px; height:20px; "/>
- <caption id="caption18" class="cell" style="left:685px; top:25px; width:80px; height:20px; font-weight:bold; border-color:#000000; ">冶 炼 时 间</caption>
- <input id="input8" ref="/root/formData/BOF_STAT_TIME_TO" class="input" inputtype="date" style="left:865px; top:25px; width:95px; height:20px; "/>
- <line id="line9" style="x1:860px; y1:35px; x2:865px; y2:35px; "/>
- <caption id="caption19" class="cell" style="left:560px; top:50px; width:80px; height:20px; font-weight:bold; border-color:#000000; ">铸机</caption>
- <select1 id="combo13" ref="/root/formData/CC_DEVNO" disabled="false" appearance="minimal" editmode="inputsearch" style="left:640px; top:50px; width:63px; height:20px; text-align:left; ">
- <choices>
- <item>
- <label>--全部--</label>
- <value/>
- </item>
- <item>
- <label>一号机</label>
- <value>J1</value>
- </item>
- <item>
- <label>二号机</label>
- <value>J2</value>
- </item>
- <item>
- <label>三号机</label>
- <value>J3</value>
- </item>
- </choices>
- </select1>
- <input id="input9" ref="/root/formData/FROM_SMS_EXT_DTIME" class="input" inputtype="date" style="left:360px; top:75px; width:95px; height:20px; "/>
- <caption id="caption20" class="cell" style="left:0px; top:75px; width:80px; height:20px; font-weight:bold; border-color:#000000; ">炼钢入库</caption>
- <caption id="caption21" class="cell" style="left:280px; top:75px; width:80px; height:20px; font-weight:bold; border-color:#000000; ">炼钢出库</caption>
- <input id="input10" ref="/root/formData/TO_SMS_EXT_DTIME" class="input" inputtype="date" style="left:460px; top:75px; width:95px; height:20px; "/>
- <input id="input11" ref="/root/formData/FROM_SMS_ENT_DTIME" class="input" inputtype="date" style="left:80px; top:75px; width:95px; height:20px; "/>
- <input id="input12" ref="/root/formData/TO_SMS_ENT_DTIME" class="input" inputtype="date" style="left:180px; top:75px; width:95px; height:20px; "/>
- <button id="button7" visibility="visible" style="left:580px; top:75px; width:90px; height:20px; font-family:黑体; color:#3366ff; background-color:#ffffff; ">
- <caption>导出EXCEL</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(datagrid1.rows<1){
- window.alert("无数据源,请先查询.", "提示");
- return;
- }
-
- var jsonMerges="[{'name':'y','x':0,'y':0,'cnt':1}]";
- var _cnt = datagrid1.selectedRows;
- commonOutExcel('dataLSMX1',datagrid1.caption,'/root/grid/SLAB_YARD_INFO_RESULT_VO','UIH090060-service',jsonMerges,'xls');
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|