Files
lanzhouhailiang_one/acs2/nladmin-ui/src/i18n/langs/instruction/zh.js

39 lines
1.2 KiB
JavaScript

export default {
'Inst': {
'table': {
'instruction_code': '指令编号',
'instruction_type': '指令类型',
'task_code': '任务号',
'vehicle_code': '载具号',
'instruction_status': '指令状态',
'send_status': '下发状态',
'start_point_code': '取货点',
'next_point_code': '放货点',
'start_point_code2': '取货点2',
'next_point_code2': '放货点2',
'put_point_code': '倒料点',
'execute_device_code': '当前执行设备',
'carno': '车号',
'remark': '描述',
'create_by': '创建者',
'create_time': '创建时间',
'update_by': '修改者',
'update_time': '修改时间',
'input_taskCode_or_instCode': '输入任务号或指令号',
'input_vehicleCode': '输入载具号',
'material': '物料类型',
'task_status': '任务状态',
'input_startCode_or_nextCode': '输入起点或终点',
'ready': '就绪',
'Execution': '执行中',
'Finish': '完成',
'undelivered': '未下发',
'succeed': '成功',
'fail': '失败'
},
'rules': {
'NotNull': 'Cannot be empty'
}
}
}