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

📄 operatescreen.java

📁 一套完整的工商12315的源程序jsp部分在12315里,后台JAVA部分在gs12315src里,没有打包数据库.
💻 JAVA
字号:
package com.gs.control.util;

import java.io.*;

public class OperateScreen implements Serializable{

	//查重页面
	public static final String CHACHONG_MAIN =
		"/approve/operate/chachong/chachong.jsp";
	//查重页面
	public static final String CHACHONG_MAIN2 =
		"/approve/operate/chachong/chachong2.jsp";
	//核准人员查重页面
	//lxh2004-02-04
	public static final String CHACHONG_MAIN3 =
		"/approve/operate/chachong/chachong3.jsp";
	//查重结果页面
	public static final String CHACHONG_RESULT =
		"/approve/operate/chachong/chachongResult.jsp";
	public static final String CHACHONG_RESULTNO =
		"/approve/operate/chachong/chachongResultno.jsp";
	public static final String CHACHONG_RESULT2 =
		"/approve/operate/chachong/chachongResult2.jsp";
	//核准人员查重结果页面
	public static final String CHACHONG_RESULT3 =
		"/approve/operate/chachong/chachongResult3.jsp";
	//修改网站名称查重功能20031101 lxh
	//网站查重页面
	public static final String WEBCHACHONG_MAIN = "/website/chachong.jsp";
	//网站查重结果页面
	public static final String WEBCHACHONG_RESULT =
		"/website/chachongResult.jsp";

	//网站查重结果页面 ----ligang 2004-03-16
	public static final String DT_CHACHONG_RESULT =
		"/approve/operate/chachong/dt/dt_checknameResult.jsp";
	//网站查重结果页面 ----ligang 2004-03-16
	public static final String DT_CHACHONG_YW =
		"/approve/operate/chachong/dt/dtyw_checknameResult.jsp";
	//大厅查重受理人员查看页面
	//by lxh2004-03-30
	public static final String DT_VIEW =
		"/approve/operate/chachong/dt/dt_view.jsp";
	//大厅查重受理人员查看页面
	//by lxh2004-03-30
	public static final String DT_DEL =
		"/approve/operate/chachong/dt/dt_delSucess.jsp";

	//保存查重结果
	public static final String CHACHONG_SAVE =
		"/approve/operate/chachong/chachongSave.jsp";
	//保存查重结果bylxh 2004-03-26
	public static final String CHACHONG_NEWSAVE =
		"/approve/operate/chachong/saveNameSucess.jsp";

	//业务处理的列表页面
	public static final String OPERATE_LIST = "/approve/operate/itemList.jsp";
	//查重登记lxh
	public static final String CHACHONG_DENGJI = "/inner/print/0102/p002.jsp";
	//打印通知或执照
	public static final String PRINT_INFORM = "/inner/print/print.jsp";

	//进入定植执照的主页面
	public static final String ADD_LICENSE_HOME =
		"/inner/print/license/licenseListFrame.jsp";

	//定植执照的主页面的显示项目列表
	public static final String LICENSE_LIST =
		"/inner/print/license/licenseList.jsp";

	//定植执照的主页面的显示项目列表
	public static final String LICENSE_OPERATE_CATEGORY =
		"/inner/print/license/licenseListTop.jsp";

	//执照处理
	public static final String LICENSE_HANDLE =
		"/inner/print/license/license.jsp";

	//执照字段处理
	public static final String LICENSE_FIELD =
		"/inner/print/license/licenseField.jsp";

	//执照打印
	public static final String LICENSE_PRINT =
		"/inner/print/license/licensePrint.jsp";

	//wangyu 2002-10-25 begin

	public final static String operate_LogOutInfo =
		"/approve/operate/logout.jsp";
	public final static String operate_LogOut = "/approve/operate/logout_1.jsp";
	public final static String operate_BeLogOutInfo =
		"/approve/operate/belogout.jsp";
	public final static String operate_BeLogOut =
		"/approve/operate/logout_1.jsp";
	public final static String operate_GaiZhiInfo =
		"/approve/operate/gaizhi.jsp";
	public final static String operate_GaiZhi =
		"/approve/operate/gaizhifinish.jsp";
	public final static String operate_MoveOutInfo =
		"/approve/operate/moveout.jsp";
	public final static String operate_MoveOut =
		"/approve/operate/moveoutfinish.jsp";
	public final static String operate_MoveInInfo =
		"/approve/operate/movein.jsp";
	public final static String operate_QueryChangeCo =
		"/approve/operate/change/change_1.jsp";
	public final static String operate_ShowUpdateItem =
		"/approve/operate/change/showupdateitem.jsp";
	public final static String operate_ShowChangeList =
		"/approve/operate/change/showchangelist.jsp";

	//wangyu 2002-10-25 end

	//corlin 2002-10-11 begin
	//开业登记业务处理页面
	public static final String FC_SETUP = "/approve/operate/fc_setup/fc_setup.jsp";

	//外资本开业业务打印
	public static final String FC_PRINT = "/fazheng/index.jsp";

	//外资爱业业务显示结果集
	public static final String FC_SHOW = "/operate/eBusinessList.jsp";

	//corlin 2002-10-11 end

}

⌨️ 快捷键说明

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