123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634 |
- <%@ page contentType="text/html; charset=utf-8" session="false" %>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
- <head>
- <title>我的工作台</title>
- <%@ include file="../common/header.jsp" %>
- <script type="text/javascript" src="${contextPath }/js/calendar/WdatePicker.js"></script>
- <link type="text/css" rel="stylesheet" href="${contextPath}/css/themes/easyui.css" />
- <script type="text/javascript" src="${contextPath }/js/jquery.easyui.min.js"></script>
- <script type="text/javascript" language="javascript" src="${contextPath}/js/highslide.js"></script>
- <script type="text/javascript">
- var mydata,currentId="",loadfl2=0,loadfl3=0,loadfl4=0,loadfl5=0,loadfl6=0,loadfl7=0,loadfl8=0,loadfl9=0,loadfl10=0,loadfl11=0,loadfl12=0,loadfl13=0,loadfl14=0,loadfl15=0,loadfl16=0,panelCHeight=0,panelSHeight=0;
- $(document).ready( function() {
- $("input.datebox").bind("click", function() {WdatePicker();});
- setNowDate();
- loadList(); //加载jqgrid
-
- $("#dl1Result").load("${contextPath }/admin/recipeplan/plan1.html");
- $("#dl2Result").load("${contextPath }/admin/recipeplan/plan2.html");
-
- panelC = $("body").layout("panel","center").panel();
- panelCHeight = panelC.height();
- $("#list").jqGrid("setGridHeight",panelC.height()-125);
- $("#list").jqGrid("setGridWidth",document.body.clientWidth-30);
-
- $("body").layout("panel","south").panel({
- onClose: function(){
- panelC = $("body").layout("panel","center").panel();
- $("#list").jqGrid("setGridHeight",panelC.height()-120);
- $("#list").jqGrid("setGridWidth",document.body.clientWidth - 20);
- },
- onResize: function(){
- panelS = $("body").layout("panel","south").panel();
- panelCHeight = document.body.clientHeight - panelS.height();
- $("#list").jqGrid("setGridHeight",panelCHeight-200);
- $("#p1list").jqGrid("setGridHeight",panelS.height()-50);
- $("#p2list").jqGrid("setGridHeight",panelS.height()-50);
- $("#list").jqGrid("setGridWidth",document.body.clientWidth - 30);
- }
- });
-
- });
- $(window).resize(function(){
- $("#list").jqGrid("setGridWidth",document.body.clientWidth-20);
- });
-
- //jqgrid初始化
- function loadList(){
- jQuery("#list").jqGrid({
- datatype: "local", //从服务器端返回的数据类型,(表格期望接收的数据类型)。可选类型:xml,xmlstring,json,local,function
- height: 150, //高度
- colNames:["主键","计划名称","TMR", "驾驶员", "已执行", "班次", "发料顺序", "理论量", "时间","发料1","发料2","发料3","发料4","发料5","发料6","发料7","发料8","发料9","发料10","发料11","发料12","发料13","发料14","发料15","发料16"], //列名
- colModel:[
- {
- name: "ID",
- index: "ID",
- width: 1,
- align: "center",
- sorttype: "string",
- hidden: true
- },
- {
- name: "ProjName",
- index: "ProjName",
- width: 70,
- align: "center",
- sorttype: "string"
- },
- {
- name: "TNAME",
- index: "TNAME",
- width: 70,
- align: "center",
- sorttype: "int"
- },
- {
- name: "DNAME",
- index: "DNAME",
- width: 70,
- align: "center",
- sorttype: "int",
- editable: true,
- edittype: "select",
- editoptions:{
- dataUrl: "${contextPath }/admin/basicdata/tmrselect.html"
- }
- },
- {
- name: "HaveButton", //对应数据库字段
- index: "HaveButton", //按照哪个字段进行排序
- width: 70,
- align: "center", //显示位置
- sorttype: "string", //字段类型
- formatter: "checkbox",
- formatoptions: {disabled:true},
- edittype: "checkbox", //可以编辑的类型。可选值:text, textarea, select, checkbox, password, button, image and file.
- editoptions: {value:"Yes:No"} //默认值 和下拉框的默认值不同
- },
- {
- name: "Times",
- index: "Times",
- width: 70,
- align: "center",
- sorttype: "string"
- },
- {
- name: "Sort",
- index: "Sort",
- width: 70,
- align: "center",
- sorttype: "string"
- },
- {
- name: "LWEIGHT",
- index: "LWEIGHT",
- width: 70,
- align: "center",
- sorttype: "string"
- },
- {
- name: "beginTime",
- index: "beginTime",
- width: 70,
- align: "center",
- sorttype: "string"
- },
- {name: "FL1",index: "FL1",width: 70,align: "center",sorttype: "string"},
- {name: "FL2",index: "FL2",width: 70,align: "center",sorttype: "string"},
- {name: "FL3",index: "FL3",width: 70,align: "center",sorttype: "string"},
- {name: "FL4",index: "FL4",width: 70,align: "center",sorttype: "string"},
- {name: "FL5",index: "FL5",width: 70,align: "center",sorttype: "string"},
- {name: "FL6",index: "FL6",width: 70,align: "center",sorttype: "string"},
- {name: "FL7",index: "FL7",width: 70,align: "center",sorttype: "string"},
- {name: "FL8",index: "FL8",width: 70,align: "center",sorttype: "string"},
- {name: "FL9",index: "FL9",width: 70,align: "center",sorttype: "string"},
- {name: "FL10",index: "FL10",width: 70,align: "center",sorttype: "string"},
- {name: "FL11",index: "FL11",width: 80,align: "center",sorttype: "string"},
- {name: "FL12",index: "FL12",width: 80,align: "center",sorttype: "string"},
- {name: "FL13",index: "FL13",width: 80,align: "center",sorttype: "string"},
- {name: "FL14",index: "FL14",width: 80,align: "center",sorttype: "string"},
- {name: "FL15",index: "FL15",width: 80,align: "center",sorttype: "string"},
- {name: "FL16",index: "FL16",width: 80,align: "center",sorttype: "string"}
- ],
-
- cellEdit: true,
- cellsubmit: "clientArray", //当单元格发生变化后不直接发送请求、"remote"默认直接发送请求
-
- afterSaveCell: function(rowid,name,val,iRow,iCol) {
- var rowData = $("#list").jqGrid("getRowData",rowid);
- $.ajax({
- async: false,
- type: 'POST',
- dataType:'json', //返回类型jsond
- data: "ID="+rowData.ID+"&colValue="+val,
- url: "${contextPath }/admin/recipeplan/dateplanupdatedyg.html",
- error: function(){alert("系统错误");},
- success: function(json){
- }
- });
- },
- onSelectCell: function(rowid){
- var selId = $("#list").jqGrid("getGridParam","selrow"); //获取当前选中行号
- var rowData = $("#list").jqGrid("getRowData",selId); //获取当前选中行真实对象
- $("#currentpId").val(rowData.ID);
- if(currentId != rowData.ID){
- currentId = rowData.ID;
- $("#dl1Result").load("${contextPath }/admin/recipeplan/plan1.html");
- $("#dl2Result").load("${contextPath }/admin/recipeplan/plan2.html");
- }
- //获取该车次的类型
- getLpplanType();
- },
- afterEditCell: function(rowid){
- //$("#list").jqGrid("setGridHeight",$(window).height() - 340);
- var selId = $("#list").jqGrid("getGridParam","selrow"); //获取当前选中行号
- var rowData = $("#list").jqGrid("getRowData",selId); //获取当前选中行真实对象
- $("#currentpId").val(rowData.ID);
- if(currentId != rowData.ID){
- currentId = rowData.ID;
- $("#dl1Result").load("${contextPath }/admin/recipeplan/plan1.html");
- $("#dl2Result").load("${contextPath }/admin/recipeplan/plan2.html");
- }
- //获取该车次的类型
- getLpplanType();
- },
- pager: "#page", //#page分页控件绑定的位置对象
- pginput: false, //不显示分页文本框
- pgbuttons: false, //不显示翻页按钮
- autowidth: true, //自动调节宽度
- rowNum: 1000, //每页显示条数
- sortname: "SORT" //按SORT进行排序 默认asc
-
- });
-
- //获取数据集
- mydata = getLists();
-
- if(mydata!=null){
- for(var i=0;i<=mydata.length;i++){
- jQuery("#list").jqGrid('addRowData',i+1,mydata[i]);
- }
- jQuery("#list").jqGrid().trigger("reloadGrid"); //添加完数据后客户端自动刷新一次、实现客户端数据与服务器数据的完全分离
- }
-
- var ids = $("#list").jqGrid("getDataIDs");
- for ( var i = 0; i < ids.length; i++) {
- var rowData = $("#list").jqGrid("getRowData",ids[i]);
-
- var FL2 = rowData.FL2.length;
- var FL3 = rowData.FL3.length;
- var FL4 = rowData.FL4.length;
- var FL5 = rowData.FL5.length;
- var FL6 = rowData.FL6.length;
- var FL7 = rowData.FL7.length;
- var FL8 = rowData.FL8.length;
- var FL9 = rowData.FL9.length;
- var FL10 = rowData.FL10.length;
- var FL11 = rowData.FL11.length;
- var FL12 = rowData.FL12.length;
- var FL13 = rowData.FL13.length;
- var FL14 = rowData.FL14.length;
- var FL15 = rowData.FL15.length;
- var FL16 = rowData.FL16.length;
-
- if(FL2 > 0){
- loadfl2++;
- }
- if(FL3 > 0){
- loadfl3++;
- }
- if(FL4 > 0){
- loadfl4++;
- }
- if(FL5 > 0){
- loadfl5++;
- }
- if(FL6 > 0){
- loadfl6++;
- }
- if(FL7 > 0){
- loadfl7++;
- }
- if(FL8 > 0){
- loadfl8++;
- }
- if(FL9 > 0){
- loadfl9++;
- }
- if(FL10 > 0){
- loadfl10++;
- }
- if(FL11 > 0){
- loadfl11++;
- }
- if(FL12 > 0){
- loadfl12++;
- }
- if(FL13 > 0){
- loadfl13++;
- }
- if(FL14 > 0){
- loadfl14++;
- }
- if(FL15 > 0){
- loadfl15++;
- }
- if(FL16 > 0){
- loadfl16++;
- }
- }
-
- if(loadfl2 == 0){
- $("#list").jqGrid("hideCol","FL2");
- }else{
- $("#list").jqGrid("showCol","FL2");
- }
- if(loadfl3 == 0){
- $("#list").jqGrid("hideCol","FL3");
- }else{
- $("#list").jqGrid("showCol","FL3");
- }
- if(loadfl4 == 0){
- $("#list").jqGrid("hideCol","FL4");
- }else{
- $("#list").jqGrid("showCol","FL4");
- }
- if(loadfl5 == 0){
- $("#list").jqGrid("hideCol","FL5");
- }else{
- $("#list").jqGrid("showCol","FL5");
- }
- if(loadfl6 == 0){
- $("#list").jqGrid("hideCol","FL6");
- }else{
- $("#list").jqGrid("showCol","FL6");
- }
- if(loadfl7 == 0){
- $("#list").jqGrid("hideCol","FL7");
- }else{
- $("#list").jqGrid("showCol","FL7");
- }
- if(loadfl8 == 0){
- $("#list").jqGrid("hideCol","FL8");
- }else{
- $("#list").jqGrid("showCol","FL8");
- }
- if(loadfl9 == 0){
- $("#list").jqGrid("hideCol","FL9");
- }else{
- $("#list").jqGrid("showCol","FL9");
- }
- if(loadfl10 == 0){
- $("#list").jqGrid("hideCol","FL10");
- }else{
- $("#list").jqGrid("showCol","FL10");
- }
- if(loadfl11 == 0){
- $("#list").jqGrid("hideCol","FL11");
- }else{
- $("#list").jqGrid("showCol","FL11");
- }
- if(loadfl12 == 0){
- $("#list").jqGrid("hideCol","FL12");
- }else{
- $("#list").jqGrid("showCol","FL12");
- }
- if(loadfl13 == 0){
- $("#list").jqGrid("hideCol","FL13");
- }else{
- $("#list").jqGrid("showCol","FL13");
- }
- if(loadfl14 == 0){
- $("#list").jqGrid("hideCol","FL14");
- }else{
- $("#list").jqGrid("showCol","FL14");
- }
- if(loadfl15 == 0){
- $("#list").jqGrid("hideCol","FL15");
- }else{
- $("#list").jqGrid("showCol","FL15");
- }
- if(loadfl16 == 0){
- $("#list").jqGrid("hideCol","FL16");
- }else{
- $("#list").jqGrid("showCol","FL16");
- }
-
- }
-
- //获取服务器数据
- function getLists(){
- var nowDate = $("#dlDate").val();
- $.ajax({
- async: false,
- type: 'POST',
- dataType:'json', //返回类型json
- url: "${contextPath }/admin/recipeplan/dateplanlist.html?nowDate=" + nowDate,
- error: function(){alert("系统错误");},
- success: function(json){
- mydata = json;
- }
- });
- return mydata;
- }
-
- //新生成按钮
- function createNewPlan(){
- var nowDate = $("#dlDate").val();
- $.ajax({
- async: false,
- type: 'POST',
- dataType:'json', //返回类型json
- url: "${contextPath }/admin/recipeplan/createNewPlan.html?nowDate=" + nowDate,
- error: function(){alert("系统错误");},
- success: function(json){
- if(json.status == "success"){
- alert("更新完成");
- loadfl2=0,loadfl3=0,loadfl4=0,loadfl5=0,loadfl6=0,loadfl7=0,loadfl8=0,loadfl9=0,loadfl10=0,loadfl11=0,loadfl12=0,loadfl13=0,loadfl14=0,loadfl15=0,loadfl16=0;
- changeDate();
- }
- }
- });
- }
-
- //复制上次计划
- function copyPlan(){
- var nowDate = $("#dlDate").val();
- $.ajax({
- async: false,
- type: 'POST',
- dataType:'json', //返回类型json
- url: "${contextPath }/admin/recipeplan/copyPlan.html?nowDate=" + nowDate,
- error: function(){alert("系统错误");},
- success: function(json){
- if(json.status == "success"){
- alert("更新完成");
- loadfl2=0,loadfl3=0,loadfl4=0,loadfl5=0,loadfl6=0,loadfl7=0,loadfl8=0,loadfl9=0,loadfl10=0,loadfl11=0,loadfl12=0,loadfl13=0,loadfl14=0,loadfl15=0,loadfl16=0;
- changeDate();
- }
- }
- });
- }
-
- //初始化日期
- function setNowDate(){
- var myDate = new Date();
- var year = myDate.getFullYear();
- var month = myDate.getMonth()+1;
- var day = myDate.getDate();
- var nowdate = year + "-" + month + "-" + day;
- $("#dlDate").val(nowdate);
- }
-
- //日期改变重新加载数据
- function changeDate(){
- //清空主表数据重新加载一次
- $("#list").clearGridData();
- loadList();
- panelC = $("body").layout("panel","center").panel();
- panelS = $("body").layout("panel","south").panel();
- panelCHeight = $(window).height() - panelC.height();
- $("#list").jqGrid("setGridHeight",$(window).height()-panelCHeight-115);
- $("#list").jqGrid("setGridWidth",document.body.clientWidth - 30);
- }
-
- //发微博信息
- function SendWeibo(){
- $.ajax({
- async: false,
- type: 'POST',
- dataType:'json', //返回类型json
- url: "${contextPath }/admin/recipeplan/SendWeibo.html",
- error: function(){alert("系统错误");},
- success: function(json){
- if(json.status == "success"){
- alert("微博信息完成");
- }
- }
- });
- }
-
- //删除计划
- function deletePlan(){
- var selId = $("#list").jqGrid("getGridParam","selrow"); //获取当前选中行号
- var rowData = $("#list").jqGrid("getRowData",selId); //获取当前选中行真实对象
- if(selId != null){
- if (confirm("您确定要删除该计划吗?")){
- $.ajax({
- async: false,
- type: 'POST',
- dataType:'json', //返回类型json
- url: "${contextPath }/admin/recipeplan/deletePlan.html?planId="+rowData.ID,
- error: function(){alert("系统错误");},
- success: function(json){
- if(json.status == "success"){
- alert("删除成功");
- loadfl2=0,loadfl3=0,loadfl4=0,loadfl5=0,loadfl6=0,loadfl7=0,loadfl8=0,loadfl9=0,loadfl10=0,loadfl11=0,loadfl12=0,loadfl13=0,loadfl14=0,loadfl15=0,loadfl16=0;
- changeDate();
- $("#dl1Result").load("${contextPath }/admin/recipeplan/plan1.html");
- $("#dl2Result").load("${contextPath }/admin/recipeplan/plan2.html");
- }
- }
- });
- }
- }else{
- alert("请选择记录");
- }
- }
- function leftDate(){
- var beginDate = $("#dlDate").val();
- var newbDate = checkDate(beginDate,"left");
- $("#dlDate").val(newbDate);
- loadfl2=0,loadfl3=0,loadfl4=0,loadfl5=0,loadfl6=0,loadfl7=0,loadfl8=0,loadfl9=0,loadfl10=0,loadfl11=0,loadfl12=0,loadfl13=0,loadfl14=0,loadfl15=0,loadfl16=0;
- changeDate();
- }
- function rightDate(){
- var beginDate = $("#dlDate").val();
- var newbDate = checkDate(beginDate,"");
- $("#dlDate").val(newbDate);
- loadfl2=0,loadfl3=0,loadfl4=0,loadfl5=0,loadfl6=0,loadfl7=0,loadfl8=0,loadfl9=0,loadfl10=0,loadfl11=0,loadfl12=0,loadfl13=0,loadfl14=0,loadfl15=0,loadfl16=0;
- changeDate();
- }
-
- function datePlanReport(btnType){
- var bc1=document.getElementsByName("bc1");
- var bc2=document.getElementsByName("bc2");
- var bc3=document.getElementsByName("bc3");
- if(bc1[0].checked){bc1 = 1;}else{bc1 = 0;}
- if(bc2[0].checked){bc2 = 1;}else{bc2 = 0;}
- if(bc3[0].checked){bc3 = 1;}else{bc3 = 0;}
- var beginDate = $("#dlDate").val();
- var selectId = $("#selectId").val();
- var xssort=document.getElementsByName("xssort");
- if(xssort[0].checked){xssort = 1;}else{xssort = 0;}
- document.getElementById("id_datePlan").setAttribute("href","${contextPath}/admin/recipeplan/dateplanreport.html?beginDate="+beginDate+"&selectId="+selectId+"&bc1="+bc1+"&bc2="+bc2+"&bc3="+bc3+"&btnType="+btnType+"&xssort="+xssort);
- document.getElementById("id_datePlan").click();
- }
-
- //记录移动
- function moveDatePlan(moveType){
- var nowDate = $("#dlDate").val();
- var selId = $("#list").jqGrid("getGridParam","selrow"); //获取当前选中行号
- var rowData = $("#list").jqGrid("getRowData",selId); //获取当前选中行真实对象
- if(selId != null){
- $.ajax({
- async: false,
- type: 'POST',
- dataType:'json', //返回类型json
- url: "${contextPath }/admin/recipeplan/moveDatePlan.html?planId="+rowData.ID+"&moveType="+moveType+"&Sort="+rowData.Sort+"&nowDate="+nowDate,
- error: function(){alert("系统错误");},
- success: function(json){
- if(json.status == "success"){
- if(moveType == "top"){
- selId = Number(selId) - 1;
- }else{
- selId = Number(selId) + 1;
- }
- loadfl2=0,loadfl3=0,loadfl4=0,loadfl5=0,loadfl6=0,loadfl7=0,loadfl8=0,loadfl9=0,loadfl10=0,loadfl11=0,loadfl12=0,loadfl13=0,loadfl14=0,loadfl15=0,loadfl16=0;
- changeDate();
- }else{
- alert("请正确移动");
- }
- }
- });
- $("#list").jqGrid("setSelection",selId);
- panelC = $("body").layout("panel","center").panel();
- panelS = $("body").layout("panel","south").panel();
- panelCHeight = $(window).height() - panelC.height();
- $("#list").jqGrid("setGridHeight",$(window).height()-panelCHeight-115);
- }else{
- alert("请选择记录");
- }
- }
-
- //获取该车次的类型
- function getLpplanType(){
- var selId = $("#list").jqGrid("getGridParam","selrow"); //获取当前选中行号
- var rowData = $("#list").jqGrid("getRowData",selId); //获取当前选中行真实对象
- $.ajax({
- async: false,
- type: 'POST',
- dataType:'json', //返回类型json
- data: "ID="+rowData.ID,
- url: "${contextPath }/admin/recipeplan/getLpplanType.html",
- error: function(){alert("系统错误");},
- success: function(json){
- if(json.status == "success"){
- $("#lpplanType").val(json.lpplanType);
- }
- }
- });
- }
-
- function deleteList(e){
-
- iframeBox(e, {
- src:"${contextPath}/admin/recipeplan/lpplandel.html",
- width:900,
- height:450
- });
- }
-
- function hsClose(){
- closeBox();
- }
- </script>
- </head>
- <body style="background-color: #E0E0E0;" class="easyui-layout">
- <div region="center" title="日执行计划" style="padding:5px;background:#eee;">
- <a id="id_datePlan" href="" target="_blank"></a>
- <input type="hidden" id="currentpId" name="currentpId" value="" />
- <input type="hidden" id="lpplanType" name="lpplanType" value="" />
- <table cellspacing="1" cellpadding="0" border="0" style="width: 99%;">
- <tr>
- <td style="width:150px;"><input id="dlDate" name="dlDate" style="width:100px;" class="datebox" value="" onchange="changeDate()" /></td>
- <td style="width:100px;"><input type="button" value="新生成" onclick="createNewPlan()" class="sysub" /></td>
- <td style="width:100px;"><input type="button" value="复制上次" onclick="copyPlan()" class="sysub" /></td>
- <td rowspan="2" style="width:120px;">
- <select id="selectId" multiple="multiple" style="width:100px;height:60px;">
- <option value="1" selected="selected">所有</option>
- <option value="2">精料</option>
- <option value="3">铲车</option>
- </select>
- </td>
- <td>
- <input id="bc1" name="bc1" type="checkbox" value="1" checked="checked"><label for="bc1">早</label></input>
- <input id="bc2" name="bc2" type="checkbox" value="2" checked="checked"><label for="bc2">中</label></input>
- <input id="bc3" name="bc3" type="checkbox" value="3" checked="checked"><label for="bc3">晚</label></input>
- <input name="xssort" id="flsx" type="radio" value="1" checked="checked" /><label for="flsx">发料顺序</label>
- <input name="xssort" id="tmr" type="radio" value="2" /><label for="tmr">TMR</label>
- </td>
- </tr>
- <tr>
- <td>
- <input type="button" value="<" onclick="leftDate();" />
- <input type="button" value=">" onclick="rightDate();" />
- <input type="button" value="↑" onclick="moveDatePlan('top');" />
- <input type="button" value="↓" onclick="moveDatePlan('down');" />
- </td>
- <td>
- <input type="button" value="删除计划" onclick="deletePlan()" class="sysub" />
- <!-- <input type="button" value="发微博信息" onclick="SendWeibo()" class="sysub" /> -->
- </td>
- <td>
- <input type="button" value="垃圾箱" onclick="deleteList(this)" class="sysub" />
- </td>
- <td>
- <input type="button" value="投料简打" onclick="datePlanReport(0)" class="sysub"/>
- <input type="button" value="累加投料" onclick="datePlanReport(1)" class="sysub" />
- <input type="button" value="发料简打" onclick="datePlanReport(2)" class="sysub" />
- <input type="button" value="投发料简打" onclick="datePlanReport(3)" class="sysub" />
- <input type="button" value="投发料累加" onclick="datePlanReport(5)" class="sysub" />
- <input type="button" value="包装简打" onclick="datePlanReport(4)" class="sysub" />
- <input type="button" value="实发简打" onclick="datePlanReport(6)" class="sysub" />
- </td>
- </tr>
- <tr>
- <td colspan="5"><table id="list"></table><div id="page"></div></td>
- </tr>
- </table>
- </div>
- <div region="south" split="true" title="计划内容" style="padding:5px;height:270px;">
- <table cellspacing="0" cellpadding="0" border="0" style="width: 99%;">
- <tr>
- <td width="49%"><div id="dl1Result"></div></td>
- <td width="50%"><div id="dl2Result"></div></td>
- </tr>
- </table>
- </div>
- </body>
- </html>
|