Blame view

src/views/report/reportOweFeeDetailLang.js 2.82 KB
95629508   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
  export const messages = {
    en: {
      reportOweFeeDetail: {
        all: 'All',
        searchCondition: 'Search Condition',
        feeType: 'Fee Type',
        selectFeeType: 'Select Fee Type',
        roomNum: 'Room Number',
        inputRoomNum: 'Input Room Number',
        startTime: 'Start Time',
        selectStartTime: 'Select Start Time',
        endTime: 'End Time',
        selectEndTime: 'Select End Time',
        community: 'Community',
        selectCommunity: 'Select Community',
        search: 'Search',
        reset: 'Reset',
        ownerName: 'Owner Name',
        inputOwnerName: 'Input Owner Name',
        oweFeeDetail: 'Owe Fee Detail',
        tooltip: 'Details of arrears associated with rooms and fee items',
        updateDaily: 'Updated daily',
        export: 'Export',
        feeNum: 'Fee No.',
        owner: 'Owner',
        ownerTel: 'Owner Tel',
        area: 'Area',
        feeItem: 'Fee Item',
        oweDays: 'Owe Days',
        oweAmount: 'Owe Amount',
        subtotal: 'Subtotal',
        total: 'Total',
        owe: 'Owe',
        yuan: 'Yuan',
        feeStartTimeDesc: 'Fee start time: The billing start time of the created fee',
        oweDaysDesc1: 'Owe days (days): For deposit fee items, the number of days from the fee start time to the current day',
        oweDaysDesc2: 'For non-deposit fee items, the number of days from the fee start time to the fee end time',
        oweAmountDesc: 'Owe amount: The amount payable during the arrears period'
      }
    },
    zh: {
      reportOweFeeDetail: {
        all: '全部',
        searchCondition: '查询条件',
        feeType: '费用大类',
        selectFeeType: '请选择费用大类',
        roomNum: '房屋编号',
        inputRoomNum: '请填写房屋编号',
        startTime: '开始时间',
        selectStartTime: '请选择开始时间',
        endTime: '结束时间',
        selectEndTime: '请选择结束时间',
        community: '小区',
        selectCommunity: '请选择小区',
        search: '查询',
        reset: '重置',
        ownerName: '业主名称',
        inputOwnerName: '请填写业主名称',
        oweFeeDetail: '欠费明细表',
        tooltip: '房屋与费用项关联的欠费明细',
        updateDaily: '按天更新',
        export: '导出',
        feeNum: '费用编号',
        owner: '业主',
        ownerTel: '业主电话',
        area: '面积',
        feeItem: '费用项',
        oweDays: '欠费时长(天)',
        oweAmount: '欠费金额',
        subtotal: '小计',
        total: '大计',
        owe: '欠费',
        yuan: '元',
        feeStartTimeDesc: '费用开始时间:所创建费用的计费起始时间',
        oweDaysDesc1: '欠费时长(天):押金费用项欠费时长是费用开始时间到当天的天数',
        oweDaysDesc2: '除押金外的费用项欠费时长是费用的开始时间到费用的结束时间的天数',
        oweAmountDesc: '欠费金额:欠费周期内应缴费用'
      }
    }
  }