| | |
| | | package com.mandi.fendan.util; |
| | | |
| | | public class Contants { |
| | | public class Contants extends Contants_Test{ |
| | | |
| | | public static int XSTDlastSearchday = 120;// 销售提单分单查询最后时间 120天 |
| | | public static String cpxsBtNo = "businesstype00002";// 成品销售业务类型编号 |
| | | |
| | | public static String kjSdepartNo = "04";//科技厂区 |
| | | public static String zzSdepartNo = "03";//郑州厂区 |
| | | public static String msSdepartNo = "06";//明晟厂区 |
| | | public static String yrSdepartNo = "08";//义瑞厂区 |
| | | |
| | | public static String nc_ywdy_ZZ = "102";//郑州nc业务单元编号 |
| | | public static String nc_ywdy_KJ = "103";//科技nc业务单元编号 |
| | | public static String nc_ywdy_MS = "111";//明晟nc业务单元编号 |
| | | public static String nc_ywdy_YR = "114";//义瑞nc业务单元编号 |
| | | public static String nc_ywdy_MT = "101";//明泰nc业务单元编号 |
| | | |
| | | public static int scale = 4;// 小数保留位数 |
| | | //分单打印地址 |
| | | public static String GYPrintAdd = "/WebReport/ReportServer?reportlet=print%2Fprint_fd_ncxstd.cpt"; |
| | | public static String GJTDALLPrintAdd = "/WebReport/ReportServer?reportlet=print%2Fprint_fd_ncxstdall.cpt"; |
| | | //nc发货单推送分单系统action值 |
| | | public static String NcactionCode_add = "1020"; |
| | | public static String NcactionCode_del = "1022"; |
| | | public static String NcactionCode_close = "1024"; |
| | | public static String NcactionCode_open = "1026"; |
| | | |
| | | // 分单系统推送一卡通系统地址 |
| | | // public static String yktLocalAdd = "http://10.0.12.11:8080";// 一卡通内网地址 |
| | | // 分单回写nc系统 |
| | | // public static String NCfdhx_url = "http://10.0.12.17:9088/api/Domain/mtcesb/servlet/PubAPIServlet"; |
| | | // // NC数据源名字 |
| | | // public static String NCds_name = "design"; |
| | | // public static String NCuser_code = "ykt"; |
| | | // public static String NCmethod_name = "WriteDetail"; |
| | | // public static String Ncgroup_code = "01"; |
| | | // public static String NcNosend = "";// 102 |
| | | |
| | | |
| | | //分单系统推送一卡通测试地址 |
| | | public static String yktLocalAdd="http://10.1.1.9:8088";//一卡通外网测试地址 |
| | | // public static String yktLocalAdd="http://125.46.81.106:8088";//一卡通外网测试地址 |
| | | //分单回写nc系统测试地址NCfdhx_url |
| | | public static String NCfdhx_url = "http://10.0.13.20:9088/api/Domain/mtcesb/servlet/PubAPIServlet"; |
| | | |
| | | // 获取一卡通编号,分单表头推送一卡通,取消分单删除一卡通业务单信息,业务单发送短信, |
| | | public static String YKTgetPrefix_url = yktLocalAdd+"/ws/api/prefix"; |
| | | public static String YKTaddYwd_url = yktLocalAdd+"/ws/api/addywd"; |
| | | public static String YKTdelYwd_url = yktLocalAdd+"/ws/api/delywd"; |
| | | public static String YKTsendMsg_url = yktLocalAdd+"/ws/api/sendmsg"; |
| | | |
| | | public static String NCds_name = "design"; |
| | | public static String NCuser_code = "sc"; |
| | | public static String NCmethod_name = "WriteDetail"; |
| | | public static String Ncgroup_code = "01"; |
| | | public static String NcNosend = ""; |
| | | |
| | | } |