Blame view

src/views/oa/doWorkLang.js 4.99 KB
0fbb1447   wuxw   vcFramework.js 转v...
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
  export const messages = {
    en: {
      doWork: {
        search: {
          title: 'Search Conditions',
          workNameLike: 'Work Order Name',
          staffNameLike: 'Processor',
          queryStartTime: 'Start Time',
          queryEndTime: 'End Time'
        },
        table: {
          title: 'Work Order List',
          workId: 'ID',
          workName: 'Work Order Name',
          typeName: 'Type Name',
          workCycle: 'Type',
          startTime: 'Start Time',
          endTime: 'End Time',
          createUserName: 'Creator',
          curStaffName: 'Processor',
          curCopyName: 'CC',
          stateName: 'Status',
          createTime: 'Create Time'
        },
        state: {
          all: 'All',
          pending: 'Pending',
          processed: 'Processed'
        },
        workCycle: {
          once: 'One-time Work Order',
          periodic: 'Periodic Work Order'
        },
        fetchError: 'Failed to fetch work orders'
      },
8d7bf383   wuxw   v1.9 优化工作单相关bug
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
      doCopyWork: {
        detail: {
          title: 'Work Order Details',
          workId: 'Work Order ID',
          workName: 'Work Order Name',
          typeName: 'Type Name',
          workCycle: 'Type',
          startTime: 'Start Time',
          endTime: 'End Time',
          createUserName: 'Creator',
          curStaffName: 'Processor',
          curCopyName: 'CC',
          stateName: 'Status',
          createTime: 'Create Time',
          attachment: 'Attachment',
          download: 'Download'
        },
        table: {
          title: 'Work Task Items',
          select: 'Select',
          content: 'Work Order Content',
          remark: 'Processing Opinion',
          state: 'Status',
          staffName: 'Processor',
          finishTime: 'Completion Time'
        },
        audit: {
          title: 'CC Processing',
          deductionMoney: 'Deduction Amount',
          deductionMoneyPlaceholder: 'Required, please enter deduction amount',
          deductionReason: 'Explanation',
          deductionReasonPlaceholder: 'Required, please enter explanation'
        },
        state: {
          pending: 'Pending',
          processed: 'Processed'
        },
        workCycle: {
          once: 'One-time Work Order',
          periodic: 'Periodic Work Order'
        },
        message: {
          noWorkId: 'Work order ID is missing',
          loadWorkInfoError: 'Failed to load work order information',
          loadTaskItemsError: 'Failed to load task items',
          selectItem: 'Please select a processed task item',
          inputReason: 'Please enter an explanation',
          inputMoney: 'Please enter deduction amount',
          submitSuccess: 'Submitted successfully',
          submitError: 'Submission failed'
        }
      }
0fbb1447   wuxw   vcFramework.js 转v...
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
    },
    zh: {
      doWork: {
        search: {
          title: '查询条件',
          workNameLike: '工单名称',
          staffNameLike: '处理人',
          queryStartTime: '开始时间',
          queryEndTime: '结束时间'
        },
        table: {
          title: '工单列表',
          workId: '编号',
          workName: '工单名称',
          typeName: '类型名称',
          workCycle: '类型',
          startTime: '开始时间',
          endTime: '结束时间',
          createUserName: '发起人',
          curStaffName: '处理人',
          curCopyName: '抄送人',
          stateName: '状态',
          createTime: '创建时间'
        },
        state: {
          all: '全部',
          pending: '待处理',
          processed: '已处理'
        },
        workCycle: {
          once: '一次性工单',
          periodic: '周期性工单'
        },
        fetchError: '获取工单列表失败'
      },
8d7bf383   wuxw   v1.9 优化工作单相关bug
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
      doCopyWork: {
        detail: {
          title: '任务单详情',
          workId: '工单编号',
          workName: '工单名称',
          typeName: '类型名称',
          workCycle: '标识',
          startTime: '开始时间',
          endTime: '结束时间',
          createUserName: '发起人',
          curStaffName: '处理人',
          curCopyName: '抄送人',
          stateName: '状态',
          createTime: '创建时间',
          attachment: '附件',
          download: '下载'
        },
        table: {
          title: '工作单内容',
          select: '选择',
          content: '工作单内容',
          remark: '处理意见',
          state: '状态',
          staffName: '处理人',
          finishTime: '完成时间'
        },
        audit: {
          title: '抄送办理',
          deductionMoney: '扣款金额',
          deductionMoneyPlaceholder: '必填,请填写扣款金额',
          deductionReason: '说明',
          deductionReasonPlaceholder: '必填,请填写说明'
        },
        state: {
          pending: '待处理',
          processed: '已处理'
        },
        workCycle: {
          once: '一次性工单',
          periodic: '周期性工单'
        },
        message: {
          noWorkId: '缺少工单编号',
          loadWorkInfoError: '加载工单信息失败',
          loadTaskItemsError: '加载任务明细失败',
          selectItem: '请选择一个已处理的任务明细',
          inputReason: '请输入说明',
          inputMoney: '请输入扣款金额',
          submitSuccess: '提交成功',
          submitError: '提交失败'
        }
      }
0fbb1447   wuxw   vcFramework.js 转v...
175
176
    }
  }