⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 taskmenu.html

📁 作为电子商务产品的其中模块之一《销售管理系统》的依据
💻 HTML
字号:
<html>
<head>
<script src="js/TaskMenu.js"></script>
<script>
var taskMenu1;
var taskMenu2;
var taskMenu3;
var taskMenu4;

TaskMenu.setStyle("css/silverStyle.css"); 

window.onload = function()
{
	TaskMenu.setHeadMenuSpecial(false);
	TaskMenu.setScrollbarEnabled(true);
	TaskMenu.setAutoBehavior(true);
	////////////////////////////////////////////////	////////////////////////////////////////////////
	taskMenu1 = new TaskMenu("基础设置",false);
	item1 = new TaskMenuItem("地区设置","Image/friends.gif","parent.window.frames[1].location.href='addUser.jsp'");
	item2 = new TaskMenuItem("行业设置","Image/friends.gif","parent.window.frames[1].location.href='updatePassword.jsp'");
	item3 = new TaskMenuItem("销售类型设置","Image/friends.gif","parent.window.location.href='logoOut.jsp'");
	item4 = new TaskMenuItem("客户设置","Image/friends.gif","parent.window.frames[1].location.href='addUser.jsp'");
	item5 = new TaskMenuItem("部门设置","Image/friends.gif","parent.window.frames[1].location.href='addUser.jsp'");
	item6 = new TaskMenuItem("职员设置","Image/friends.gif","parent.window.frames[1].location.href='addUser.jsp'");
	item7 = new TaskMenuItem("运输方式设置","Image/friends.gif","parent.window.frames[1].location.href='addUser.jsp'");
	item8 = new TaskMenuItem("承运单位设置","Image/friends.gif","parent.window.frames[1].location.href='addUser.jsp'");
	item9 = new TaskMenuItem("回款类型设置","Image/friends.gif","parent.window.frames[1].location.href='addUser.jsp'");
	item10 = new TaskMenuItem("合同类型设置","Image/friends.gif","parent.window.frames[1].location.href='addUser.jsp'");
	item11 = new TaskMenuItem("价格清单设置","Image/friends.gif","parent.window.frames[1].location.href='addUser.jsp'");
	item12 = new TaskMenuItem("系统参数设置","Image/friends.gif","parent.window.frames[1].location.href='addUser.jsp'");
	taskMenu1.add(item1);
	taskMenu1.add(item2);
	taskMenu1.add(item3);
	taskMenu1.add(item4);	
	taskMenu1.add(item5);
	taskMenu1.add(item6);
	taskMenu1.add(item7);
	taskMenu1.add(item8);
	taskMenu1.add(item9);
	taskMenu1.add(item10);
	taskMenu1.add(item11);
	taskMenu1.add(item12);
	taskMenu1.init();
	
	taskMenu2 = new TaskMenu("期初数据",false);
	item13 = new TaskMenuItem("期初数据录入","Image/list.gif","parent.window.frames[1].location.href='productTypeManage.jsp'");
	taskMenu2.add(item13);
	taskMenu2.init();
	
	taskMenu3 = new TaskMenu("销售计划",false);
	item14 = new TaskMenuItem("部门销售计划编制","Image/rar.gif","parent.window.frames[1].location.href='addProduct.jsp'");
	item15 = new TaskMenuItem("销售员/货物销售计划编制","Image/delete.gif","parent.window.frames[1].location.href='deleteProduct.jsp'");
	item16 = new TaskMenuItem("货物销售计划编制","Image/BD14581_.gif","parent.window.frames[1].location.href='moveProduct.jsp'");
	item17 = new TaskMenuItem("客户销售计划编制","Image/rar.gif","parent.window.frames[1].location.href='addProduct.jsp'");
	item18 = new TaskMenuItem("部门销售计划执行情况","Image/rar.gif","parent.window.frames[1].location.href='addProduct.jsp'");
	item19 = new TaskMenuItem("销售员销售计划执行情况","Image/rar.gif","parent.window.frames[1].location.href='addProduct.jsp'");
	item20 = new TaskMenuItem("货物销售计划执行情况","Image/rar.gif","parent.window.frames[1].location.href='addProduct.jsp'");
	item21= new TaskMenuItem("客户销售计划执行情况","Image/rar.gif","parent.window.frames[1].location.href='addProduct.jsp'");
	taskMenu3.add(item14);
	taskMenu3.add(item15);
	taskMenu3.add(item16);
	taskMenu3.add(item17);
	taskMenu3.add(item18);
	taskMenu3.add(item19);
	taskMenu3.add(item20);
	taskMenu3.add(item21);
	taskMenu3.init();
		
	
	taskMenu4 = new TaskMenu("报价",false);
	item22 = new TaskMenuItem("报价单编制","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item23 = new TaskMenuItem("报价单列表","Image/BD14581_.gif","parent.window.frames[1].location.href='showHelp.jsp'");		
	taskMenu4.add(item22);
	taskMenu4.add(item23);
	taskMenu4.init();
	
	
	taskMenu5 = new TaskMenu("合同",false);
	item24 = new TaskMenuItem("合同编制","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item25 = new TaskMenuItem("合同列表","Image/BD14581_.gif","parent.window.frames[1].location.href='showHelp.jsp'");		
	taskMenu5.add(item24);
	taskMenu5.add(item25);
	taskMenu5.init();
	
	
	taskMenu6 = new TaskMenu("订单",false);
	item26 = new TaskMenuItem("订单编制","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item27 = new TaskMenuItem("订单列表","Image/BD14581_.gif","parent.window.frames[1].location.href='showHelp.jsp'");		
	item28 = new TaskMenuItem("订单编制","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");
	taskMenu6.add(item26);
	taskMenu6.add(item27);
	taskMenu6.add(item28);
	taskMenu6.init();
	
	
	taskMenu7 = new TaskMenu("发货单",false);
	item29 = new TaskMenuItem("发货单编制","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item30 = new TaskMenuItem("发货单列表","Image/BD14581_.gif","parent.window.frames[1].location.href='showHelp.jsp'");		
	item31 = new TaskMenuItem("发货单回执","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");
	taskMenu7.add(item29);
	taskMenu7.add(item30);
	taskMenu7.add(item31);
	taskMenu7.init();
	
	
	taskMenu8 = new TaskMenu("退货单",false);
	item32 = new TaskMenuItem("退货单编制","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item33 = new TaskMenuItem("退货单列表","Image/BD14581_.gif","parent.window.frames[1].location.href='showHelp.jsp'");		
	taskMenu8.add(item32);
	taskMenu8.add(item33);
	taskMenu8.init();
	
	
	taskMenu9 = new TaskMenu("发票",false);
	item34 = new TaskMenuItem("普通发票编制","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item35 = new TaskMenuItem("红字普通发票编制","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item36 = new TaskMenuItem("普通发票列表","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item37 = new TaskMenuItem("专用发票编制","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item38 = new TaskMenuItem("红字专用发票编制","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item39 = new TaskMenuItem("专用发票列表","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	taskMenu9.add(item34);
	taskMenu9.add(item35);
	taskMenu9.add(item36);
	taskMenu9.add(item37);
	taskMenu9.add(item38);
	taskMenu9.add(item39);
	taskMenu9.init();
	
	
	taskMenu10 = new TaskMenu("货物库存查询",false);
	item40 = new TaskMenuItem("库存查询","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	taskMenu10.add(item40);
	taskMenu10.init();
	
	
	taskMenu11 = new TaskMenu("回款",false);
	item41 = new TaskMenuItem("回款处理","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item42 = new TaskMenuItem("回款列表","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item43 = new TaskMenuItem("回款核销明细","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	taskMenu11.add(item41);
	taskMenu11.add(item42);
	taskMenu11.add(item43);
	taskMenu11.init();
	
	
	taskMenu12 = new TaskMenu("统计报表",false);
	item44 = new TaskMenuItem("销售总帐","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item45 = new TaskMenuItem("销售明细帐","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item46 = new TaskMenuItem("销售执行情况报表","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item47 = new TaskMenuItem("发货单执行情况","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item48 = new TaskMenuItem("发货明细表","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item49 = new TaskMenuItem("销售明细表","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item50 = new TaskMenuItem("回款明细表","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	taskMenu12.add(item44);
	taskMenu12.add(item45);
	taskMenu12.add(item46);
	taskMenu12.add(item47);
	taskMenu12.add(item48);
	taskMenu12.add(item49);
	taskMenu12.add(item50);
	taskMenu12.init();
	
	
	taskMenu13 = new TaskMenu("分析",false);
	item51 = new TaskMenuItem("货物流向分析","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item52 = new TaskMenuItem("销售结构分析","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item53 = new TaskMenuItem("市场分析","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item54 = new TaskMenuItem("货龄分析","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item55 = new TaskMenuItem("增长分析","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	taskMenu13.add(item51);
	taskMenu13.add(item52);
	taskMenu13.add(item53);
	taskMenu13.add(item54);
	taskMenu13.add(item55);
	taskMenu13.init();
	
	
	taskMenu14 = new TaskMenu("结帐",false);
	item56 = new TaskMenuItem("月末结帐","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");	
	item57 = new TaskMenuItem("取消结帐","Image/copy.gif","parent.window.frames[1].location.href='addHelp.jsp'");		
	taskMenu14.add(item56);
	taskMenu14.add(item57);
	taskMenu14.init();

}
</script>
</head>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -