0a41b92e
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
|
export default {
en: {
simplifyCarFee: {
buyMonthCard: 'Buy Monthly Card',
batchPayment: 'Batch Payment',
createFee: 'Create Fee',
feeItem: 'Fee Item',
feeFlag: 'Fee Flag',
feeType: 'Fee Type',
amountReceivable: 'Amount Receivable',
accountingTime: 'Accounting Time',
receivablePeriod: 'Receivable Period',
description: 'Description',
status: 'Status',
operation: 'Operation',
lastDegree: 'Last Degree',
currentDegree: 'Current Degree',
unitPrice: 'Unit Price',
additionalFee: 'Additional Fee',
algorithm: 'Algorithm',
usage: 'Usage',
fixedFee: 'Fixed Fee',
payment: 'Payment',
paymentHistory: 'Payment History',
moreOperations: 'More Operations',
cancelFee: 'Cancel Fee',
manualFinish: 'Manual Finish',
feeChange: 'Fee Change',
details: 'Details',
note1: 'Note: "-" in receivable end time means not yet receivable or payment has ended',
note2: 'Amount receivable -1 generally means there is an error in the fee item formula setting, please check',
arrearsSubtotal: 'Arrears Subtotal',
parkingLot: ' Parking Lot ',
parkingSpace: ' Parking Space',
owner: 'Owner',
phone: 'Phone'
}
},
zh: {
simplifyCarFee: {
buyMonthCard: '买月卡',
batchPayment: '批量缴费',
createFee: '创建费用',
feeItem: '费用项目',
feeFlag: '费用标识',
feeType: '费用类型',
amountReceivable: '应收金额',
accountingTime: '建账时间',
receivablePeriod: '应收时间段',
description: '说明',
status: '状态',
operation: '操作',
lastDegree: '上期度数',
currentDegree: '本期度数',
unitPrice: '单价',
additionalFee: '附加费',
algorithm: '算法',
usage: '用量',
fixedFee: '固定费',
payment: '缴费',
paymentHistory: '缴费历史',
moreOperations: '更多操作',
cancelFee: '取消费用',
manualFinish: '手工结束',
feeChange: '费用变更',
details: '详情',
note1: '注意: 应收结束时间 "-" 表示未到应收时间 或 收费已结束',
note2: '应收金额 为-1 一般为费用项公式设置出错请检查',
arrearsSubtotal: '欠费小计',
parkingLot: '车场',
parkingSpace: '车位',
owner: '业主',
phone: '电话'
}
}
}
|