You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
884 B
34 lines
884 B
1 year ago
|
export default {
|
||
|
'SbPointIvt': {
|
||
|
'title': 'Raw Foil Point Inventory',
|
||
|
'table': {
|
||
|
'point_code': 'Point Code',
|
||
|
'vehicle_code': 'Vehicle Code',
|
||
|
'product_area': 'Production Area',
|
||
|
'point_location': 'Position',
|
||
|
'ext_code': 'Ext Code',
|
||
|
'remark': 'Remark',
|
||
|
'is_used': 'Enable',
|
||
|
'mes_used': 'MES Enable',
|
||
|
'update_time': 'Update Time'
|
||
|
},
|
||
|
'dialog': {
|
||
|
'point_code': 'point code',
|
||
|
'vehicle_code': 'vehicle code',
|
||
|
'product_area': 'production area',
|
||
|
'point_location': 'position',
|
||
|
'ext_code': 'ext code',
|
||
|
'is_used': 'enable',
|
||
|
'mes_used': 'mes enable'
|
||
|
},
|
||
|
'rules': {
|
||
|
'r1': 'Point codes cannot be empty',
|
||
|
'r2': 'The point status cannot be empty',
|
||
|
'r3': 'Enable or not The value cannot be empty'
|
||
|
},
|
||
|
'msg': {
|
||
|
'm1': 'Enter the point code'
|
||
|
}
|
||
|
}
|
||
|
}
|