1a0bdbe0
wuxw
优化缴费页面
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
|
export const messages = {
en: {
payFeeOrder: {
title: 'Order Payment',
back: 'Back',
feeId: 'Fee ID:',
feeName: 'Fee Item:',
feeType: 'Fee Type:',
billingStartTime: 'Billing Start Time:',
area: 'Area:',
unitPrice: 'Unit Price:',
additionalFee: 'Additional Fee:',
fixedFee: 'Fixed Fee:',
ownerAccount: 'Owner Account:',
giftPoints: 'Gift Points:',
receivable: 'Receivable:',
amountPayable: 'Amount Payable:',
paymentTime: 'Payment Time:',
paymentTimePlaceholder: 'Required, please fill in the payment time',
paymentCycle: 'Payment Cycle:',
selectPaymentCycle: 'Please select payment cycle',
month: 'months',
customCycle: 'Custom Cycle',
customAmount: 'Custom Amount',
customEndTime: 'Custom End Time',
customTimeRange: 'Custom Time Range',
actualCycle: 'Actual Cycle:',
inputActualCycle: 'Please enter actual cycle',
endTime: 'End Time:',
selectEndTime: 'Please select payment end time',
paymentPeriod: 'Payment Period:',
selectStartTime: 'Please select payment start time',
paymentMethod: 'Payment Method:',
selectPaymentMethod: 'Required, please select payment method',
actualReceipt: 'Actual Receipt:',
inputActualAmount: 'Please enter actual receipt amount',
remark: 'Remark:',
inputRemark: 'Optional, please fill in the remark',
scanPayment: 'Scan Payment',
submitPayment: 'Submit Payment'
},
viewRoomData: {
details: 'Details',
label: 'Item',
value: 'Value',
room: 'Room',
floor: 'Floor',
owner: 'Owner',
phone: 'Phone',
type: 'Type',
builtUpArea: 'Built-up Area',
roomArea: 'Room Area',
rent: 'Rent',
state: 'State',
moveInTime: 'Move-in Time'
},
viewFeeData: {
details: 'Details',
label: 'Item',
value: 'Value',
feeId: 'Fee ID',
feeFlag: 'Fee Flag',
feeType: 'Fee Type',
payerObj: 'Payer Object',
feeName: 'Fee Name',
state: 'State',
createTime: 'Create Time',
billingStartTime: 'Billing Start Time',
billingEndTime: 'Billing End Time',
batch: 'Batch'
},
viewFeeConfigData: {
feeItem: 'Fee Item',
label: 'Item',
value: 'Value',
configId: 'Config ID',
feeType: 'Fee Type',
feeName: 'Fee Name',
feeFlag: 'Fee Flag',
billType: 'Bill Type',
paymentType: 'Payment Type',
prepay: 'Prepay',
postpay: 'Postpay',
paymentCycle: 'Payment Cycle',
billingStartTime: 'Billing Start Time',
billingEndTime: 'Billing End Time',
formula: 'Formula',
unitPrice: 'Unit Price',
additionalFee: 'Additional/Fixed Fee'
},
payFeeUserAccount: {
title: 'Account Information',
accountInfo: 'Account Information',
refresh: 'Refresh',
select: 'Select',
accountType: 'Account Type',
accountName: 'Account Name',
accountAmount: 'Account Amount',
operation: 'Operation',
yuan: 'yuan',
prestore: 'Prestore'
},
payFeeDeposit: {
title: 'Deposit Information',
depositInfo: 'Deposit Information',
refresh: 'Refresh',
payerObj: 'Payer Object',
feeName: 'Fee Item',
timeRange: 'Time Range',
amount: 'Amount',
paymentTime: 'Payment Time',
operation: 'Operation',
refund: 'Refund'
},
refundDepositFee: {
title: 'Please confirm your operation!',
alertText: 'After the deposit is refunded, it will be automatically deposited into the account. You can choose to pay from the account. If you refund cash to the owner, please go to the business home page to refund the deposit!',
cancel: 'Cancel',
confirm: 'Confirm',
success: 'Refund deposit successfully',
error: 'Refund deposit failed'
},
payFeeOrderResult: {
title: 'Payment Prompt',
success: 'Payment successful',
receiptTip: 'Please go to the business acceptance page to reprint the receipt',
back: 'Back',
printSmall: 'Print Small Ticket',
mergePrint: 'Merge Print',
printReceipt: 'Print Receipt'
},
payFeeOrderConfirm: {
title: 'Payment Confirmation',
payerObj: 'Payer Object:',
timeRange: 'Payment Period:',
receivable: 'Receivable Amount:',
discountAmount: 'Discount Amount:',
discountTooltip: 'Positive: discounted amount; Negative: additional late fee',
actualAmount: 'Actual Receipt:',
deductionAmount: 'Deduction Amount:',
amountPayable: 'Amount Payable:',
integralDeduction: 'Integral Account Deduction:',
cashDeduction: 'Cash Account Deduction:',
remark: 'Remark:',
authCode: 'Auth Code:',
authCodePlaceholder: 'Please scan with scanner',
close: 'Close',
confirm: 'Confirm Payment'
},
payFeeDiscount: {
title: 'Discount Information',
discountInfo: 'Discount Information',
discountType: 'Discount Type',
discountName: 'Discount Name',
ruleName: 'Rule Name',
rule: 'Rule',
discountAmount: 'Discount Amount',
discountTooltip: 'Negative: discounted amount; Positive: additional late fee',
yuan: 'yuan',
discount: 'Discount',
penalty: 'Penalty',
specialDiscount: 'Special Discount',
monthSpec: 'Month',
penaltySpec: 'Penalty'
},
payFeeCoupon: {
title: 'Gift Coupon',
couponInfo: 'Gift Coupon Information',
ruleName: 'Rule Name',
couponName: 'Coupon Name',
quantity: 'Quantity',
unit: 'pcs',
purpose: 'Purpose'
},
prestoreAccount2: {
title: 'Prestore',
receivable: 'Receivable:',
actualReceipt: 'Actual Receipt:',
prestoreAmount: 'Prestore Amount:',
amountPlaceholder: 'Required, please fill in the prestore amount',
remark: 'Remark:',
remarkPlaceholder: 'Optional, please fill in the remark',
cancel: 'Cancel',
save: 'Save',
amountRequired: 'Amount cannot be empty',
amountFormat: 'Amount format error',
remarkMaxLength: 'Remark cannot exceed 200 characters',
saveSuccess: 'Prestore successfully',
saveError: 'Prestore failed'
}
},
zh: {
payFeeOrder: {
title: '订单收费',
back: '返回',
feeId: '费用ID:',
feeName: '费用项目:',
feeType: '费用类型:',
billingStartTime: '计费起始时间:',
area: '面积:',
unitPrice: '单价:',
additionalFee: '附加费:',
fixedFee: '固定费:',
ownerAccount: '业主账户:',
giftPoints: '赠送积分:',
receivable: '应收款:',
amountPayable: '应缴金额:',
paymentTime: '缴费时间:',
paymentTimePlaceholder: '必填,请填写缴费时间',
paymentCycle: '缴费周期:',
selectPaymentCycle: '请选择缴费周期',
month: '个月',
customCycle: '自定义周期',
customAmount: '自定义金额',
customEndTime: '自定义结束时间',
customTimeRange: '自定义时间段',
actualCycle: '实际周期:',
inputActualCycle: '请输入实际周期',
endTime: '结束时间:',
selectEndTime: '请选择缴费结束时间',
paymentPeriod: '缴费时间段:',
selectStartTime: '请选择缴费开始时间',
paymentMethod: '支付方式:',
selectPaymentMethod: '必填,请选择支付方式',
actualReceipt: '实收款:',
inputActualAmount: '请输入实际收款金额',
remark: '备注:',
inputRemark: '可填,请填写备注',
scanPayment: '扫码收费',
submitPayment: '提交收费'
},
viewRoomData: {
details: '详情',
label: '项目',
value: '值',
room: '房屋',
floor: '楼层',
owner: '业主',
phone: '电话',
type: '类型',
builtUpArea: '建筑面积',
roomArea: '室内面积',
rent: '租金',
state: '房屋状态',
moveInTime: '入住时间'
},
viewFeeData: {
details: '详情',
label: '项目',
value: '值',
feeId: '费用ID',
feeFlag: '费用标识',
feeType: '费用类型',
payerObj: '付费对象',
feeName: '费用项',
state: '费用状态',
createTime: '建账时间',
billingStartTime: '计费开始时间',
billingEndTime: '计费结束时间',
batch: '批次'
},
viewFeeConfigData: {
feeItem: '费用项',
label: '项目',
value: '值',
configId: '费用项ID',
feeType: '费用类型',
feeName: '收费项目',
feeFlag: '费用标识',
billType: '催缴类型',
paymentType: '付费类型',
prepay: '预付费',
postpay: '后付费',
paymentCycle: '缴费周期',
billingStartTime: '计费起始时间',
billingEndTime: '计费终止时间',
formula: '公式',
unitPrice: '计费单价',
additionalFee: '附加/固定费用'
},
payFeeUserAccount: {
title: '账户信息',
accountInfo: '账户信息',
refresh: '刷新',
select: '选择',
accountType: '账户类型',
accountName: '账户名',
accountAmount: '账户金额',
operation: '操作',
yuan: '元',
prestore: '预存'
},
payFeeDeposit: {
title: '押金信息',
depositInfo: '押金信息',
refresh: '刷新',
payerObj: '收费对象',
feeName: '费用项',
timeRange: '时间段',
amount: '金额',
paymentTime: '缴费时间',
operation: '操作',
refund: '退押金'
},
refundDepositFee: {
title: '请确认您的操作!',
alertText: '押金退款后自动存到账户中,您可以从账户中选择缴费,如果退现金给业主,请到业务首页面退押金!',
cancel: '点错了',
confirm: '确认',
success: '退押金成功',
error: '退押金失败'
},
payFeeOrderResult: {
title: '缴费提示',
success: '缴费成功',
receiptTip: '请到业务受理页面补打收据',
back: '返回',
printSmall: '打印小票',
mergePrint: '合并打印',
printReceipt: '打印收据'
},
payFeeOrderConfirm: {
title: '收费确认',
payerObj: '付费对象:',
timeRange: '缴费时间段:',
receivable: '应收金额:',
discountAmount: '优惠金额:',
discountTooltip: '正数:打折减免的金额;负数:需额外缴纳的滞纳金',
actualAmount: '实收金额:',
deductionAmount: '抵扣金额:',
amountPayable: '应缴金额:',
integralDeduction: '积分账户抵扣金额:',
cashDeduction: '现金账户抵扣金额:',
remark: '备注:',
authCode: '授权码:',
authCodePlaceholder: '请用扫码枪扫码',
close: '关闭',
confirm: '确定收费'
},
payFeeDiscount: {
title: '折扣信息',
discountInfo: '折扣信息',
discountType: '折扣类型',
discountName: '折扣名称',
ruleName: '规则名称',
rule: '规则',
discountAmount: '折扣金额',
discountTooltip: '负数:打折减免的金额;正数:需额外缴纳的滞纳金',
yuan: '元',
discount: '优惠',
penalty: '违约',
specialDiscount: '优惠(需要申请)',
monthSpec: '月份',
penaltySpec: '滞纳金'
},
payFeeCoupon: {
title: '赠送优惠券',
couponInfo: '赠送优惠券',
ruleName: '赠送规则',
couponName: '优惠券名称',
quantity: '数量',
unit: '张',
purpose: '用途'
},
prestoreAccount2: {
title: '预存',
receivable: '应收:',
actualReceipt: '实收:',
prestoreAmount: '预存金额:',
amountPlaceholder: '必填,请填写预存金额',
remark: '备注:',
remarkPlaceholder: '可填,请填写备注',
cancel: '取消',
save: '保存',
amountRequired: '金额不能为空',
amountFormat: '金额格式错误',
remarkMaxLength: '备注长度不能超过200位',
saveSuccess: '预存成功',
saveError: '预存失败'
}
}
}
|