| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628 |
- <?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[热轧作业>>钢卷库管理>>库存数据查询(UIH051100)]]>
- </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/>
- <YCYY/>
- <sql_ord_fl2/>
- <ORD_DEVLMT_DATE/>
- <DLIV_TP/>
- <COIL_DEFECTIVE/>
- <SMP_SEND_DTIME/>
- <XSQY/>
- <RCVORD_CLF/>
- <PROD_LINE/>
- <PRODNM_CD/>
- <DLIV_TP1/>
- <SPM_TYPE/>
- <ROLLFR/>
- <ROLLTO/>
- </formData>
- <reqData/>
- <resData/>
- <grid1/>
- <sumData>
- <SUM_COILRST_CNT/>
- <SUM_COILRST_WGT/>
- </sumData>
- <boolData>
- <qk_yn/>
- <ord_fl/>
- </boolData>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/bCommon.js"/>
- <script type="javascript" src="../../js/b01.js"/>
- <script type="javascript">
- <![CDATA[
- function excelExport(){
- return datagrid1;
- }
- function find()
- {
- datagrid1.rebuildStyle();
- commSendReq("/root/formData");
- commSubmit("UIH051100-service","find","glueAction.do");
-
- commAppendData("/root/grid1/UIH051100_RESULT_VO","/root/resData/UIH051100_RESULT_VO");
-
- 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();
- //综合判定不合格的,给于红颜色的提示.待判
- 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";
- }
- }
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <caption id="caption10" class="cell" style="left:810px; top:90px; width:70px; height:20px; font-weight:bold; background-color:#ffcc00; border-color:#000000; ">重量合计</caption>
- <caption id="caption1" class="cell" style="left:631px; top:0px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">垛 位</caption>
- <caption id="caption11" style="left:775px; top:90px; width:30px; height:20px; font-weight:bold; ">卷</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="caption2" class="cell" style="left:0px; top:0px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">钢 卷 号</caption>
- <caption id="caption12" style="left:960px; top:90px; width:20px; height:20px; font-weight:bold; ">吨</caption>
- <caption id="caption3" class="cell" style="left:167px; top:0px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">钢 号</caption>
- <caption id="caption13" class="cell" style="left:410px; top:25px; width:85px; height:20px; font-weight:bold; border-color:#000000; ">入库时间</caption>
- <caption id="caption4" class="cell" style="left:465px; top:0px; width:50px; height:20px; font-weight:bold; border-color:#000000; ">宽 度</caption>
- <caption id="caption5" class="cell" style="left:336px; top:0px; width:49px; height:20px; font-weight:bold; border-color:#000000; ">厚 度</caption>
- <line id="line2" style="x1:730px; y1:120px; x2:790px; y2:120px; "/>
- <select1 id="combo5" ref="/root/formData/ORD_FL" appearance="minimal" editmode="inputsearch" style="left:239px; 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[
- model.setValue("/root/formData/sql_ord_fl2","");
- var sqlStr = "";
- if(model.getValue("/root/formData/ORD_FL") == "1"){
- combo3.disabled = true;
- combo3.refresh();
- 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"){
- combo3.disabled = false;
- combo3.refresh();
- 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"){
- combo3.disabled = true;
- combo3.refresh();
- sqlStr = " AND (A.QK_YN = 'Y')".toString();
- }
- model.setValue("/root/formData/sql_ord_fl2",sqlStr);
- model.setValue("/root/formData/sql_ord_fl",sqlStr);
- ]]>
- </script>
- </select1>
- <input id="input1" ref="/root/formData/COIL_NO" style="left:71px; top:0px; width:90px; height:20px; "/>
- <line id="line3" style="x1:880px; y1:120px; x2:960px; y2:120px; "/>
- <caption id="caption7" class="cell" style="left:-1px; top:25px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">合 同 号</caption>
- <input id="input2" ref="/root/formData/CUR_LOAD_LOC" style="left:702px; top:0px; width:83px; height:20px; "/>
- <line id="line4" style="x1:573px; y1:35px; x2:578px; y2:35px; "/>
- <caption id="caption8" class="cell" style="left:167px; 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; "/>
- <output id="output1" ref="/root/sumData/SUM_COILRST_CNT" style="left:715px; top:90px; width:60px; height:20px; text-align:center; "/>
- <caption id="caption9" class="cell" style="left:645px; top:90px; width:70px; height:20px; font-weight:bold; background-color:#ffcc00; border-color:#000000; ">卷数合计</caption>
- <input id="input4" ref="/root/formData/COIL_WTH_MIN" style="left:515px; top:0px; width:45px; height:20px; "/>
- <input id="input5" ref="/root/formData/FROM_DATE" class="input" inputtype="date" style="left:498px; top:25px; width:75px; 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>
- <output id="output2" ref="/root/sumData/SUM_COILRST_WGT" style="left:880px; top:90px; width:80px; height:20px; text-align:center; "/>
- <input id="input6" ref="/root/formData/TO_DATE" class="input" inputtype="date" style="left:580px; top:25px; width:75px; 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, 100, 60, 100, 100, 65, 48, 40, 40, 40, 40, 40, 40, 50, 60, 72, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 35, 100, 100, 70, 30, 39, 40, 34, 39, 37, 33, 100, 100, 100, 100, 100, 100, 100, 60, 80, 80, 60, 31, 100, 100, 100, 50, 100, 100" explorerbar="sortshow" frozencols="2" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:120px; width:980px; height:490px; ">
- <col ref="SEQ" visibility="hidden"/>
- <col editable="false" ref="OLD_SAMPL_NO" type="input" style="text-align:left; "/>
- <col ref="PRD_TY" style="text-align:left; "/>
- <col editable="false" ref="SPEC_STL_GRD" type="input" style="text-align:left; "/>
- <col editable="false" ref="BEF_SPEC_STL_GRD" type="input" style="text-align:left; "/>
- <col editable="false" ref="ROLL_MANA_NO" type="input" style="text-align:left; "/>
- <col editable="false" ref="ROLL_SLAB_SEQ" type="input" style="text-align:left; "/>
- <col editable="false" ref="COIL_THK" type="input" style="text-align:right; "/>
- <col editable="false" ref="COIL_WTH" type="input" style="text-align:right; "/>
- <col editable="false" ref="INSTR_COIL_THK" type="input" style="text-align:right; "/>
- <col editable="false" ref="INSTR_COIL_WTH" type="input" style="text-align:right; "/>
- <col editable="false" ref="DCS_THK" type="input" style="text-align:right; "/>
- <col editable="false" ref="DCS_WTH" type="input" style="text-align:right; "/>
- <col editable="false" ref="ACT_WGT" type="input" style="text-align:right; "/>
- <col editable="false" ref="CUR_LOAD_LOC" type="input" style="text-align:left; "/>
- <col editable="false" ref="RZHQX" type="input" style="text-align:left; "/>
- <col editable="false" ref="YARD_ENTRY_DTIME" type="input" format="yyyy-mm-dd hh:nn:ss" style="text-align:left; "/>
- <col editable="false" ref="YARD_ENTRY_USE_TIME" type="input" format="yyyy-mm-dd hh:nn:ss" style="text-align:left; "/>
- <col editable="false" ref="MILL_DTIME" type="input" format="yyyy-mm-dd hh:nn:ss"/>
- <col editable="false" ref="SMP_SEND_DTIME" type="input" format="yyyy-mm-dd hh:nn:ss"/>
- <col ref="GET_SEND_DTIME" style="text-align:left; "/>
- <col editable="false" ref="SMP_INTO_DTIME" type="input" format="yyyy-mm-dd hh:nn:ss"/>
- <col editable="false" ref="SMP_WORK_DTIME" type="input" format="yyyy-mm-dd hh:nn:ss" style="text-align:left; "/>
- <col ref="EXTSHAPE_DEC_DTIME"/>
- <col editable="false" ref="QLTY_DCS_DTIME" type="input" format="yyyy-mm-dd hh:nn:ss" style="text-align:left; "/>
- <col ref="TO_YANG_DTIME" style="text-align:left; "/>
- <col ref="YZCS_DTIME" style="text-align:left; "/>
- <col ref="AFFIRMTIME" style="text-align:left; "/>
- <col explorerbar="sortshow" ref="YARD_ENTRY_REG" style="text-align:left; "/>
- <col disabled="true" ref="YARD_ENTRY_SHIFT" type="combo" style="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>
- </choices>
- </col>
- <col disabled="true" ref="YARD_ENTRY_GROUP" type="combo" style="text-align:left; ">
- <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" style="text-align:left; "/>
- <col disabled="true" ref="ORD_FL" style="text-align:left; "/>
- <col ref="ORD_PLAN_DATA" style="text-align:left; "/>
- <col ref="ORD_DEVLMT_DATE" style="text-align:left; "/>
- <col editable="false" ref="ORD_NO" type="input" style="text-align:right; "/>
- <col editable="false" ref="ORD_SEQ" type="input" style="text-align:right; "/>
- <col ref="TOT_DEC_GRD" style="text-align:left; "/>
- <col ref="INGR_DEC_GRD" style="text-align:left; "/>
- <col ref="MATRL_END_CAUSE_CD" style="text-align:left; "/>
- <col ref="SIZE_DEC_RST" style="text-align:left; "/>
- <col ref="EXTSHAPE_DEC_GRD" style="text-align:left; "/>
- <col ref="WGT_DEC_RST" style="text-align:left; "/>
- <col editable="false" ref="TOT_DEC_DTIME" type="input" visibility="hidden" format="yyyy-mm-dd hh:nn" style="text-align:left; "/>
- <col ref="COIL_DEFECTIVE" style="text-align:left; "/>
- <col ref="BEF_MATRL_END_CAUSE_CD" style="text-align:left; "/>
- <col ref="BEF_EXTSHAPE_DEC_GRD" style="text-align:left; "/>
- <col ref="CHARGE_NO" style="text-align:left; "/>
- <col ref="ORDCUST_CD" style="text-align:left; "/>
- <col ref="STATIONCODE" style="text-align:left; "/>
- <col ref="DLIV_TP" style="text-align:left; "/>
- <col ref="XSQY" style="text-align:left; "/>
- <col ref="RCVORD_CLF" style="text-align:left; "/>
- <col ref="PROD_LINE" style="text-align:left; "/>
- <col ref="FB_YN" style="text-align:left; "/>
- <col ref="FB_REASON" style="text-align:left; "/>
- <col ref="YC_MEMO"/>
- <col ref="YC_GSDW"/>
- <col ref="REMARKS" type="input" style="text-align:left; "/>
- <col ref="HCOLOUR_REM" style="text-align:left; "/>
- <col ref="REM_YARD" style="text-align:left; "/>
- </datagrid>
- <input id="input7" ref="/root/formData/COIL_THK_MIN" style="left:385px; top:0px; width:30px; height:20px; "/>
- <select1 id="combo2" ref="/root/formData/CUR_PROG_CD" appearance="minimal" editmode="inputsearch" style="left:862px; top:0px; 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>运送待机</label>
- <value>SFB</value>
- </item>
- <item>
- <label>平整指示待机</label>
- <value>SPA</value>
- </item>
- <item>
- <label>平整作业待机</label>
- <value>SPB</value>
- </item>
- <item>
- <label>冷轧运送待机</label>
- <value>SGB</value>
- </item>
- <item>
- <label/>
- <value/>
- </item>
- </choices>
- </select1>
- <caption id="caption6" class="cell" style="left:790px; top:0px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">进程状态</caption>
- <line id="line1" style="x1:415px; y1:10px; x2:430px; y2:10px; "/>
- <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; "/>
- <line id="line5" style="x1:560px; y1:10px; x2:575px; y2:10px; "/>
- <select1 id="combo3" ref="/root/formData/YCYY" disabled="true" appearance="minimal" editmode="inputsearch" style="left:330px; top:25px; width:60px; 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>尺寸</label>
- <value>4</value>
- </item>
- <item>
- <label>外观</label>
- <value>5</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/formData/sql_ord_fl","");
- var sqlStr = model.getValue("/root/formData/sql_ord_fl2");
- if(model.getValue("/root/formData/YCYY") == "1"){
- sqlStr = sqlStr + " AND NVL(A.TOT_DEC_GRD,9) NOT IN ('1','9') ".toString();
- }else if(model.getValue("/root/formData/YCYY") == "2"){
- sqlStr = sqlStr + " AND NVL(A.INGR_DEC_GRD,9) NOT IN ('0','1','9') ".toString();
- }else if(model.getValue("/root/formData/YCYY") == "3"){
- sqlStr = sqlStr + " AND NVL(A.MATLQLTY_DEC_GRD,9) NOT IN ('0','1','9') ".toString();
- }else if(model.getValue("/root/formData/YCYY") == "4"){
- sqlStr = sqlStr + " AND NVL(A.SIZE_DEC_RST,9) NOT IN ('1','9') ".toString();
- }else if(model.getValue("/root/formData/YCYY") == "5"){
- sqlStr = sqlStr + " AND NVL(A.EXTSHAPE_DEC_GRD,9) NOT IN ('1','9')".toString();
- }
- model.setValue("/root/formData/sql_ord_fl",sqlStr);
- ]]>
- </script>
- </select1>
- <caption id="caption14" class="cell" style="left:660px; top:25px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">运输方式</caption>
- <select1 id="combo4" ref="/root/formData/DLIV_TP" appearance="minimal" editmode="inputsearch" style="left:730px; top:25px; width:50px; height:20px; text-align:left; ">
- <choices>
- <item>
- <label>火运</label>
- <value>T</value>
- </item>
- <item>
- <label>汽运</label>
- <value>C</value>
- </item>
- <item>
- <label/>
- <value/>
- </item>
- </choices>
- </select1>
- <caption id="caption15" class="cell" style="left:790px; top:25px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">交货期</caption>
- <input id="input10" ref="/root/formData/ORD_DEVLMT_DATE" class="input" inputtype="date" style="left:860px; top:25px; width:115px; height:20px; "/>
- <select1 id="combo6" ref="/root/formData/COIL_DEFECTIVE" appearance="minimal" style="left:860px; top:50px; width:115px; 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:790px; top:50px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">次品区分</caption>
- <caption id="caption16" class="cell" style="left:0px; top:50px; width:70px; 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="caption24" class="cell" style="left:167px; top:50px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">销售区域</caption>
- <input id="input12" ref="/root/formData/XSQY" style="left:239px; top:50px; width:100px; height:20px; "/>
- <caption id="caption17" class="cell" style="left:170px; top:75px; width:70px; height:20px; font-weight:bold; vertical-align:middle; ">产品类型</caption>
- <select1 id="combo8" ref="/root/formData/DLIV_TP1" appearance="minimal" editmode="inputsearch" style="left:730px; top:50px; width:50px; height:20px; text-align:left; ">
- <choices>
- <item>
- <label>火运</label>
- <value>T</value>
- </item>
- <item>
- <label>汽运</label>
- <value>C</value>
- </item>
- <item>
- <label/>
- <value/>
- </item>
- </choices>
- </select1>
- <caption id="caption19" class="cell" style="left:660px; top:50px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">下车方式</caption>
- <caption id="caption20" class="cell" style="left:0px; top:75px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">合同类型</caption>
- <select1 id="combo9" ref="/root/formData/RCVORD_CLF" appearance="minimal" editmode="inputsearch" style="left:70px; top:75px; width:90px; height:20px; text-align:left; ">
- <choices>
- <item>
- <label>自用合同</label>
- <value>E</value>
- </item>
- <item>
- <label>现款合同</label>
- <value>K</value>
- </item>
- <item>
- <label>直销合同</label>
- <value>L</value>
- </item>
- <item>
- <label>清库合同</label>
- <value>M</value>
- </item>
- <item>
- <label>协议合同</label>
- <value>S</value>
- </item>
- <item>
- <label>厂内合同</label>
- <value>T</value>
- </item>
- <item>
- <label>外贸合同</label>
- <value>W</value>
- </item>
- <item>
- <label/>
- <value/>
- </item>
- </choices>
- </select1>
- <caption id="caption21" class="cell" style="left:350px; top:50px; width:45px; height:20px; font-weight:bold; border-color:#000000; ">产 线</caption>
- <select1 id="combo10" ref="/root/formData/PROD_LINE" appearance="minimal" editmode="inputsearch" style="left:395px; top:50px; width:75px; height:20px; text-align:left; ">
- <choices>
- <item>
- <label>冷轧厂</label>
- <value>C</value>
- </item>
- <item>
- <label>热轧厂</label>
- <value>H</value>
- </item>
- <item>
- <label>厚板厂</label>
- <value>P</value>
- </item>
- <item>
- <label>中板厂</label>
- <value>Z</value>
- </item>
- <item>
- <label/>
- <value/>
- </item>
- </choices>
- </select1>
- <caption id="caption22" class="cell" style="left:485px; top:50px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">SPM类型</caption>
- <select1 id="combo11" ref="/root/formData/SPM_TYPE" appearance="minimal" editmode="inputsearch" style="left:555px; top:50px; width:100px; 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>重卷</label>
- <value>4</value>
- </item>
- <item>
- <label>开卷检查</label>
- <value>5</value>
- </item>
- <item>
- <label/>
- <value/>
- </item>
- </choices>
- </select1>
- <input id="combo105" ref="/root/formData/PRODNM_CD" inputtype="button" appearance="minimal" style="left:240px; top:75px; width:100px; height:20px; ">
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //修改订单类型,可以多选。TL 091125
- checkbox2.visible = (checkbox2.visible == false);
- ]]>
- </script>
- </input>
- <select id="checkbox2" ref="/root/formData/PRODNM_CD" visibility="hidden" overflow="visible" appearance="full" style="left:240px; top:95px; width:100px; height:20px; background-color:#ffff99; border-width:1px; border-style:none; ">
- <choices>
- <item>
- <label>全部</label>
- <value/>
- </item>
- <item>
- <label>热轧卷</label>
- <value>AR</value>
- </item>
- <item>
- <label>酸轧卷</label>
- <value>CR</value>
- </item>
- <item>
- <label>分卷板</label>
- <value>FJ</value>
- </item>
- <item>
- <label>花纹卷</label>
- <value>HW</value>
- </item>
- <item>
- <label>开平板</label>
- <value>KP</value>
- </item>
- <item>
- <label>平整卷</label>
- <value>PZ</value>
- </item>
- <item>
- <label>花纹开平</label>
- <value>HK</value>
- </item>
- <item>
- <label>连退卷</label>
- <value>LT</value>
- </item>
- <item>
- <label>酸洗卷</label>
- <value>SX</value>
- </item>
- </choices>
- </select>
- <button id="button1" visibility="hidden" style="left:790px; top:70px; width:100px; height:20px; ">
- <caption>button1</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- find();
- ]]>
- </script>
- </button>
- <input id="input20" ref="/root/formData/ROLLTO" style="left:525px; top:75px; width:80px; height:20px; "/>
- <caption id="caption23" class="cell" style="left:350px; top:75px; width:95px; height:20px; font-weight:bold; border-color:#000000; ">轧制单元</caption>
- <input id="input19" ref="/root/formData/ROLLFR" style="left:445px; top:75px; width:80px; height:20px; "/>
- <button id="button2" style="left:570px; top:95px; width:60px; height:20px; font-family:黑体; color:#3366ff; background-color:#ffffff; ">
- <caption>导出</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //saveExcelScript(datagrid1, "Sheet1");
- if(datagrid1.rows<=2){
- window.alert("无数据源,请先查询.", "提示");
- return;
- }
-
- var jsonMerges="[{'name':'y','x':0,'y':0,'cnt':1}]";
- var _cnt = datagrid1.selectedRows;
- commonOutExcel('KCCX',datagrid1.caption,'/root/grid1/UIH051100_RESULT_VO','UIH090060-service',jsonMerges,'xls');
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|