|
|
package com.rehome.zhdcoa;
|
|
|
|
|
|
import com.rehome.zhdcoa.entity.PhoneInfo;
|
|
|
|
|
|
/**
|
|
|
* Created by Rehome-rjb1 on 2017/5/9.
|
|
|
* 常量工具类
|
|
|
*/
|
|
|
|
|
|
public class Contans {
|
|
|
|
|
|
public static final int REQUEST_CODE_ADD = 0;
|
|
|
//智慧安防平台登录 电厂外网
|
|
|
public static String BASE_URL_COMPANY_SERVER= "http://219.131.195.3:8011/";
|
|
|
//AI三维可视化安防平台登录
|
|
|
public static String BASE_URL_AI_3D_SERVER= "https://219.131.195.3:8100/";
|
|
|
|
|
|
|
|
|
//APP登录接口url
|
|
|
public static String BASE_URL = "http://219.131.195.3:8082/"; //http://192.168.2.215:8082/ // http://219.131.195.3:8082/
|
|
|
public static String IP = "http://219.131.195.3:8081/";
|
|
|
|
|
|
|
|
|
|
|
|
public static String CK_BASE_IP = "http://10.19.0.13:80/";
|
|
|
|
|
|
public static String IP_INTRANET = "http://10.19.0.72:8081/";
|
|
|
|
|
|
public static String BASE_URL_EXTRANET = "http://219.131.195.3:8082/";//app外网服务器,对应内网ip: 172.16.25.75
|
|
|
public static String IP_EXTRANET = "http://219.131.195.3:8081/";
|
|
|
|
|
|
// public static String BASE_URL_EXTRANET = "http://192.168.2.215:8082/";//app公司内网开发服务器
|
|
|
// public static String IP_EXTRANET = "http://192.168.2.215:9005/";
|
|
|
|
|
|
|
|
|
|
|
|
//app内网 10.19.0.73
|
|
|
public static String BASE_URL_INTRANET = "http://10.19.0.73:8082/";
|
|
|
//智慧安防平台登录 电厂内网
|
|
|
public static String BASE_URL_COMPANY_SERVER_INTRANET= "http://10.19.0.73:8011/";
|
|
|
//智慧安防平台登录 电厂外网
|
|
|
public static String BASE_URL_COMPANY_SERVER_EXTRANET= "http://219.131.195.3:8011/";
|
|
|
//AI三维可视化安防平台登录 电厂内网
|
|
|
public static String BASE_URL_AI_3D_SERVER_INTRANET= "http://10.19.0.114:8100/";
|
|
|
//AI三维可视化安防平台登录 电厂外网
|
|
|
public static String BASE_URL_AI_3D_SERVER_EXTRANET= "https://219.131.195.3:8100/";
|
|
|
//腾讯浏览服务key
|
|
|
public static String TBS_LICENSE_KEY= "4ktUk0LXU2iC2Dx/oesZcwiKAOZ4YXvjSQ4OFCcx+5e1csWD0cYNfCdXe2LpY+mB";
|
|
|
//考试列表页面刷新数据
|
|
|
public static String REFRESH_LIST_EXAM_DATA= "REFRESH_LIST_EXAM_DATA";
|
|
|
//考试详情页面刷新数据
|
|
|
public static String REFRESH_LIST_EXAM_DETAIL_DATA= "REFRESH_LIST_EXAM_DETAIL_DATA";
|
|
|
|
|
|
|
|
|
|
|
|
public static String HM = "AJH/GC_HMGL.ashx";//guid
|
|
|
public final static String XZ_WIFI_IP = "WIFI";
|
|
|
public final static String XZ_4G_IP = "4G";
|
|
|
/********************广播字段(唯一性)********************************/
|
|
|
public static final String ACTION_REFLASH_PRODUCE_FRAGMENT = "ACTION_REFLASH_PRODUCE_FRAGMENT";
|
|
|
|
|
|
public class KEY {
|
|
|
public static final String SELECT_PERSON = "select_person";//选择的人数
|
|
|
public static final String SELECT_ADDR = "select_addr";//选择的乘车地址
|
|
|
public static final String SELECT_MEETROOM = "MeetRoom";//选择会议室
|
|
|
public static final String MODUETYPE = "moduetype";
|
|
|
public static final String SELECT_PUSH_USER = "select_push_user";//选择推送人
|
|
|
public static final String SELECT_PUSH_DEPARTMENT = "select_push_department";//选择部门
|
|
|
public static final String APPLYLIST = "ApplyList";//列表基本信息
|
|
|
public static final String ISEDIT = "iEdit";//是否编辑
|
|
|
public static final String START_TIME = "start_time";
|
|
|
public static final String END_TIME = "end_time";
|
|
|
public static final String SELECT_USER = "selectUser";
|
|
|
public static final String CHANGE_SHIFT = "changeshift";
|
|
|
public static final String MEETING_ROOM_DATE = "mettingroomdate";
|
|
|
public static final String OtherStatus = "OtherStatus";
|
|
|
public static final String LEAVE_INFO = "leave";
|
|
|
public static final String PERSON_TYPE = "person_type";
|
|
|
public static final String SELECT_BXJL = "select_bxjl";
|
|
|
public static final String GRID_ITEM = "grid_item";
|
|
|
public static final String ABOUT_ME_TYPE = "about_me_type";
|
|
|
public static final String HEAD_PHOTO = "head_photo";
|
|
|
public static final String ORDER_TYPE = "order_type";//订单类型
|
|
|
public static final String GET_ID = "get_id";
|
|
|
public static final String GET_NAME = "get_name";
|
|
|
//危化品入厂申请选择分部
|
|
|
public static final String SELECT_DAGER_DEPARTMENT = "select_dager_department";
|
|
|
}
|
|
|
|
|
|
public class OTHER_STATUS {
|
|
|
public static final int TASKPERSON = 0;//任务人
|
|
|
public static final int UPDATE = 1;//修改
|
|
|
public static final int FINISH = 2;//完成情况
|
|
|
}
|
|
|
|
|
|
public class LISTCODE {
|
|
|
public static final String APPLYSUPPLIES = "ApplySupplies";
|
|
|
public static final String APPLYVEHICLE = "ApplyVehicle";
|
|
|
public static final String APPLYCONFERENCE = "ApplyConference";
|
|
|
public static final String RECEIVEVISIT = "ReceiveVisit";
|
|
|
public static final String ORDINARYVISIT = "OrdinaryVisit";
|
|
|
public static final String APPLYLEAVE = "ApplyLeave";
|
|
|
public static final String APPLYREPAIR = "ApplyRepair";
|
|
|
public static final String FOODRELEASE = "FoodRelease";
|
|
|
public static final String MYADDRESS = "MyAddress";
|
|
|
public static final String APPLYDINNER = "ApplyDinner";
|
|
|
public static final String APPLYORDER = "ApplyOrder";
|
|
|
public static final String LUNCHLOCATION = "LunchLocation";
|
|
|
public static final String MYTASK = "MyTask";
|
|
|
public static final String OTHERTASK = "OtherTask";
|
|
|
public static final String REPLACECLASS = "ReplaceClass";
|
|
|
public static final String APPLYTRAVEL = "ApplyTravel";
|
|
|
public static final String APPLYFACILITIES = "ApplyFacilities";
|
|
|
public static final String METTINGRADIO = "METTINGRADIO";
|
|
|
public static final String APPLYSUGGESTION = "ApplySuggestion";
|
|
|
//危化品入厂申请
|
|
|
public static final String CBS_WHP_SQ = "CBS_WHP_SQ";
|
|
|
}
|
|
|
|
|
|
public class MODUETYPE {
|
|
|
public static final String SET_MEETROOM = "Set_MeetRoom";
|
|
|
public static final String SET_BUSPLACE = "Set_BusPlace";
|
|
|
public static final String DEPARTMENT = "Department";
|
|
|
public static final String USEROFDEPARTMENT = "UserOfDepartment";
|
|
|
public static final String KQ_CLASS_SET = "KQ_CLASS_SET";
|
|
|
public static final String OFFICE_DATA = "OFFICE_DATA";
|
|
|
public static final String SET_SCRJ = "Set_SCRJ";
|
|
|
public static final String SET_SCDD = "Set_SCDD";
|
|
|
public static final String KQ_LEVEKIND = "KQ_LEVEKIND";
|
|
|
}
|
|
|
|
|
|
public class AUDITCODE {
|
|
|
public static final String AUDIT_LEAVE = "10";//请假审核
|
|
|
public static final String AUDIT_SUPPLIES = "11";//办公用品审核
|
|
|
public static final String AUDIT_VEHICLE = "12";//车辆审核
|
|
|
public static final String AUDIT_REPAIR = "13";//预约维修审核
|
|
|
public static final String AUDIT_RECEIVE = "14";//接待来访审核
|
|
|
public static final String AUDIT_ORDINARY = "15";//普通来访审核
|
|
|
public static final String AUDIT_CONFERENCE = "16";//会议审核
|
|
|
public static final String AUDIT_DINNER = "17";//用餐审核
|
|
|
public static final String AUDIT_ORDER = "18";//在线点餐审核
|
|
|
public static final String AUDIT_TASK = "19";//任务督办审核
|
|
|
public static final String AUDIT_OFFICE_ADD = "50";//办公设施增配
|
|
|
}
|
|
|
|
|
|
public class SP {
|
|
|
public static final String USERINFO = "userinfo";//用户登录信息
|
|
|
public static final String USER_NAME = "username";//用户名
|
|
|
public static final String PASS_WORD = "password";//密码
|
|
|
public static final String OLD_PWD = "oldpwd";//旧密码
|
|
|
public static final String PHONE_INFO = "phone_info";
|
|
|
public static final String AF_PASS_WORD = "password_af";//密码
|
|
|
public static final String SAVE_USER_AND_PASSWORD = "save_user_and_password";//登录页面 记住我 开关状态控制
|
|
|
|
|
|
public static final String SAVE_CB_AGREEMENT_CHECK = "SAVE_CB_AGREEMENT_CHECK";//登录页面 记住我 开关状态控制
|
|
|
|
|
|
public static final String AI_ACCOUNT = "ZH_AF_Admin";
|
|
|
//public static final String AI_PWD = "UmVob21lLnpoYWZAMjEwNg=="; //Rehome.zhaf@2106
|
|
|
public static final String AI_PWD_ENCODE = "M5QxhfKZyK9aFvudob1ZiltJFKO8ubX35u2E960W+Bhk9fJjDmumC/iZk1M0udZtpnq/Y33F7nV4mXG6PGRLoLPLZS8X4fK2Kv1mXqLZOS8y0lrqQbgy2r7WFVM7oKKvOZhAbZwtgW/KJjgyQork+dAMb4dOTNGK7uCeaKded7st+nJ/MVyWgWaZaLf24JYBy95ZBYMX2KUMVHrz8DetHE+zg6KhmD00+wTBFMuTNzxDP90kFV3tFJJF9kqxk3i5nARc5oUMQdlQwuP8v/f45ObPFjCPXv3NYnRrfE+EpkBSyYYKaN2POs/+wV5dxVvuXDfopnQOHQSLwkArPXNM3w==";
|
|
|
//登录接口用户名和密码字段加密
|
|
|
public static final String LOGIN_USERNAME_AND_PWD_PUBLICKEY_ENCODE = "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkJxhKMH+nwCSpqW+T67HnYblA3/ZvFslbwUB8YE+uojGouMCaeEnlyANebvIB+r6kpc2r6xSq1wEbV7MCk2cE2CK4/IK1OvR9aMSxnQHK9eekc7X2kueLjfuScXTy/QJpFPuTDDtMnwmqsXKBizAXcldSRJ9BdEyKklXAN3PH/7tym4tne26SuK/5Mjtw6AE8oNZFYrVknKYau4y2oEQbMo4kBuYokv4qrNmxbSM22Pu/Mw4M65S8sLKgHd+DwTVAYjilzXSoruG1gyqnY61YJuBPvvevEsp6TZ6fb5NKsVeRfprQ5TuoAtF+gIoEy0m0sKes4h+OoFsF7Wp0C1ESwIDAQAB";
|
|
|
|
|
|
}
|
|
|
|
|
|
/*
|
|
|
*
|
|
|
* 运行app的接口
|
|
|
*
|
|
|
* */
|
|
|
|
|
|
|
|
|
public static String YXCB_ZY_ID = "";//运行抄表专业ID
|
|
|
|
|
|
public static String YXCB_ZY_NAME = "";//运行抄表专业名字
|
|
|
|
|
|
public static String GET_CK_IP = "WLJS/NETWORK/GetData.aspx";
|
|
|
|
|
|
//接收与转移
|
|
|
public static String MATRSER_IP = "eamwebservice/services/MatrSer";
|
|
|
|
|
|
//发送与退库
|
|
|
public static String MATUSER_IP = "eamwebservice/services/MatuSer";
|
|
|
|
|
|
public static String LOGIN = "AppLogin/GetData.aspx";
|
|
|
|
|
|
public static String APPLOGIN = "PubFile/Data/AppLogin/GetData.aspx";
|
|
|
public static String APPLOGINRSA = "PubFile/Data/AppLogin/GetDataRsa.aspx";
|
|
|
|
|
|
public static String PRINT = "AppTXM/GetData.aspx";
|
|
|
|
|
|
public static String GETABOUTME_URL = "PubFile/Data/aboutme/aboutme.ashx?manid=";
|
|
|
public static String GETABOUTMELIST_URL = "PubFile/Data/aboutme/aboutdetail.ashx?manid=";
|
|
|
public static String GETATTENDANCECHECK_URL = "PubFile/Data/RGKQ/GetDataZZCX.ashx?manid=";
|
|
|
public static String GETCHECKUPDATAAPK_URL = "ApkUpdate/GetData.aspx";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// public static String UPLOADAPP = "ApkUpdate/GetData.aspx";
|
|
|
|
|
|
//-----------------------移动仓库管理--------------------------//
|
|
|
|
|
|
/**
|
|
|
* 物料发放
|
|
|
*/
|
|
|
public static String WLFF = "WLJS/WLFF/GetData.aspx";
|
|
|
|
|
|
public static String WLFFJL = "WLJS/WLFF/GetDetailDataByItem.aspx";
|
|
|
|
|
|
/**
|
|
|
* 库存查询
|
|
|
*/
|
|
|
public static String KCCX = "WLJS/KCCX/GetData.aspx";
|
|
|
|
|
|
/**
|
|
|
* 库存查询新接口
|
|
|
*/
|
|
|
public static String KCCXNEW = "WLJS/KCCX/GetDataNew.aspx";
|
|
|
|
|
|
/**
|
|
|
* 物料发放上传
|
|
|
*/
|
|
|
public static String WLFFSC = "WLJS/WLFF/SetData.aspx";
|
|
|
|
|
|
/**
|
|
|
* 物料标签打印
|
|
|
*/
|
|
|
public static String WLBQDY = "WLJS/WLBQDY/GetData.aspx";
|
|
|
/**
|
|
|
* 验收批准接收
|
|
|
*/
|
|
|
public static String YSPZJS = "WLJS/YSPZJS/GetData.aspx";
|
|
|
|
|
|
public static String YSPZJSJL = "WLJS/YSPZJS/GetDetailDataByItem.aspx";
|
|
|
|
|
|
/**
|
|
|
* 验收批准接收
|
|
|
*/
|
|
|
public static String YSPZJSSC = "WLJS/YSPZJS/SetData.aspx";
|
|
|
|
|
|
/**
|
|
|
* 验收批准接收
|
|
|
*/
|
|
|
public static String YSPZJSFILE = "WLJS/YSPZJS/SetFiles.aspx?";
|
|
|
|
|
|
/**
|
|
|
* 接收退回
|
|
|
*/
|
|
|
public static String JSTH = "WLJS/WLTK/GetData.aspx";
|
|
|
|
|
|
/**
|
|
|
* 领料人
|
|
|
*/
|
|
|
public static String LLR = "UserInfos/GetData.aspx";
|
|
|
|
|
|
/**
|
|
|
* 退料入库
|
|
|
*/
|
|
|
public static String TLRK = "WLJS/TLRK/GetData.aspx";
|
|
|
|
|
|
/**
|
|
|
* 退料入库
|
|
|
*/
|
|
|
public static String TLRKSC = "WLJS/TLRK/SetData.aspx";
|
|
|
|
|
|
/**
|
|
|
* 货架移位
|
|
|
*/
|
|
|
public static String HJYW = "WLJS/HJYW/GetData.aspx";
|
|
|
|
|
|
/**
|
|
|
* 货架移位上传
|
|
|
*/
|
|
|
public static String HJYWSC = "WLJS/HJYW/SetData.aspx";
|
|
|
|
|
|
/**
|
|
|
* 盘点计划列表
|
|
|
*/
|
|
|
public static String PDJHLIST = "WLJS/KCPD/GetData.aspx";
|
|
|
|
|
|
/**
|
|
|
* 盘点计划
|
|
|
*/
|
|
|
public static String PDJH = "WLJS/KCPD/GetData.aspx";
|
|
|
|
|
|
public static String PDCX = "WLJS/KCPDHZ/GetData.aspx";//userid pdid
|
|
|
|
|
|
/**
|
|
|
* 盘点计划上传
|
|
|
*/
|
|
|
public static String PDJHSC = "WLJS/KCPD/SetData.aspx";
|
|
|
/**
|
|
|
* 实时盘点
|
|
|
*/
|
|
|
public static String REAL_TIME_PD = "WLJS/KCSSPD/GetListData.ashx";
|
|
|
/**
|
|
|
* 实时盘点数据上传
|
|
|
*/
|
|
|
public static String REAL_TIME_PDJHSC = "WLJS/KCSSPD/SavePDData.ashx";
|
|
|
|
|
|
/**
|
|
|
* 获取实时盘点记录数据
|
|
|
*/
|
|
|
public static String REAL_TIME_PD_HISTORY_LIST = "WLJS/KCSSPD/GetPDRecord.ashx";
|
|
|
|
|
|
/**
|
|
|
* 条码打印
|
|
|
*/
|
|
|
public static String TMDY = "WLJS/TMDY/GetData.aspx";
|
|
|
|
|
|
public static String TMDYSC = "WLJS/TMDY/SetFiles.aspx?";
|
|
|
|
|
|
public final static String sis = "Productive_ProcessMonitor/Interface/SISData_Online.ashx";
|
|
|
|
|
|
public final static String sisdt = "Productive_ProcessMonitor/Interface/Query_WarmRecord.ashx";
|
|
|
|
|
|
public final static String sisdtinfo = "Productive_ProcessMonitor/Interface/Query_Warm_Detail.ashx";
|
|
|
|
|
|
public final static String xmjd = "Productive_ProcessMonitor/Interface/ProjectTimeOutTrack_List.ashx";
|
|
|
|
|
|
public final static String sbfx = "Productive_ProcessMonitor/Interface/GetListDataBySafeArea.ashx";
|
|
|
/**
|
|
|
* 物资图片上传
|
|
|
*/
|
|
|
|
|
|
public static String WZTP = "WLJS/WLUP/GetData.aspx";
|
|
|
public static String WZTPSC = "WLJS/WLUP/SetFiles.aspx";
|
|
|
|
|
|
//-----------------------消防巡查--------------------------//
|
|
|
public static String XFDJJHALL = "JHCommFile/JHSJ/GetData.aspx";//所有计划
|
|
|
//public static String XFDJJHLIST = "XFXC/JHSJ/GetData.aspx";//计划列表
|
|
|
public static String XFDJJHSC = "XFXC/JCJG/SetData.aspx";//上传计划数据
|
|
|
public static String XFDJJHXZ = "XFXC/QYSJ/GetData.aspx";//下载计划 jhid=20161014163244
|
|
|
public static String XFXCMHQC = "XFXC/QYDSJ/GetData.aspx";//灭火器材 jhid=20161014163244&xftype=1
|
|
|
public static String XFXCXM = "XFXC/GXMSJ/GetData.aspx";//消防巡查项目
|
|
|
public static String XFXCJSSC = "XFXC/JCJG/SetFiles.aspx";//上传现场记事图片
|
|
|
|
|
|
//----------------------保安巡查-------------------------//
|
|
|
//public static String BAXCJH = "BAXG/JHSJ/GetData.aspx";//计划列表
|
|
|
public static String BAXCJHXZ = "BAXG/QYDSJ/GetData.aspx"; //计划下载jhid=2016101390900
|
|
|
public static String BAXCJHSC = "BAXG/JCJG/SetData.aspx";//上传计划数据
|
|
|
|
|
|
|
|
|
//----------------------楼宇计划下载------------------//
|
|
|
public static String LYXCXM = "LYXC/GXMSJ/GetData.aspx";
|
|
|
public static String LYXCQY = "LYXC/QYSJ/GetData.aspx";
|
|
|
public static String LYXCSC = "LYXC/JCJG/SetData.aspx";//楼宇上传
|
|
|
public static String LYXCJSSC = "LYXC/JCJG/SetFiles.aspx";//楼宇现场记事上传
|
|
|
|
|
|
//-----------------------推送-待办事物---------------------//
|
|
|
public static String PUSH = "TZDB/GetData.aspx"; //userid=test2
|
|
|
|
|
|
//-----------------------点检--------------------------//
|
|
|
public static String DJJHLIST = "DJGL/DJGL_TSJH.ashx";//prame BZMC = 测试班组
|
|
|
public static String DJJHDLB = "DJGL/DJGL_XZRW.ashx";// prame jhid=20161013141937;
|
|
|
public static String DJJHXCJSSC = "DJGL/DJGL_XCJS.ashx";//ms:描述 fileps:文件 poinnum jhid
|
|
|
public static String DJJHSC = "DJGL/DJGL_JLSC.ashx";//json字符串
|
|
|
public static String DJJHQXGD = "DJGL/DJGL_QXGD.ashx";//json字符串
|
|
|
public static String QXGDZY = "QXGD/QXGD_ZYXX.ASHX";
|
|
|
public static String YHPC = "AJH/AJH_YHPCSC.ashx";//隐患排查
|
|
|
public static String YHPCTP = "AJH/AJH_YHWJSC.ashx";//guid
|
|
|
|
|
|
//-----------------------安健环------------------------//
|
|
|
public static String AJHJHLIST = "AJH/AJH_XZJH.ashx";
|
|
|
public static String AJHXZRW = "AJH/AJH_XZRW.ashx";
|
|
|
public static String AJHSC = "AJH/AJH_JLSC.ashx";
|
|
|
public static String AJHXCJS = "AJH/AJH_JSXC.ashx";
|
|
|
public static String XWAQGC = "ajh/gc_xzrw.ashx"; //gh =
|
|
|
public static String QY = "djgl/DJGL_QYLIST.ashx";
|
|
|
public static String XWAQGCSC = "ajh/gc_jlsc.ashx";//观察结果上传
|
|
|
public static String XWAQGCJS = "ajh/GC_JSSC.ashx";//记事上传
|
|
|
public static String GZQKSBLIST = "AJH/GZQKSB/GetDataByList.ashx";//工作上报列表查看
|
|
|
public static String GZQKRZLIST = "AJH/GZQKSB/GetSBOperLogList.ashx";//工作日志
|
|
|
public static String GZQKSBSAVE = "AJH/GZQKSB/SaveData.ashx";//工作情况上报保存
|
|
|
public static String GZQKSBGB = "AJH/GZQKSB/SetRWState.ashx";//工作情况上报关闭
|
|
|
|
|
|
public static String GZQKID = "AJH/GZQKSB/GetDataByID.ashx";
|
|
|
|
|
|
public static String XAQKCX = "AJH/XASB/GetDataByList.ashx";
|
|
|
|
|
|
public static String XAQKSB = "AJH/XASB/SaveData.ashx";//卸氨上报--新增
|
|
|
|
|
|
public static String GBXA = "AJH/XASB/SetRWState.ashx";//卸氨上报--新增
|
|
|
|
|
|
public static String AB = "M_AF/AFBJ_KHGL.ashx";//卸氨上报--新增
|
|
|
|
|
|
//获取请假申请列表
|
|
|
public static String GETLEAVELIST_DATA = "PubFile/Data/RGKQ/GetData.ashx";
|
|
|
|
|
|
|
|
|
|
|
|
public final static int IMAGE_RESULT = 10;
|
|
|
public final static int SBXJZT_WWC = 0;
|
|
|
public final static int SBXJZT_ZC = 1;
|
|
|
public final static int SBXJZT_BZC = 2;
|
|
|
public final static int RESULT_OK = 1;
|
|
|
public final static int DLB = 1;
|
|
|
public final static int ZKDLB = 2;
|
|
|
|
|
|
//==============================巡视抄表=========================================//
|
|
|
|
|
|
public final static String XSCB = "XSCB/XSCB_JHGL.ashx";//巡视抄表
|
|
|
public final static String XSDJ = "DQGZ/DQGZ_CHGL.ashx";//定期工作
|
|
|
public final static String XS_JCSJ = "GGJK/GGJK.ashx";
|
|
|
|
|
|
|
|
|
public final static String UPDATEURL = "ApkUpdate/GetDataversion.aspx";
|
|
|
|
|
|
|
|
|
// ========================= 用于判断是哪个界面传过的数据 =========================//
|
|
|
|
|
|
public final static String ACT_FRG_FLAG = "act_frg_flag";
|
|
|
//灭火器材
|
|
|
public final static int MHQCFRG = 1;
|
|
|
//消防栓
|
|
|
public final static int XFSFRG = 2;
|
|
|
//防火门
|
|
|
public final static int FHMFRG = 3;
|
|
|
//点列表
|
|
|
public final static int SDLBACT = 4;
|
|
|
|
|
|
public final static int AjhACT = 5;
|
|
|
|
|
|
// ========================= intent KEY ========================//
|
|
|
public final static String KEY_ITEMID = "itemid";
|
|
|
public final static String KEY_SBINFO = "sbinfo";
|
|
|
public final static String KEY_SBDJLIST = "sbdjlist";
|
|
|
public final static String KEY_JCZT = "zczt";
|
|
|
public final static String KEY_MS = "ms";
|
|
|
public final static String KEY_FLAG = "flag";
|
|
|
public final static String KEY_IS_EDIT = "edit";
|
|
|
public final static String KEY_NOTIF = "notification";
|
|
|
public final static String KEY_PDID = "pdid";
|
|
|
public final static String KEY_DJJHLIST = "djjhlist";
|
|
|
public final static String KEY_DJJHRWQY = "djjhrwqy";
|
|
|
public final static String KEY_ITEM = "item";
|
|
|
public final static String FILEPS = "fileps";
|
|
|
public final static String KEY_XSCBJH = "xscbjh";
|
|
|
public final static String KEY_QY = "qydlist";
|
|
|
public final static String KEY_EWM_OR_NFC = "ewm_or_nfc";//二维码或NFC 0 NFC 1 一维码二维码
|
|
|
public final static String KEY_IS_HIS = "history";//历史
|
|
|
public final static String KEY_JHLX = "jhlx";
|
|
|
public final static String KEY_BG = "DQGZBG";//定期工作变更
|
|
|
public final static String KEY_ZXID = "zxid";
|
|
|
public final static String KEY_XS_HISTORY = "xs_history";
|
|
|
|
|
|
public final static String KEY_DQGZ = "dqgz";//定期工作
|
|
|
|
|
|
public final static String FIRST = "first";//是否第一次进入程序
|
|
|
public final static String KEY_IP = "ip";//ip地址
|
|
|
public final static String KEY_BQBM = "bqbm";//二维码或条形码
|
|
|
public final static String KEY_NFCBH = "nfcbh";//NFC编号
|
|
|
|
|
|
public final static String YX_WIFI_IP = "WIFI";
|
|
|
public final static String YX_4G_IP = "4G";
|
|
|
|
|
|
public final static String NFCOREWM = "nfcorewm";
|
|
|
|
|
|
public final static String WIFI_4G = "wifi4g";
|
|
|
|
|
|
public final static String NETWORK_CHECK_TYPE = "NETWORK_CHECK_TYPE";
|
|
|
|
|
|
|
|
|
|
|
|
//用户信息
|
|
|
public static String PERMISSIONSRESULT = "PermissionsResult";
|
|
|
public static String PERMISSIONSRESULT_YX = "PermissionsResult";
|
|
|
public final static String BZBH = "bzbh";
|
|
|
public final static String BZMC = "bzmc";
|
|
|
public final static String CHINESENAME = "CHINESENAME";
|
|
|
public final static String SCBZBH = "scbzbh";
|
|
|
public final static String ISSCBM = "isScBm";
|
|
|
|
|
|
public static boolean NEWWORK_STATE;//网络状态
|
|
|
public static boolean TEST = false;
|
|
|
|
|
|
public static String PRINTIP = "10.19.110.19";//打印机的IP
|
|
|
public static String PRINTIP_BANGONGSHI = "10.19.110.19";//办公室打印机的IP
|
|
|
public static String PRINTIP_YIHAOCHANGKU = "10.19.110.220";//1号仓库是打印机的IP
|
|
|
public static String PRINTIP_BIANXIE = "10.19.110.24";//便携打印机的IP
|
|
|
|
|
|
//人员组织结构模块 用户验证接口token
|
|
|
public final static String AUTHENTICATIONLOGINTOKEN = "AUTHENTICATIONLOGINTOKEN";
|
|
|
//人员组织结构模块 下次登录时间
|
|
|
public final static String AUTHENTICATIONLOGINNEXTDATE = "AUTHENTICATIONLOGINNEXTDATE";
|
|
|
//AI三维可视化平台token
|
|
|
public final static String AUTHENTICATIONLOGINTOKENAI = "AUTHENTICATIONLOGINTOKENAI";
|
|
|
//AI三维登录
|
|
|
public final static String AUTHENTICATIONLOGINAI3D = "login/login_app";
|
|
|
//当前厂内人员数量
|
|
|
public final static String INFO_STATISTICS = "client/index/info_statistics";
|
|
|
//当前厂内人员数量v1
|
|
|
public final static String INFO_STATISTICS_V1 = "v1/api/staff/statistics";
|
|
|
//厂内员工列表,厂内人员列表(不含员工)共用url,但返回的数据结构不同
|
|
|
public final static String PLANT_PERSONNEL_LIST = "api/real_time_data/plant_personnel_list";
|
|
|
//人员轨迹
|
|
|
public final static String PERSONNEL_TRAJECTORY = "api/real_time_data/personnel_trajectory";
|
|
|
//人员详细信息
|
|
|
public final static String CONTRACTOR_PERSONNEL_INFORMATION = "api/real_time_data/contractor_personnel_information";
|
|
|
//人员轨迹
|
|
|
public final static String MEMBER_TRACK_URL = "api/real_time_data/personnel_trajectory";
|
|
|
//厂内人员信息,每个常维队伍人数
|
|
|
public final static String REGULAR_MAINTENANCE_STAFF_STATISTICS = "api/real_time_data/regular_maintenance_staff_statistics";
|
|
|
//厂内人员信息,每个常维队伍人数, 实时查询常维队伍人员明细
|
|
|
public final static String REGULAR_MAINTENANCE_STAFF = "api/real_time_data/regular_maintenance_staff";
|
|
|
|
|
|
//修改手机号或者密码
|
|
|
public static String UPLOAD_PHONE_OR_PWD_URL="PubFile/Data/aboutme/UpdateUserPwd.ashx";
|
|
|
|
|
|
/**
|
|
|
* 生产岗位技能平台
|
|
|
*/
|
|
|
//获取历史练习数据
|
|
|
public static String GETEXERCISELIST_URL="ZHYXB/Api/ZXLX/GetExerciseList.ashx?man_id=";
|
|
|
//获取自我练习历史数据
|
|
|
public static String GETEXERCISERECORD_URL="ZHYXB/Api/ZXLX/GetExerciseRecord.ashx?man_id=";
|
|
|
//练习得分明细
|
|
|
public static String GETEXERCISESCORE_URL="ZHYXB/Api/ZXLX/GetExerciseScore.ashx?ksjl_id=";
|
|
|
//获取生产岗位练习题目
|
|
|
public static String GETEXERCISEKSTM_URL="ZHYXB/Api/ZXLX/GetExerciseKSTM.ashx?man_id=";
|
|
|
//获取生产岗位练习答题解析
|
|
|
public static String GETEXERCISESCORE_DETAIL_URL="ZHYXB/Api/ZXLX/GetExerciseKSTMDA.ashx?ksjl_id=";
|
|
|
//修改试卷状态
|
|
|
public static String UPDATE_SJSTATE_URL="ZHYXB/Api/ZXLX/Update_SJState.ashx";
|
|
|
//保存考试数据(交卷)
|
|
|
public static String UPLOAD_EXERCISEK_URL="ZHYXB/Api/ZXLX/Save_Data.ashx";
|
|
|
//获取学习课程列表(有效期内的课程)
|
|
|
public static String PRODUCE_STUDY_DATA_URL="ZHYXB/Api/ZXXX/Get_ListData.ashx?man_id=";
|
|
|
//获取学习课程列表(历史记录)
|
|
|
public static String GETPRODUCESTUDYDATA_URL="ZHYXB/Api/ZXXX/Get_ListDataLS.ashx?man_id=";
|
|
|
//获取生产岗位考试题目
|
|
|
public static String GET_PRODUCE_EXAM_URL="ZHYXB/Api/ZXKS/GetExerciseKSTM.ashx?man_id=";
|
|
|
//修改试卷为已开卷状态
|
|
|
public static String UPDATE_PORDUCE_EXAM_STATUS_URL="ZHYXB/Api/ZXKS/Update_SJState.ashx";
|
|
|
//修改试卷为已开卷状态
|
|
|
public static String UPDATE_PORDUCE_EXAM_TODO_STATUS_URL="ZHYXB/Api/ZXKS/Update_TODO_TASK.ashx";
|
|
|
//保存生产岗位考试数据(交卷)
|
|
|
public static String UPLOAD_PRODUCE_EXAM_URL="ZHYXB/Api/ZXKS/Save_Data.ashx";
|
|
|
|
|
|
|
|
|
//管理
|
|
|
//安防-危化品入厂申请
|
|
|
public static String DAGER_ENTER_APPLY_GETLIST_URL="CBS/WHP/Api/GetWHPSQList.ashx?Login_User_ID=";
|
|
|
//安防-危化品入厂申请详细数据
|
|
|
public static String DAGER_ENTER_APPLY_DETAIL_URL="CBS/WHP/Api/getDetailData.ashx?id=";
|
|
|
//安防-删除危化品清单一条数据
|
|
|
public static String DAGER_ENTER_APPLY_DELETE_ITEM_LIST_URL="CBS/WHP/Api/DelHWPSQ_QD.ashx";
|
|
|
//安防-修改危化品清单一条数据
|
|
|
public static String DAGER_ENTER_APPLY_CHANGE_ITEM_LIST_URL="CBS/WHP/Api/EidtHWPSQ_QD.ashx";
|
|
|
//安防-新增危化品清单一条数据
|
|
|
public static String DAGER_ENTER_APPLY_ADD_ITEM_LIST_URL="CBS/WHP/Api/AddHWPSQ_QD.ashx";
|
|
|
//安防-新增危化一条数据
|
|
|
public static String DAGER_ENTER_APPLY_ADD_WHP_URL="CBS/WHP/Api/AddHWPSQ.ashx";
|
|
|
//修改危化品入厂申请
|
|
|
public static String DAGER_ENTER_APPLY_UPDATE_WHP_URL="CBS/WHP/Api/EidtHWPSQ.ashx";
|
|
|
//删除危化品入厂申请
|
|
|
public static String DAGER_ENTER_APPLY_DELETE_WHP_URL="CBS/WHP/Api/DelHWPSQ.ashx";
|
|
|
//提交危化品入厂申请
|
|
|
public static String DAGER_ENTER_APPLY_SUBMIT_WHP_URL="CBS/WHP/Api/TjHWPSQ.ashx";
|
|
|
|
|
|
|
|
|
|
|
|
//移动仓库
|
|
|
//母货架
|
|
|
public static String GET_SPINNER_PARENT_DATA_URL="WLJS/WLUP/NoImg/GetMHJDDL.aspx";
|
|
|
//子货架
|
|
|
public static String GET_SPINNER_SON_DATA_URL="WLJS/WLUP/NoImg/GetZHJDDL.aspx?BINNUM=";
|
|
|
//获取物资信息
|
|
|
public static String GET_WZ_NO_IMG_DATA_URL="WLJS/WLUP/NoImg/GetData.aspx?MHJ=";
|
|
|
//物资查询
|
|
|
public static String GET_WZ_SEARCH_DATA_URL="WLJS/WLUP/GetDataNew.aspx";
|
|
|
//上传视频
|
|
|
public static String YDCK_WZ_UPLOAD_VIDEO_URL="WLJS/WLUP/SetFilesNew.aspx";
|
|
|
//扫码获取母货架编号
|
|
|
public static String GET_SPINNER_PARENT_UDBIN_URL="WLJS/KCSSPD/GetUDBIN.ashx";
|
|
|
//用母货架编号查询获取子货架编号
|
|
|
public static String GET_SPINNER_SON_UDBIN_URL="WLJS/KCSSPD/GetUDBINNUM.ashx";
|
|
|
|
|
|
|
|
|
}
|