2024-12-20 10:55:03 +08:00
|
|
|
export default {
|
|
|
|
|
'material': {
|
|
|
|
|
'title': 'Basic Material Information',
|
|
|
|
|
'dialog': {
|
|
|
|
|
'code': 'Material code',
|
|
|
|
|
'name': 'Material name',
|
|
|
|
|
'spec': 'Material specifications',
|
2024-12-20 16:47:52 +08:00
|
|
|
'material_model': 'Material model',
|
|
|
|
|
'nearby_weight': 'Recent weight',
|
|
|
|
|
'single_weight': 'Weight',
|
|
|
|
|
'gross_weight': 'gross weight',
|
|
|
|
|
'ext_id': 'External identification',
|
|
|
|
|
'material_type': 'Material type',
|
|
|
|
|
'product_series': 'Product series',
|
|
|
|
|
'unit_name': 'unit of measurement',
|
|
|
|
|
'net_weight': 'Single weight (g)',
|
2024-12-20 10:55:03 +08:00
|
|
|
'class_id': 'Material classification identification',
|
|
|
|
|
'standing_time': 'Return time (hours)',
|
|
|
|
|
'workshop_code': 'Workshop code',
|
|
|
|
|
'remark': 'remarks',
|
2024-12-20 16:47:52 +08:00
|
|
|
'yes': 'yes',
|
|
|
|
|
'no': 'no',
|
|
|
|
|
'confirm': 'confirm',
|
|
|
|
|
'cancel': 'cancel',
|
|
|
|
|
'enable': 'enabled',
|
2024-12-20 10:55:03 +08:00
|
|
|
'is_enable': 'Is it enabled',
|
|
|
|
|
'is_delete': 'Do you want to delete it',
|
|
|
|
|
'create_name': 'Creator',
|
|
|
|
|
'create_time': 'Creation time',
|
|
|
|
|
'update_name': 'Modified by',
|
|
|
|
|
'update_time': 'Change time',
|
|
|
|
|
'operate': 'operation'
|
|
|
|
|
},
|
|
|
|
|
'placeholder': {
|
2024-12-20 16:47:52 +08:00
|
|
|
'material_type': 'Material type',
|
2024-12-20 10:55:03 +08:00
|
|
|
'code': 'Code name',
|
|
|
|
|
'select': 'Fuzzy search',
|
2024-12-20 16:47:52 +08:00
|
|
|
'workshop_code': 'Belonging workshop',
|
|
|
|
|
'please_select': 'Please select'
|
|
|
|
|
},
|
|
|
|
|
'msg': {
|
|
|
|
|
'isNotEmpty': 'Cannot be empty'
|
2024-12-20 10:55:03 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|