Index: ssts-web/src/main/webapp/homepage/portalPage.jsp =================================================================== diff -u -r32893 -r33679 --- ssts-web/src/main/webapp/homepage/portalPage.jsp (.../portalPage.jsp) (revision 32893) +++ ssts-web/src/main/webapp/homepage/portalPage.jsp (.../portalPage.jsp) (revision 33679) @@ -5,6 +5,8 @@ <%@page import="com.forgon.disinfectsystem.entity.systemwarning.SystemWarningItemVO,net.sf.json.JSONObject"%> <%@ page contentType="text/html; charset=UTF-8"%> <%@page import="com.forgon.disinfectsystem.common.*"%> +<%@page import="com.forgon.disinfectsystem.entity.invoicemanager.InvoicePlan"%> +<%@page import="com.forgon.disinfectsystem.entity.invoicemanager.Invoice"%> <%@ page import="com.forgon.tools.SpringBeanManger,com.forgon.directory.vo.LoginUserData,com.forgon.portal.action.PortalPageAction"%> <%@ page import="java.util.Date"%> <%@ include file="/common/taglibs.jsp"%> @@ -250,6 +252,10 @@ var tabsTempId = 1; var isDrag = false; //是否为拖拽 var personalDesktopTitle = "个人桌面"; +//发货计划 +var TYPE_CUSTOM = '<%=Invoice.TYPE_CUSTOM%>';//自定义发货 +var TYPE_APPLICATION = '<%=Invoice.TYPE_APPLICATION%>';//申领发货 +var TYPE_BORROWINGSINGLE = '<%=Invoice.TYPE_BORROWINGSINGLE%>';//借物单发货 var recyclingWindow = null; /**