resourceDetailLang.js
7.03 KB
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
export const messages = {
en: {
resourceDetail: {
itemInfo: 'Item Information',
itemNameWithCode: 'Item Name(Code):',
warehouseName: 'Warehouse Name:',
itemType: 'Item Type:',
itemSpec: 'Item Specification:',
fixedItem: 'Fixed Item:',
referencePrice: 'Reference Price:',
chargeStandard: 'Charge Standard:',
itemStock: 'Item Stock:',
minMeasurement: 'Minimum Measurement:',
minMeasurementTotal: 'Minimum Measurement Total:',
itemAvgPrice: 'Item Average Price:',
purchaseRecord: 'Purchase Record',
useRecordText: 'Use Record',
inventoryRecord: 'Inventory Record',
allocationRecord: 'Allocation Record',
transferRecord: 'Transfer Record',
usageRecord: 'Usage Record',
purchase: {
applyOrderId: 'Application No.',
applicant: 'Applicant',
endUser: 'End User',
itemType: 'Item Type',
itemName: 'Item Name',
itemSpec: 'Item Specification',
fixedItem: 'Fixed Item',
supplier: 'Supplier',
warehouse: 'Warehouse',
applyQuantity: 'Application Quantity',
actualQuantity: 'Actual Quantity',
purchasePrice: 'Purchase Price',
totalPrice: 'Total Price',
remark: 'Remark',
status: 'Status',
createTime: 'Create Time'
},
itemOut: {
applyOrderId: 'Application No.',
applicant: 'Applicant',
endUser: 'End User',
itemType: 'Item Type',
itemName: 'Item Name',
itemSpec: 'Item Specification',
fixedItem: 'Fixed Item',
supplier: 'Supplier',
warehouse: 'Warehouse',
applyQuantity: 'Application Quantity',
quantity: 'Quantity',
purchasePrice: 'Purchase Price',
totalPrice: 'Total Price',
remark: 'Remark',
status: 'Status',
createTime: 'Create Time'
},
inventory: {
inventoryId: 'Inventory No.',
inventoryName: 'Inventory Name',
inventoryTime: 'Inventory Time',
warehouse: 'Warehouse',
inventoryPerson: 'Inventory Person',
status: 'Status',
createTime: 'Create Time'
},
allocation: {
allocationId: 'Allocation No.',
itemType: 'Item Type',
itemName: 'Item Name',
itemSpec: 'Item Specification',
fixedItem: 'Fixed Item',
originalStock: 'Original Stock',
allocationQuantity: 'Allocation Quantity',
sourceWarehouse: 'Source Warehouse',
targetWarehouse: 'Target Warehouse',
applicant: 'Applicant',
remark: 'Remark',
allocationType: 'Allocation Type',
status: 'Status',
createTime: 'Create Time'
},
allocationUser: {
id: 'ID',
itemType: 'Item Type',
itemName: 'Item Name',
itemSpec: 'Item Specification',
fixedItem: 'Fixed Item',
transferUser: 'Transfer User',
transferTarget: 'Transfer Target',
originalStock: 'Original Stock',
transferQuantity: 'Transfer Quantity',
createTime: 'Create Time',
remark: 'Remark'
},
useRecord: {
id: 'ID',
repairId: 'Repair ID',
itemId: 'Item ID',
itemType: 'Item Type',
itemName: 'Item Name',
itemSpec: 'Item Specification',
fixedItem: 'Fixed Item',
useType: 'Use Type',
useQuantity: 'Use Quantity',
itemPrice: 'Item Price',
userId: 'User ID',
userName: 'User Name',
createTime: 'Create Time',
remark: 'Remark'
}
}
},
zh: {
resourceDetail: {
itemInfo: '物品信息',
itemNameWithCode: '物品名称(编号):',
warehouseName: '仓库名称:',
itemType: '物品类型:',
itemSpec: '物品规格:',
fixedItem: '固定物品:',
referencePrice: '参考价格:',
chargeStandard: '收费标准:',
itemStock: '物品库存:',
minMeasurement: '最小计量:',
minMeasurementTotal: '最小计量总数:',
itemAvgPrice: '物品均价:',
purchaseRecord: '采购记录',
useRecordText: '领用记录',
inventoryRecord: '盘点记录',
allocationRecord: '调拨记录',
transferRecord: '转赠记录',
usageRecord: '使用记录',
purchase: {
applyOrderId: '申请单号',
applicant: '申请人',
endUser: '使用人',
itemType: '物品类型',
itemName: '物品名称',
itemSpec: '物品规格',
fixedItem: '固定物品',
supplier: '供应商',
warehouse: '物品仓库',
applyQuantity: '申请数量',
actualQuantity: '实际采购数量',
purchasePrice: '采购价格',
totalPrice: '总价',
remark: '申请备注',
status: '状态',
createTime: '创建时间'
},
itemOut: {
applyOrderId: '申请单号',
applicant: '申请人',
endUser: '使用人',
itemType: '物品类型',
itemName: '物品名称',
itemSpec: '物品规格',
fixedItem: '固定物品',
supplier: '供应商',
warehouse: '物品仓库',
applyQuantity: '申请数量',
quantity: '数量',
purchasePrice: '采购价格',
totalPrice: '总价',
remark: '申请备注',
status: '状态',
createTime: '创建时间'
},
inventory: {
inventoryId: '盘点单号',
inventoryName: '盘点名称',
inventoryTime: '盘点时间',
warehouse: '盘点仓库',
inventoryPerson: '盘点人',
status: '状态',
createTime: '创建时间'
},
allocation: {
allocationId: '调拨单号',
itemType: '物品类型',
itemName: '物品名称',
itemSpec: '物品规格',
fixedItem: '固定物品',
originalStock: '被调仓库原库存',
allocationQuantity: '调拨数量',
sourceWarehouse: '被调仓库',
targetWarehouse: '目标仓库',
applicant: '申请人',
remark: '调拨备注',
allocationType: '调拨类型',
status: '状态',
createTime: '时间'
},
allocationUser: {
id: '编号',
itemType: '物品类型',
itemName: '物品名称',
itemSpec: '物品规格',
fixedItem: '固定物品',
transferUser: '转赠人',
transferTarget: '转赠对象',
originalStock: '原有库存',
transferQuantity: '转赠数量',
createTime: '创建时间',
remark: '备注'
},
useRecord: {
id: '编号',
repairId: '维修编号',
itemId: '物品编号',
itemType: '物品类型',
itemName: '物品名称',
itemSpec: '物品规格',
fixedItem: '固定物品',
useType: '使用类型',
useQuantity: '使用数量',
itemPrice: '物品价格',
userId: '使用人ID',
userName: '使用人',
createTime: '创建时间',
remark: '备注'
}
}
}
}