commit | author | age
|
a18bfa
|
1 |
|
Z |
2 |
|
|
3 |
#---------服务配置---------- |
|
4 |
|
|
5 |
|
|
6 |
server.port = 9089 |
|
7 |
mybatis.mapperLocations = classpath:mybatis/**/*.xml |
|
8 |
mybatis.typeAliasesPackage = com.changhong.epc.tenant.mapper |
|
9 |
tokenflag = 1 |
|
10 |
|
|
11 |
|
|
12 |
#---------基础配置---------- |
|
13 |
|
|
14 |
spring.redis.host = 114.115.154.62 |
|
15 |
spring.redis.port = 6379 |
0ef201
|
16 |
spring.redis.password=iem@2020 |
a18bfa
|
17 |
spring.datasource.center.url = jdbc:mysql://114.115.154.62:3306/epc_center?useUnicode=true&characterEncoding=utf-8&useOldAliasMetadataBehavior=true&zeroDateTimeBehavior=convertToNull |
Z |
18 |
spring.datasource.center.username = jiuding |
0ef201
|
19 |
spring.datasource.center.password = 95997F86E784AEDE3584044EA4857E2A81C9A0B423FD7EA5 |
a18bfa
|
20 |
spring.datasource.center.driverClass = com.mysql.jdbc.Driver |
Z |
21 |
spring.datasource.center.filters = stat |
|
22 |
spring.datasource.center.maxActive = 50 |
|
23 |
spring.datasource.center.initialSize = 0 |
|
24 |
spring.datasource.center.maxWait = 6000 |
|
25 |
spring.datasource.center.minIdle = 0 |
|
26 |
spring.datasource.center.validationQuery = select 1; |
|
27 |
spring.datasource.center.timeBetweenEvictionRunsMillis = 5000 |
|
28 |
spring.datasource.center.minEvictableIdleTimeMillis = 60000 |
|
29 |
spring.datasource.center.testWhileIdle = true |
|
30 |
spring.datasource.center.testOnBorrow = true |
|
31 |
spring.datasource.center.testOnReturn = false |
|
32 |
spring.datasource.center.connectionProperties = password=${spring.datasource.center.password} |
|
33 |
spring.datasource.center.passwordCallbackClassName = com.iemsoft.framework.cloud.config.datasource.password.IEMPassWordCallBack |
|
34 |
spring.datasource.tenant1.url = jdbc:mysql://114.115.154.62:3306/epc_tenant_1?useUnicode=true&characterEncoding=utf-8&useOldAliasMetadataBehavior=true&zeroDateTimeBehavior=convertToNull |
|
35 |
spring.datasource.tenant1.username = jiuding |
0ef201
|
36 |
spring.datasource.tenant1.password = 95997F86E784AEDE3584044EA4857E2A81C9A0B423FD7EA5 |
a18bfa
|
37 |
spring.datasource.tenant1.driverClass = com.mysql.jdbc.Driver |
Z |
38 |
spring.datasource.tenant1.filters = stat |
|
39 |
spring.datasource.tenant1.maxActive = 50 |
|
40 |
spring.datasource.tenant1.initialSize = 0 |
|
41 |
spring.datasource.tenant1.maxWait = 6000 |
|
42 |
spring.datasource.tenant1.minIdle = 0 |
|
43 |
spring.datasource.tenant1.validationQuery = select 1; |
|
44 |
spring.datasource.tenant1.timeBetweenEvictionRunsMillis = 5000 |
|
45 |
spring.datasource.tenant1.minEvictableIdleTimeMillis = 60000 |
|
46 |
spring.datasource.tenant1.testWhileIdle = true |
|
47 |
spring.datasource.tenant1.testOnBorrow = true |
|
48 |
spring.datasource.tenant1.testOnReturn = false |
|
49 |
spring.datasource.tenant1.connectionProperties = password=${spring.datasource.tenant1.password} |
|
50 |
spring.datasource.tenant1.passwordCallbackClassName = com.iemsoft.framework.cloud.config.datasource.password.IEMPassWordCallBack |
|
51 |
spring.datasource.tenant2.url = jdbc:mysql://114.115.154.62:3306/epc_tenant_2?useUnicode=true&characterEncoding=utf-8&useOldAliasMetadataBehavior=true&zeroDateTimeBehavior=convertToNull |
|
52 |
spring.datasource.tenant2.username = jiuding |
0ef201
|
53 |
spring.datasource.tenant2.password = 95997F86E784AEDE3584044EA4857E2A81C9A0B423FD7EA5 |
a18bfa
|
54 |
spring.datasource.tenant2.driverClass = com.mysql.jdbc.Driver |
Z |
55 |
spring.datasource.tenant2.filters = stat |
|
56 |
spring.datasource.tenant2.maxActive = 50 |
|
57 |
spring.datasource.tenant2.initialSize = 0 |
|
58 |
spring.datasource.tenant2.maxWait = 6000 |
|
59 |
spring.datasource.tenant2.minIdle = 0 |
|
60 |
spring.datasource.tenant2.validationQuery = select 1; |
|
61 |
spring.datasource.tenant2.timeBetweenEvictionRunsMillis = 5000 |
|
62 |
spring.datasource.tenant2.minEvictableIdleTimeMillis = 60000 |
|
63 |
spring.datasource.tenant2.testWhileIdle = true |
|
64 |
spring.datasource.tenant2.testOnBorrow = true |
|
65 |
spring.datasource.tenant2.testOnReturn = false |
|
66 |
spring.datasource.tenant2.connectionProperties = password=${spring.datasource.tenant2.password} |
|
67 |
spring.datasource.tenant2.passwordCallbackClassName = com.iemsoft.framework.cloud.config.datasource.password.IEMPassWordCallBack |
0ef201
|
68 |
tm.manager.url = http://iemsoft:iemsoft.cn@localhost:8999/tx/manager/ |
a18bfa
|
69 |
logging.config = classpath:logback-boot.xml |
Z |
70 |
eureka.instance.prefer-ip-address = true |
|
71 |
eureka.instance.instance-id = ${spring.cloud.client.ipAddress}:${server.port} |
|
72 |
eureka.client.serviceUrl.defaultZone = http://iemsoft:iemsoft.cn@localhost:9995/eureka/ |
|
73 |
epc.changhong.system-name = 费用云平台 |
|
74 |
epc.changhong.permission-host = http://autho.chiq-cloud.com |
|
75 |
epc.changhong.permission-app-key = 951176a2b1fc4862ae997a5e80fc71ed |
|
76 |
epc.changhong.permission-secret-key = adb32e1c135f4fda8a03ebf690852372 |
|
77 |
epc.changhong.permission-url = autho-api-test |
|
78 |
epc.changhong.permission-version = v1 |
|
79 |
epc.changhong.token-time-out = 3000000 |
|
80 |
epc.changhong.form-service-post = 8089 |
|
81 |
epc.changhong.form-service-url = 114.115.154.62 |
|
82 |
epc.changhong.login-send-redirect = http://epcf.chfcloud.com:8081/#/main |
|
83 |
epc.changhong.bb = http://chartbb.chfcloud.com:10080 |
|
84 |
epc.changhong.report-service-id = 3 |
|
85 |
epc.changhong.report-access-id = 1000002 |
|
86 |
epc.changhong.report-security-key = dfae7333b0434b560d6f11b8c410ab17 |
|
87 |
epc.changhong.txz = https://tuapi.chiq-cloud.com |
|
88 |
epc.changhong.sso-app-id = tubp |
|
89 |
epc.changhong.sso-app-key = 7b8879ad |
|
90 |
epc.changhong.sso-secret-key = 9717cc2fff624ef2a8e7a5407b161513 |
|
91 |
epc.changhong.sso-livemode = 0 |
|
92 |
epc.changhong.sso-server-host = http://test.passport.changhong.com/ |
|
93 |
epc.changhong.ysx = http://csza.chfcloud.com |
|
94 |
epc.changhong.gzl = http://ubpyq.chfcloud.com:8087/ubp |
|
95 |
epc.changhong.process-service-id = 9 |
|
96 |
epc.changhong.process-access-id = 5425975 |
|
97 |
epc.changhong.process-app-key = 9a4b2489b28b4ceeb1e4426018db4a75 |
|
98 |
epc.changhong.process-security-key = 8199609c3cf9465289c04c73ef6d5b19 |
|
99 |
epc.changhong.csc-id = 1000000 |
|
100 |
epc.changhong.csc-private-key = fa5e4cca8dc79ad8aa333e867b2ecb10 |
|
101 |
epc.changhong.pass-port.user-detial.url = ${epc.changhong.txz}/v2/user/getUserDetial |
|
102 |
epc.changhong.pass-port.DEF_CREATE.url = ${epc.changhong.gzl}/ubp-api-control/process/def/create |
|
103 |
epc.changhong.pass-port.DEF_DELETE.url = ${epc.changhong.gzl}/ubp-api-control/process/def/delete |
|
104 |
epc.changhong.pass-port.DEF_DEPLOY.url = ${epc.changhong.gzl}/ubp-api-control/process/def/deploy |
|
105 |
epc.changhong.pass-port.DEF_SEACHE.url = ${epc.changhong.gzl}/ubp-api-seache/process/def/seache |
|
106 |
epc.changhong.pass-port.INST_BACK.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/back |
|
107 |
epc.changhong.pass-port.CREATE_AGENT.url = ${epc.changhong.gzl}/ubp-api-control/process/create/agent |
|
108 |
epc.changhong.pass-port.INST_CREATE.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/create |
|
109 |
epc.changhong.pass-port.INST_DRAWBACK.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/drawBack |
|
110 |
epc.changhong.pass-port.AGENT_DELETE.url = ${epc.changhong.gzl}/ubp-api-control/process/agent/delete |
|
111 |
epc.changhong.pass-port.INST_OVER.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/over |
|
112 |
epc.changhong.pass-port.CREATE_CHARGE.url = ${epc.changhong.gzl}/ubp-api-control/process/create/charge |
|
113 |
epc.changhong.pass-port.INST_FINISH.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/finish |
|
114 |
epc.changhong.pass-port.AGENT_UPDATE.url = ${epc.changhong.gzl}/ubp-api-control/process/agent/update |
|
115 |
epc.changhong.pass-port.SEACHE_HANDLE.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/seache/handle |
|
116 |
epc.changhong.pass-port.INST_LOG.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/log |
|
117 |
epc.changhong.pass-port.GET_BACK.url = ${epc.changhong.gzl}/ubp-api-seache/process/get/back |
|
118 |
epc.changhong.pass-port.INST_AGENT.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/agent |
|
119 |
epc.changhong.pass-port.AGENT_DEFMSG.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/agent/defMsg |
|
120 |
epc.changhong.pass-port.INST_SEACHE.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/seache |
|
121 |
epc.changhong.pass-port.GET_USERINFO.url = ${epc.changhong.gzl}/process-system/system/userInfo |
|
122 |
epc.changhong.pass-port.APP_CREATE.url = ${epc.changhong.gzl}/ubp-api-control/process/app/create |
|
123 |
epc.changhong.pass-port.ORDER_ORDERACCOUNT.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/order/orderAccount |
|
124 |
epc.changhong.pass-port.find-tenant-tenantcompanys.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/tenant/findTenantCompanys |
|
125 |
epc.changhong.pass-port.find-tenant-organization.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/tenant/findOrganization |
|
126 |
epc.changhong.pass-port.find-company-systemlist.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/company/findSystemList |
|
127 |
epc.changhong.pass-port.find-tenant-subcompanysystem.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/tenant/findSubCompanySystem |
|
128 |
epc.changhong.pass-port.find-company-organization.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/company/findOrganization |
|
129 |
epc.changhong.pass-port.find-user-tenantsandcompanys.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/user/findTenantsAndCompanys |
|
130 |
epc.changhong.pass-port.find-user-userorgs.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/user/findUserOrgs |
|
131 |
epc.changhong.pass-port.add-user-usertocsc.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/user/addUserToCSC |
|
132 |
epc.changhong.pass-port.get-user-orgsoftree.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/user/getOrgsOfTree |
|
133 |
epc.changhong.pass-port.find-organization-positionlist.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findPositionList |
|
134 |
epc.changhong.pass-port.find-organization-userlist.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findUserList |
|
135 |
epc.changhong.pass-port.find-organization-namelist.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findNameList |
|
136 |
epc.changhong.pass-port.find-organization-relationdetail.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findRelationDetail |
|
137 |
epc.changhong.pass-port.find-organization-idnames.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findIdNames |
|
138 |
epc.changhong.pass-port.order-rule-check.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/api/orderRuleCheck |
|
139 |
epc.changhong.pass-port.get-orderpic.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/api/getOrderPic |
|
140 |
epc.changhong.pass-port.get-order-typedefinelist.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/orderTypeDefine/getOrderTypeDefineList |
|
141 |
epc.changhong.pass-port.get-bus-typebycomp.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/busType/getBusTypeByComp |
|
142 |
epc.changhong.pass-port.get-tenant-definemaster.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/ele/getMasDataDefineData |
|
143 |
epc.changhong.pass-port.get-tenant-elemaster.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/ele/getMasDataEle |
|
144 |
epc.changhong.pass-port.get-tenant-valuemaster.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/masDataValue/getAllMasDataDefValueData |
|
145 |
epc.changhong.pass-port.json-order-addorder.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/order/addOrder |
|
146 |
epc.changhong.pass-port.json-order-orderaccountfyy.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/order/orderAccountFyy |
|
147 |
epc.changhong.pass-port.report-widget-saveref.url = ${epc.changhong.bb}/ereport/widget/saveRef |
|
148 |
epc.changhong.pass-port.report-widget-preview.url = ${epc.changhong.bb}/#/preview |
|
149 |
epc.changhong.pass-port.find-users.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findUserList |
|
150 |
epc.changhong.pass-port.order-backrule.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/order/backRule |
|
151 |
epc.changhong.pass-port.update-userinfo.url = ${epc.changhong.txz}/v2/user/updateUserInfo |
|
152 |
epc.changhong.pass-port.find-organization-version.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findCompanyVersion |
|
153 |
|
|
154 |
#ribbon.eureka.enabled = false |
|
155 |
# |
|
156 |
#epc-client-admin.ribbon.listOfServers = 114.115.154.62:9123 |
|
157 |
# |
|
158 |
#epc-client-tenant.ribbon.listOfServers = 114.115.154.62:9089 |
|
159 |
# |
|
160 |
#epc-client-count.ribbon.listOfServers = 114.115.154.62:9989 |
|
161 |
# |
|
162 |
#epc-client-form.ribbon.listOfServers = 114.115.154.62:9128 |
|
163 |
# |
|
164 |
#epc-client-parsing.ribbon.listOfServers = 114.115.154.62:9096 |
|
165 |
|
|
166 |
|
|
167 |
|
|
168 |
#---------熔断器配置---------- |
|
169 |
|
|
170 |
|
|
171 |
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds = 60000 |
|
172 |
hystrix.command.default.execution.timeout.enabled = true |
|
173 |
hystrix.command.default.execution.isolation.thread.interruptOnTimeout = false |
|
174 |
hystrix.command.default.fallback.isolation.semaphore.maxConcurrentRequests = 2000 |
|
175 |
hystrix.command.default.fallback.enabled = false |
|
176 |
hystrix.command.default.circuitBreaker.requestVolumeThreshold = 1 |
|
177 |
hystrix.threadpool.default.coreSize = 1000 |
|
178 |
hystrix.threadpool.default.maxQueueSize = 1000 |
|
179 |
hystrix.threadpool.default.queueSizeRejectionThreshold = 1000 |
|
180 |
|
|
181 |
|
|
182 |
#---------国际化配置---------- |
|
183 |
|
|
184 |
|
|
185 |
DepartmentBudgt.zh-CN = 部门预算 |
|
186 |
ElevantDepartments.zh-CN = 归口预算 |
|
187 |
SuperBudgtDepartments.zh-CN = 上级部门 |
|
188 |
ApplyUseBudgtFun.zh-CN = 申请使用预算 |
|
189 |
ExpendUseBudgtFun.zh-CN = 报销使用预算 |
|
190 |
CREATE_ASSET_DATE_ERROR.zh-CN = 请创建资产化日期{0}的资产 |
|
191 |
BUDGET_CHILD_SIZE.zh-CN = 预算子表单数量与上级预算不一致 |
|
192 |
CONTRACT_CHILD_SIZE.zh-CN = 合同报销阶段数量与合同信息阶段不一致 |
|
193 |
OVERTOP_CONTRACT_MONEY.zh-CN = 超出合同信息阶段金额 |
|
194 |
BUDGET_MONEY_NOT_ENOUGH.zh-CN = 预算余额不足 |
|
195 |
RECOVERY_BUDGET_MONEY_NOT_ENOUGH.zh-CN = 回收金额不能大于预算余额 |
|
196 |
EXTEND_BUDGET_MONEY_NOT_ENOUGH.zh-CN = 扩展预算金额不能大于上级预算余额 |
|
197 |
BUDGET_LOCK.zh-CN = 其它单据正在使用此预算单,请稍后再试 |
|
198 |
EMPTY_BUDGET.zh-CN = 未找到对应预算信息 |
|
199 |
BUDGET_EXPEND_DATE_ERROR.zh-CN = 预算扩展日期不能小于或等于预算结束日期 |
|
200 |
BUDGET_INVALID.zh-CN = 预算信息无效,请从新选择 |
|
201 |
ALREADY_REPAID_OUT.zh-CN = 还款金额超出 |
|
202 |
PERSION_COST_OUT.zh-CN = 个人抵扣金额大于当前还款总金额/当前无借款 |
|
203 |
CREATE_ORDERCODE_ERR.zh-CN = 自动创单失败 |
|
204 |
ACCOUNT_NOT_DEPRECIATION.zh-CN = 只有计提成功的资产才可以记账 |
|
205 |
CONTRACT_BUDGET_OUT.zh-CN = 超出预算金额 |
|
206 |
CONTRACT_OVER.zh-CN = 此合同已终止 |
|
207 |
C00021.zh-CN = {0}已存在相同值! |
|
208 |
BUDGETINFO_DEFICLENCY.zh-CN = 预算条件不完整,请完善数据! |
|
209 |
BUDGETINFO_NOTFOUND.zh-CN = 预算单明细中无数据 |
|
210 |
DEP_RETEPI.zh-CN = 当前部门已有相同预算: |
|
211 |
FORM_LOCK.zh-CN = 表单已锁定,请稍后重试 |
|
212 |
FORM_UPDATE.zh-CN = 单据已被修改或超时,请从新打开 |
|
213 |
FORM_USER_AGREEMENT.zh-CN = 当前单据创建人与操作人员不一致 |
|
214 |
000006.zh-CN = 对象未初始化或者不存在 |
|
215 |
000000.zh-CN = 请求成功 |
|
216 |
000005.zh-CN = 数据库操作错误 |
|
217 |
000007.zh-CN = 数据输入输出错误 |
|
218 |
000008.zh-CN = 指定的类不存在 |
|
219 |
000009.zh-CN = 数学运算异常 |
|
220 |
000010.zh-CN = 数组越界异常 |
|
221 |
000011.zh-CN = 方法参数错误 |
|
222 |
000012.zh-CN = 类型转化错误 |
|
223 |
000013.zh-CN = 违背安全原则错误 |
|
224 |
000014.zh-CN = 数据库操作异常 |
|
225 |
000015.zh-CN = 方法未找到 |
|
226 |
000016.zh-CN = JAVA虚拟机发生内部异常 |
|
227 |
000017.zh-CN = SQL语句发生错误 |
|
228 |
000018.zh-CN = 程序内部错误,操作失败 |
|
229 |
F0004.zh-CN = 格式化日期 |
|
230 |
S0004.zh-CN = ([日期类型(必填)], [日期格式]) |
|
231 |
F0008.zh-CN = 获得当前时间 |
|
232 |
S0008.zh-CN = () |
|
233 |
F0009.zh-CN = 获得年 |
|
234 |
S0009.zh-CN = ([日期类型(必填)]) |
|
235 |
F0011.zh-CN = 获得两个日期相差天数 |
|
236 |
S0011.zh-CN = ([日期类型(必填)], [日期类型(必填)]) |
|
237 |
F0015.zh-CN = 获取报销次数 |
|
238 |
S0015.zh-CN = ([表单id(必填)]) |
|
239 |
F0020.zh-CN = 获得日期月分 |
|
240 |
S0020.zh-CN = ([日期类型(必填)]) |
|
241 |
F0012.zh-CN = 获得两个日期相差小时数 |
|
242 |
S0012.zh-CN = ([日期类型(必填)], [日期类型(必填)]) |
|
243 |
F0013.zh-CN = 日期加小时 |
|
244 |
S0013.zh-CN = ([日期类型(必填)], [数字(必填)]) |
|
245 |
F0201.zh-CN = 向上取整 |
|
246 |
S0201.zh-CN = ([数字类型(必填)]) |
|
247 |
F0202.zh-CN = 向下取整 |
|
248 |
S0202.zh-CN = ([数字类型(必填)]) |
|
249 |
F0203.zh-CN = 四舍五入 |
|
250 |
S0203.zh-CN = ([数字类型(必填)]) |
|
251 |
F0002.zh-CN = 获得第一个行程控件值 |
|
252 |
S0002.zh-CN = ([主数据(必填)]) |
|
253 |
F0003.zh-CN = 获得最后一个行程控件值 |
|
254 |
S0003.zh-CN = ([主数据(必填)]) |
|
255 |
F0010.zh-CN = 获得控件值 |
|
256 |
S0010.zh-CN = ([主数据(必填)]) |
|
257 |
F0205.zh-CN = 获得行程个数 |
|
258 |
S0205.zh-CN = ([主数据]) |
|
259 |
F0001.zh-CN = 获得主数据值(字符串) |
|
260 |
S0001.zh-CN = ([主数据.返回的元素(必填)],[主数据.元素] |
|
261 |
F0007.zh-CN = 获得主数据值(浮点) |
|
262 |
S0007.zh-CN = ([主数据.返回的元素(必填)],[主数据.元素] |
|
263 |
F0005.zh-CN = 获得主数据值-参数 |
|
264 |
S0005.zh-CN = ([主数据.元素], [主数据]) |
|
265 |
fe001.zh-CN = 未找到相应函数参数 |
|
266 |
DEBG.zh-CN = 定额包干 |
|
267 |
SBSX.zh-CN = 实报实销 |
|
268 |
BZNXEBX.zh-CN = 标准内限额 |
|
269 |
BZNSBSX.zh-CN = 标准内据实 |
|
270 |
NO_STANDARD_GROUP.zh-CN = 费用不符合标准提示信息 |
|
271 |
NO_STANDARD.zh-CN = 不在补助标准范围内 |
|
272 |
MONEY_TYPE.zh-CN = 费用类型 |
|
273 |
WAY_TYPE.zh-CN = 报销方式 |
|
274 |
ERR_TITLE.zh-CN = 错误提示 |
|
275 |
BILL_TITLE_NAME.zh-CN = 票据 |
|
276 |
NOMR_TITLE_NAME.zh-CN = 标准 |
|
277 |
BILL_RULE_MSG.zh-CN = 票据规则检查提示信息 |
|
278 |
PERSION_NO_EQUALS.zh-CN = 城市间交通费''{0}''与单据人员不符 |
|
279 |
NO_BILL_JOURNEY.zh-CN = 无票据行程 |
|
280 |
FORBID_SQL_PARAM.zh-CN = 函数禁止sql语句 |
|
281 |
E0019.zh-CN = 参数不可为空 |
|
282 |
E0100.zh-CN = 调用接口失败 |
|
283 |
DEPRECIATION_MONTH_ERROR.zh-CN = 请在{0}计提{1}部门的资产 |
|
284 |
ACCOUNT_NOTEMPTY_ERROR.zh-CN = {0}部门{1}已记账,不可重新计提 |
|
285 |
NO_ASSET_ERROR.zh-CN = 没有资产,不能计提 |
|
286 |
DEPRECIATION_GT_NOW_MONTH_ERROR.zh-CN = 计提时间不可大于当前月份 |
|
287 |
LAST_DEPRECIATION_NOT_ACCOUNT.zh-CN = 上月计提未记账 |
|
288 |
NEW_ASSET_NOT_DEPRECIATION.zh-CN = 存在未计提资产,请重新计提 |
|
289 |
NOT_ACCOUNT_SERVER.zh-CN = 当前公司没有固定资产记账服务 |
|
290 |
C0000.zh-CN = 请求成功 |
|
291 |
C0006.zh-CN = 对象未初始化或者不存在 |
|
292 |
U0041.zh-CN = 已经存在相同主数据 |
|
293 |
MASTER_ERR_MSG.zh-CN = %s 在'%s'主数据中不存在 |
|
294 |
C0010.zh-CN = 租户公司未初始化 |
|
295 |
C00023.zh-CN = 上传格式不支持! |
|
296 |
100001.zh-CN = 网络异常 |
|
297 |
100009.zh-CN = 表单版本已存在! |
|
298 |
100010.zh-CN = 子表单名已存在! |
|
299 |
100002.zh-CN = 用户名或密码错误 |
|
300 |
100004.zh-CN = 表格格式有误 |
|
301 |
100011.zh-CN = 网络异常 |
|
302 |
L0001.zh-CN = 登陆验证失效 |
|
303 |
CREATEUSER.zh-CN = 创建人 |
|
304 |
CREATEDATETIME.zh-CN = 创建时间 |
|
305 |
PROCESSSTATE.zh-CN = 流程状态 |
|
306 |
otherCost.zh-CN = 其他 |
|
307 |
APPLY_NOT_MERGE.zh-CN = 申请单还没有合并 |
|
308 |
journey.title.billType.zh-CN = 票据类型 |
|
309 |
journey.title.money.zh-CN = 票据金额 |
|
310 |
journey.title.exchangeMoney.zh-CN = 报销币种金额 |
|
311 |
APPLY_FLOW_OVER.zh-CN = 申请流程结束,不可取消合并 |
|
312 |
U0040.zh-CN = token验证失败 |
|
313 |
U0040.en-US = token validation fails |
|
314 |
U0039.zh-CN = sign验证失败 |
|
315 |
U0039.en-US = sign validation fails |
|
316 |
NO_JOIN_BILL.zh-CN = 无匹配行程 |
|
317 |
NO_JOIN_BILL.en-US = no matching trip |
|
318 |
NO_JOIN_BILL_GROUP.zh-CN = 无行程票价信息 |
|
319 |
NO_JOIN_BILL_GROUP.en-US = no trip bill |