|
|
|
|
@ -308,7 +308,8 @@ export default {
|
|
|
|
|
typeUpdate: 'Dict Type Eidt',
|
|
|
|
|
dataCreate: 'Dict Data Create',
|
|
|
|
|
dataUpdate: 'Dict Data Eidt',
|
|
|
|
|
fileUpload: 'File Upload'
|
|
|
|
|
fileUpload: 'File Upload',
|
|
|
|
|
select: 'Select'
|
|
|
|
|
},
|
|
|
|
|
dialog: {
|
|
|
|
|
dialog: 'Dialog',
|
|
|
|
|
@ -1435,5 +1436,152 @@ export default {
|
|
|
|
|
updateSuccess: 'Update successful',
|
|
|
|
|
updateFail: 'Update failed'
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
QualityManagement: {
|
|
|
|
|
ZjType: {
|
|
|
|
|
moduleName: 'Inspection Type',
|
|
|
|
|
code: 'Code',
|
|
|
|
|
name: 'Name',
|
|
|
|
|
remark: 'Remark',
|
|
|
|
|
createTime: 'Create Time',
|
|
|
|
|
operate: 'Operate',
|
|
|
|
|
exportFilename: 'Quality-InspectionType.xls',
|
|
|
|
|
placeholderCode: 'Please input code',
|
|
|
|
|
placeholderName: 'Please input name',
|
|
|
|
|
placeholderRemark: 'Please input remark',
|
|
|
|
|
placeholderCreateTimeStart: 'Start Date',
|
|
|
|
|
placeholderCreateTimeEnd: 'End Date',
|
|
|
|
|
validatorCodeRequired: 'Code can not be empty',
|
|
|
|
|
validatorNameRequired: 'Name can not be empty'
|
|
|
|
|
},
|
|
|
|
|
ZjItem: {
|
|
|
|
|
moduleName: 'Inspection Item',
|
|
|
|
|
zjType: 'Inspection Type',
|
|
|
|
|
name: 'Name',
|
|
|
|
|
tool: 'Operation Method',
|
|
|
|
|
standardVal: 'Standard Value',
|
|
|
|
|
upperVal: 'Upper Limit',
|
|
|
|
|
lowerVal: 'Lower Limit',
|
|
|
|
|
unit: 'Unit',
|
|
|
|
|
remark: 'Remark',
|
|
|
|
|
createTime: 'Create Time',
|
|
|
|
|
operate: 'Operate',
|
|
|
|
|
exportFilename: 'Quality-InspectionItem.xls',
|
|
|
|
|
placeholderZjType: 'Please select inspection type',
|
|
|
|
|
placeholderName: 'Please input name',
|
|
|
|
|
placeholderTool: 'Please input operation method',
|
|
|
|
|
placeholderStandardVal: 'Please input standard value',
|
|
|
|
|
placeholderUpperVal: 'Please input upper limit',
|
|
|
|
|
placeholderLowerVal: 'Please input lower limit',
|
|
|
|
|
placeholderUnit: 'Please select unit',
|
|
|
|
|
placeholderRemark: 'Please input remark',
|
|
|
|
|
placeholderCreateTimeStart: 'Start Date',
|
|
|
|
|
placeholderCreateTimeEnd: 'End Date',
|
|
|
|
|
validatorNameRequired: 'Name can not be empty',
|
|
|
|
|
validatorZjTypeRequired: 'Inspection type can not be empty'
|
|
|
|
|
},
|
|
|
|
|
ZjSchema: {
|
|
|
|
|
moduleName: 'Inspection Scheme',
|
|
|
|
|
name: 'Name',
|
|
|
|
|
type: 'Type',
|
|
|
|
|
sampleMethod: 'Sampling Method',
|
|
|
|
|
val: 'Value',
|
|
|
|
|
item: 'Related Items',
|
|
|
|
|
remark: 'Remark',
|
|
|
|
|
createTime: 'Create Time',
|
|
|
|
|
operate: 'Operate',
|
|
|
|
|
source: 'Source',
|
|
|
|
|
target: 'Target',
|
|
|
|
|
filterPlaceholder: 'Filter',
|
|
|
|
|
selectItemDialogTitle: 'Select Inspection Items',
|
|
|
|
|
exportFilename: 'Quality-InspectionScheme.xls',
|
|
|
|
|
placeholderName: 'Please input name',
|
|
|
|
|
placeholderType: 'Please select type',
|
|
|
|
|
placeholderSampleMethod: 'Please select sampling method',
|
|
|
|
|
placeholderVal: 'Please input value',
|
|
|
|
|
placeholderItem: 'Please select inspection items',
|
|
|
|
|
placeholderRemark: 'Please input remark',
|
|
|
|
|
placeholderCreateTimeStart: 'Start Date',
|
|
|
|
|
placeholderCreateTimeEnd: 'End Date',
|
|
|
|
|
validatorNameRequired: 'Name can not be empty',
|
|
|
|
|
validatorTypeRequired: 'Type can not be empty',
|
|
|
|
|
validatorSampleMethodRequired: 'Sampling method can not be empty',
|
|
|
|
|
validatorValRequired: 'Value can not be empty'
|
|
|
|
|
},
|
|
|
|
|
ZjTask: {
|
|
|
|
|
moduleName: 'Inspection Task',
|
|
|
|
|
index: 'Index',
|
|
|
|
|
code: 'Code',
|
|
|
|
|
type: 'Inspection Category',
|
|
|
|
|
status: 'Status',
|
|
|
|
|
ticketCode: 'Work Order',
|
|
|
|
|
orgType: 'Process',
|
|
|
|
|
schemaName: 'Inspection Scheme',
|
|
|
|
|
managerName: 'Manager',
|
|
|
|
|
executorName: 'Executor',
|
|
|
|
|
executeTime: 'Execute Time',
|
|
|
|
|
remark: 'Remark',
|
|
|
|
|
result: 'Result',
|
|
|
|
|
resultPass: 'Pass',
|
|
|
|
|
resultFail: 'Fail',
|
|
|
|
|
createTime: 'Create Time',
|
|
|
|
|
operate: 'Operate',
|
|
|
|
|
inspect: 'Inspect',
|
|
|
|
|
exportFilename: 'Quality-InspectionTask.xls',
|
|
|
|
|
placeholderCode: 'Please input code',
|
|
|
|
|
placeholderType: 'Please select inspection category',
|
|
|
|
|
placeholderOrgType: 'Please select process',
|
|
|
|
|
placeholderStatus: 'Please select status',
|
|
|
|
|
placeholderResult: 'Please input result',
|
|
|
|
|
placeholderCreateTimeStart: 'Start Date',
|
|
|
|
|
placeholderCreateTimeEnd: 'End Date',
|
|
|
|
|
formCode: 'Code',
|
|
|
|
|
formType: 'Inspection Category',
|
|
|
|
|
formSchema: 'Inspection Scheme',
|
|
|
|
|
formTicketType: 'Work Order Type',
|
|
|
|
|
formTicket: 'Production Plan',
|
|
|
|
|
formOrgType: 'Process',
|
|
|
|
|
formManager: 'Manager',
|
|
|
|
|
formRemark: 'Remark',
|
|
|
|
|
ticketTypeProcess: 'Production Process',
|
|
|
|
|
ticketTypeStorage: 'Product Storage',
|
|
|
|
|
placeholderFormCode: 'Please input code',
|
|
|
|
|
placeholderFormType: 'Please select inspection category',
|
|
|
|
|
placeholderFormSchema: 'Please select inspection scheme',
|
|
|
|
|
placeholderFormTicket: 'Please select production plan',
|
|
|
|
|
placeholderFormOrgType: 'Please select process',
|
|
|
|
|
placeholderFormManager: 'Please select manager',
|
|
|
|
|
placeholderFormRemark: 'Please input remark',
|
|
|
|
|
validatorCodeRequired: 'Code can not be empty',
|
|
|
|
|
validatorTypeRequired: 'Inspection category can not be empty',
|
|
|
|
|
validatorSchemaRequired: 'Inspection scheme can not be empty',
|
|
|
|
|
validatorTicketRequired: 'Work order can not be empty',
|
|
|
|
|
validatorOrgTypeRequired: 'Process can not be empty',
|
|
|
|
|
validatorTicketTypeRequired: 'Work order type can not be empty'
|
|
|
|
|
},
|
|
|
|
|
TicketResultDialog: {
|
|
|
|
|
moduleName: 'Inspection Result',
|
|
|
|
|
index: 'Index',
|
|
|
|
|
inspectionItemName: 'Inspection Item Name',
|
|
|
|
|
inspectionMethod: 'Inspection Method',
|
|
|
|
|
judgmentCriteria: 'Judgment Criteria',
|
|
|
|
|
unit: 'Unit',
|
|
|
|
|
upperVal: 'Upper Limit',
|
|
|
|
|
lowerVal: 'Lower Limit',
|
|
|
|
|
inspectionResult: 'Inspection Result',
|
|
|
|
|
inspectionResultPending: 'Pending',
|
|
|
|
|
inspectionResultPass: 'Pass',
|
|
|
|
|
inspectionResultFail: 'Fail',
|
|
|
|
|
images: 'Images',
|
|
|
|
|
remark: 'Remark',
|
|
|
|
|
operate: 'Operate',
|
|
|
|
|
pass: 'Pass',
|
|
|
|
|
fail: 'Fail',
|
|
|
|
|
save: 'Save',
|
|
|
|
|
cancel: 'Cancel',
|
|
|
|
|
selectDecisionTip: 'Please select pass or fail for pending records first',
|
|
|
|
|
updateSuccess: 'Update successful',
|
|
|
|
|
updateFail: 'Update failed'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|