|
|
|
|
@ -1886,6 +1886,10 @@ export default {
|
|
|
|
|
finishDate: 'Finish Date',
|
|
|
|
|
confirmDate: 'Acceptance Date',
|
|
|
|
|
repairResult: 'Repair Result',
|
|
|
|
|
repairResultPending: 'Pending Repair',
|
|
|
|
|
repairResultOk: 'Pass',
|
|
|
|
|
repairResultNg: 'Fail',
|
|
|
|
|
repairStatus: 'Result',
|
|
|
|
|
status: 'Order Status',
|
|
|
|
|
statusPending: 'Pending',
|
|
|
|
|
statusDone: 'Completed',
|
|
|
|
|
@ -1942,10 +1946,15 @@ export default {
|
|
|
|
|
subjectCode: 'Repair Code',
|
|
|
|
|
subjectName: 'Repair Name',
|
|
|
|
|
subjectContent: 'Repair Content',
|
|
|
|
|
remark: 'Remark',
|
|
|
|
|
result: 'Result',
|
|
|
|
|
resultOk: 'Pass',
|
|
|
|
|
resultNg: 'Fail',
|
|
|
|
|
addLine: 'Add Repair Item',
|
|
|
|
|
placeholderSubjectCode: 'Please input repair code',
|
|
|
|
|
placeholderSubjectName: 'Please input repair name',
|
|
|
|
|
placeholderSubjectContent: 'Please input repair content',
|
|
|
|
|
placeholderRemark: 'Please input remark',
|
|
|
|
|
validatorRepairIdRequired: 'Repair order id can not be empty',
|
|
|
|
|
validatorSubjectIdRequired: 'Item id can not be empty',
|
|
|
|
|
validatorSubjectCodeRequired: 'Item code can not be empty',
|
|
|
|
|
@ -2169,6 +2178,8 @@ export default {
|
|
|
|
|
createTime: 'Create Time',
|
|
|
|
|
operate: 'Operate',
|
|
|
|
|
inspect: 'Inspect',
|
|
|
|
|
cancelTask: 'Cancel Task',
|
|
|
|
|
cancelSuccess: 'Cancel task successfully',
|
|
|
|
|
exportFilename: 'Quality-InspectionTask.xls',
|
|
|
|
|
placeholderCode: 'Please input code',
|
|
|
|
|
placeholderType: 'Please select inspection category',
|
|
|
|
|
@ -2418,5 +2429,631 @@ export default {
|
|
|
|
|
manualTableReferColumn: 'Reference Value',
|
|
|
|
|
manualTableRemarkColumn: 'Remark'
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
ProductionPlan: {
|
|
|
|
|
Task: {
|
|
|
|
|
moduleName: 'Production Task',
|
|
|
|
|
|
|
|
|
|
searchCodeLabel: 'Code',
|
|
|
|
|
searchCodePlaceholder: 'Please enter code',
|
|
|
|
|
searchOrderLabel: 'Order',
|
|
|
|
|
searchOrderStartPlaceholder: 'Start Date',
|
|
|
|
|
searchOrderEndPlaceholder: 'End Date',
|
|
|
|
|
searchDeliveryLabel: 'Delivery',
|
|
|
|
|
searchDeliveryStartPlaceholder: 'Start Date',
|
|
|
|
|
searchDeliveryEndPlaceholder: 'End Date',
|
|
|
|
|
searchRemarkLabel: 'Remark',
|
|
|
|
|
searchRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
searchCreateTimeLabel: 'Create Time',
|
|
|
|
|
searchCreateTimeStartPlaceholder: 'Start Date',
|
|
|
|
|
searchCreateTimeEndPlaceholder: 'End Date',
|
|
|
|
|
|
|
|
|
|
buttonSearchText: 'Search',
|
|
|
|
|
buttonResetText: 'Reset',
|
|
|
|
|
buttonCreateText: 'Add',
|
|
|
|
|
buttonExportText: 'Export',
|
|
|
|
|
|
|
|
|
|
tabAllLabel: 'All',
|
|
|
|
|
tabDraftLabel: 'Draft',
|
|
|
|
|
tabSubmitLabel: 'To Submit',
|
|
|
|
|
tabIssuedLabel: 'Issued',
|
|
|
|
|
tabPlanLabel: 'Planned',
|
|
|
|
|
tabStartLabel: 'Started',
|
|
|
|
|
tabFinishedLabel: 'Finished',
|
|
|
|
|
tabStoredLabel: 'Stored',
|
|
|
|
|
|
|
|
|
|
tableCodeColumn: 'Code',
|
|
|
|
|
tableOrderDateColumn: 'Order Date',
|
|
|
|
|
tableDeliveryDateColumn: 'Delivery Date',
|
|
|
|
|
tableTaskTypeColumn: 'Type',
|
|
|
|
|
tableStatusColumn: 'Status',
|
|
|
|
|
tableRemarkColumn: 'Remark',
|
|
|
|
|
tableOperateColumn: 'Operate',
|
|
|
|
|
|
|
|
|
|
actionSubmitLabel: 'Submit',
|
|
|
|
|
actionApproveLabel: 'Approve',
|
|
|
|
|
actionMaterialLabel: 'Material',
|
|
|
|
|
actionEditLabel: 'Edit',
|
|
|
|
|
actionDeleteLabel: 'Delete',
|
|
|
|
|
|
|
|
|
|
detailTabTaskDetailLabel: 'Task Detail',
|
|
|
|
|
|
|
|
|
|
dialogCodeLabel: 'Task Code',
|
|
|
|
|
dialogCodeTooltip: 'Task code',
|
|
|
|
|
dialogCodePlaceholder: 'Code will be generated automatically after saving',
|
|
|
|
|
dialogDeliveryDateLabel: 'Delivery Date',
|
|
|
|
|
dialogDeliveryDatePlaceholder: 'Select delivery date',
|
|
|
|
|
dialogTaskTypeLabel: 'Task Type',
|
|
|
|
|
dialogTaskTypeTooltip: 'Source: Data Dictionary - Task Type',
|
|
|
|
|
dialogRemarkLabel: 'Remark',
|
|
|
|
|
dialogRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
dialogSubmitButtonText: 'Confirm',
|
|
|
|
|
dialogCancelButtonText: 'Cancel',
|
|
|
|
|
|
|
|
|
|
validatorDeliveryDateRequired: 'Delivery date cannot be empty',
|
|
|
|
|
validatorTaskTypeRequired: 'Task type cannot be empty',
|
|
|
|
|
|
|
|
|
|
saleDialogCodeLabel: 'Code',
|
|
|
|
|
saleDialogCodePlaceholder: 'Please enter task code',
|
|
|
|
|
saleDialogDeliveryDateLabel: 'Delivery Date',
|
|
|
|
|
saleDialogDeliveryDatePlaceholder: 'Select delivery date',
|
|
|
|
|
saleDialogRemarkLabel: 'Remark',
|
|
|
|
|
saleDialogRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
saleDialogTaskTypeLabel: 'Task Type',
|
|
|
|
|
saleDetailTabTaskDetailLabel: 'Production Task Detail',
|
|
|
|
|
saleValidatorCodeRequired: 'Code cannot be empty',
|
|
|
|
|
saleValidatorDeliveryDateRequired: 'Delivery date cannot be empty',
|
|
|
|
|
saleValidatorTaskTypeRequired: 'Task type cannot be empty',
|
|
|
|
|
|
|
|
|
|
detailListCreateButtonText: 'Add',
|
|
|
|
|
detailListProductCodeColumn: 'Product Code',
|
|
|
|
|
detailListProductNameColumn: 'Product Name',
|
|
|
|
|
detailListUnitColumn: 'Unit',
|
|
|
|
|
detailListNumberColumn: 'Quantity',
|
|
|
|
|
detailListPlanNumberColumn: 'Planned',
|
|
|
|
|
detailListFinishDateColumn: 'Delivery Date',
|
|
|
|
|
detailListTechRequirementsColumn: 'Technical Requirement',
|
|
|
|
|
detailListOperateColumn: 'Operate',
|
|
|
|
|
detailListViewActionText: 'Detail',
|
|
|
|
|
detailListMaterialActionText: 'Material',
|
|
|
|
|
detailListEditActionText: 'Edit',
|
|
|
|
|
detailListDeleteActionText: 'Delete',
|
|
|
|
|
|
|
|
|
|
detailDialogProductLabel: 'Product',
|
|
|
|
|
detailDialogProductPlaceholder: 'Please select product',
|
|
|
|
|
detailDialogUnitLabel: 'Unit',
|
|
|
|
|
detailDialogUnitPlaceholder: 'Please select product',
|
|
|
|
|
detailDialogNumberLabel: 'Quantity',
|
|
|
|
|
detailDialogNumberPlaceholder: 'Please enter quantity',
|
|
|
|
|
detailDialogProjectLabel: 'Project',
|
|
|
|
|
detailDialogProjectPlaceholder: 'Please enter project name',
|
|
|
|
|
detailDialogPackageSizeLabel: 'Quantity per Package',
|
|
|
|
|
detailDialogPackageSizePlaceholder: 'Please enter packing requirement',
|
|
|
|
|
detailDialogPackageNumberLabel: 'Package Quantity',
|
|
|
|
|
detailDialogPackageNumberPlaceholder: 'Please enter quantity',
|
|
|
|
|
detailDialogTechRequirementsLabel: 'Technical Requirement',
|
|
|
|
|
detailDialogTechRequirementsPlaceholder: 'Please enter technical requirement',
|
|
|
|
|
detailDialogFinishDateLabel: 'Factory Completion',
|
|
|
|
|
detailDialogFinishDatePlaceholder: 'Select factory completion date',
|
|
|
|
|
detailFormDeliveryDateLabel: 'Delivery Date',
|
|
|
|
|
detailFormDeliveryDatePlaceholder: 'Select delivery date',
|
|
|
|
|
detailDialogBoxingDateLabel: 'Boxing Date',
|
|
|
|
|
detailDialogBoxingDatePlaceholder: 'Select boxing date',
|
|
|
|
|
detailDialogArriveDateLabel: 'Arrival Date',
|
|
|
|
|
detailDialogArriveDatePlaceholder: 'Select arrival date',
|
|
|
|
|
detailDialogRemarkLabel: 'Remark:',
|
|
|
|
|
detailDialogSubmitButtonText: 'Confirm',
|
|
|
|
|
detailDialogCancelButtonText: 'Cancel',
|
|
|
|
|
|
|
|
|
|
validatorDetailProductIdRequired: 'Product ID cannot be empty',
|
|
|
|
|
validatorDetailUnitIdRequired: 'Unit ID cannot be empty',
|
|
|
|
|
validatorDetailTaskIdRequired: 'Task ID cannot be empty',
|
|
|
|
|
validatorDetailNumberRequired: 'Quantity cannot be empty',
|
|
|
|
|
validatorDetailPackageSizeRequired: 'Packing requirement cannot be empty',
|
|
|
|
|
|
|
|
|
|
saleDetailTableIndexColumn: 'No.',
|
|
|
|
|
saleDetailTableProductColumn: 'Product',
|
|
|
|
|
saleDetailTableUnitColumn: 'Unit',
|
|
|
|
|
saleDetailTableNumberColumn: 'Quantity',
|
|
|
|
|
saleDetailTablePackageSizeColumn: 'Per Package',
|
|
|
|
|
saleDetailTablePackageNumberColumn: 'Package Quantity',
|
|
|
|
|
saleDetailTableProjectNameColumn: 'Project Name',
|
|
|
|
|
saleDetailTableTechRequirementsColumn: 'Technical Requirement',
|
|
|
|
|
saleDetailTableRemarkColumn: 'Remark',
|
|
|
|
|
saleDetailTableFinishDateColumn: 'Factory Completion',
|
|
|
|
|
saleDetailTableBoxingDateColumn: 'Boxing Time',
|
|
|
|
|
saleDetailTableArriveDateColumn: 'Arrival Time',
|
|
|
|
|
saleDetailTableBarCodeColumn: 'Barcode',
|
|
|
|
|
saleDetailTableOperateColumn: 'Operate',
|
|
|
|
|
saleDetailAddRowButtonText: '+ Add Task Detail',
|
|
|
|
|
saleDetailAddFromOrderButtonText: '+ Add From Sales Order',
|
|
|
|
|
saleDetailProductPlaceholder: 'Please select',
|
|
|
|
|
validatorRowProductRequired: 'Product cannot be empty',
|
|
|
|
|
validatorRowUnitRequired: 'Unit cannot be empty',
|
|
|
|
|
validatorRowTaskRequired: 'Production task cannot be empty',
|
|
|
|
|
validatorRowNumberRequired: 'Quantity cannot be empty',
|
|
|
|
|
|
|
|
|
|
itemNeedDialogTitlePrefix: 'Material Requirement: ',
|
|
|
|
|
itemNeedTableItemNameColumn: 'Material',
|
|
|
|
|
itemNeedTableUnitNameColumn: 'Unit',
|
|
|
|
|
itemNeedTableNumberColumn: 'Required Qty',
|
|
|
|
|
itemNeedTableStockNumberColumn: 'Stock',
|
|
|
|
|
itemNeedDialogCloseButtonText: 'Close',
|
|
|
|
|
itemNeedDialogUnknownTypeMessage: 'Unknown material analysis type!',
|
|
|
|
|
|
|
|
|
|
planDialogTaskCodeLabel: 'Product',
|
|
|
|
|
planDialogTaskCodePlaceholder: 'Please enter',
|
|
|
|
|
planDialogNumberLabel: 'Total',
|
|
|
|
|
planDialogNumberPlaceholder: 'Please enter',
|
|
|
|
|
planDialogPlanNumberLabel: 'Unfinished',
|
|
|
|
|
planDialogPlanNumberPlaceholder: 'Please enter',
|
|
|
|
|
planDialogProductsOfPlanLabel: 'Planned Output',
|
|
|
|
|
planDialogPlanDateLabel: 'Date',
|
|
|
|
|
planDialogPlanDatePlaceholder: 'Please select scheduling dates',
|
|
|
|
|
planDialogAutoButtonText: 'Auto Schedule',
|
|
|
|
|
planDialogResetButtonText: 'Clear Result',
|
|
|
|
|
planDialogTabPlanLabel: 'Pre-schedule Plan',
|
|
|
|
|
planDialogTabFinishPlanLabel: 'Scheduled Plan',
|
|
|
|
|
planDialogSubmitButtonText: 'Submit',
|
|
|
|
|
planDialogCancelButtonText: 'Cancel',
|
|
|
|
|
validatorPlanTaskIdRequired: 'Task order cannot be empty',
|
|
|
|
|
validatorPlanProductsOfPlanRequired: 'Planned quantity per plan cannot be empty',
|
|
|
|
|
planDialogTitlePrefix: 'Product Scheduling: ',
|
|
|
|
|
planDialogEmptyPlanMessage: 'Please do not submit empty plan!',
|
|
|
|
|
|
|
|
|
|
selectTaskTip: 'Please select a production task order'
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
TaskSummary: {
|
|
|
|
|
moduleName: 'Task Order Scheduling',
|
|
|
|
|
|
|
|
|
|
searchCodeLabel: 'Task Order Code',
|
|
|
|
|
searchCodePlaceholder: 'Please input code',
|
|
|
|
|
searchOrderLabel: 'Order Date',
|
|
|
|
|
searchOrderStartPlaceholder: 'Start Date',
|
|
|
|
|
searchOrderEndPlaceholder: 'End Date',
|
|
|
|
|
searchDeliveryLabel: 'Delivery Date',
|
|
|
|
|
searchDeliveryStartPlaceholder: 'Start Date',
|
|
|
|
|
searchDeliveryEndPlaceholder: 'End Date',
|
|
|
|
|
searchRemarkLabel: 'Remark',
|
|
|
|
|
searchRemarkPlaceholder: 'Please input remark',
|
|
|
|
|
searchCreateTimeLabel: 'Create Time',
|
|
|
|
|
searchCreateTimeStartPlaceholder: 'Start Date',
|
|
|
|
|
searchCreateTimeEndPlaceholder: 'End Date',
|
|
|
|
|
|
|
|
|
|
buttonSearchText: 'Search',
|
|
|
|
|
buttonResetText: 'Reset',
|
|
|
|
|
buttonExportText: 'Export',
|
|
|
|
|
|
|
|
|
|
tabAllLabel: 'All',
|
|
|
|
|
tabIssuedLabel: 'Issued',
|
|
|
|
|
tabPlanLabel: 'Planned',
|
|
|
|
|
tabStartLabel: 'Started',
|
|
|
|
|
tabFinishedLabel: 'Finished',
|
|
|
|
|
tabStoredLabel: 'Stored',
|
|
|
|
|
|
|
|
|
|
tableTaskCodeColumn: 'Task Order',
|
|
|
|
|
tableOrderDateColumn: 'Order Date',
|
|
|
|
|
tableDeliveryDateColumn: 'Delivery Date',
|
|
|
|
|
tableStatusColumn: 'Status',
|
|
|
|
|
tableRemarkColumn: 'Remark',
|
|
|
|
|
tableOperateColumn: 'Operate',
|
|
|
|
|
|
|
|
|
|
actionMaterialLabel: 'Material',
|
|
|
|
|
actionViewPlanLabel: 'View Plan',
|
|
|
|
|
detailTabSummaryLabel: 'Task Order Summary Details',
|
|
|
|
|
|
|
|
|
|
detailTableTaskCodeColumn: 'Task Order',
|
|
|
|
|
detailTableProductCodeColumn: 'Product Code',
|
|
|
|
|
detailTableProductNameColumn: 'Product Name',
|
|
|
|
|
detailTableTotalNumberColumn: 'Total Quantity',
|
|
|
|
|
detailTablePlanNumberColumn: 'Planned',
|
|
|
|
|
detailTableUnplanNumberColumn: 'Unplanned',
|
|
|
|
|
detailTableOperateColumn: 'Operate',
|
|
|
|
|
detailActionMaterialLabel: 'Material',
|
|
|
|
|
detailActionViewPlanLabel: 'View Plan',
|
|
|
|
|
detailActionCreatePlanLabel: 'Add Plan',
|
|
|
|
|
detailSelectTaskTip: 'Please select a production task order',
|
|
|
|
|
|
|
|
|
|
planDialogTaskIdLabel: 'Task Order',
|
|
|
|
|
planDialogTaskCodeLabel: 'Task Order',
|
|
|
|
|
planDialogProductsOfPlanLabel: 'Planned Output',
|
|
|
|
|
planDialogPlanDateLabel: 'Date',
|
|
|
|
|
planDialogPlanDatePlaceholder: 'Please select scheduling date',
|
|
|
|
|
planDialogAutoButtonText: 'Auto Schedule',
|
|
|
|
|
planDialogResetButtonText: 'Clear Result',
|
|
|
|
|
planDialogTabPlanLabel: 'Pre-scheduling Plan',
|
|
|
|
|
planDialogTabFinishPlanLabel: 'Scheduled Plan',
|
|
|
|
|
planDialogSubmitButtonText: 'Submit',
|
|
|
|
|
planDialogCancelButtonText: 'Cancel',
|
|
|
|
|
planDialogTitlePrefix: 'Task Order Scheduling: ',
|
|
|
|
|
validatorPlanTaskIdRequired: 'Task order can not be empty',
|
|
|
|
|
validatorPlanProductsOfPlanRequired: 'Planned quantity per batch can not be empty',
|
|
|
|
|
planDialogEmptyPlanMessage: 'Please do not submit empty plan!',
|
|
|
|
|
|
|
|
|
|
planFormIndexColumn: 'No.',
|
|
|
|
|
planFormCodeColumn: 'Plan Code',
|
|
|
|
|
planFormCodePlaceholder: 'Please input plan code',
|
|
|
|
|
planFormProductColumn: 'Product',
|
|
|
|
|
planFormProductIdPlaceholder: 'Please input product ID',
|
|
|
|
|
planFormProductNamePlaceholder: 'Please input product',
|
|
|
|
|
planFormPlanNumberColumn: 'Quantity',
|
|
|
|
|
planFormPlanNumberPlaceholder: 'Please input quantity',
|
|
|
|
|
planFormPlanStartTimeColumn: 'Plan Start Time',
|
|
|
|
|
planFormPlanStartTimePlaceholder: 'Select plan start time',
|
|
|
|
|
planFormPlanEndTimeColumn: 'Plan End Time',
|
|
|
|
|
planFormPlanEndTimePlaceholder: 'Select plan end time',
|
|
|
|
|
planFormRemarkColumn: 'Remark',
|
|
|
|
|
planFormOperateColumn: 'Operate',
|
|
|
|
|
planFormCopyButtonText: 'Copy',
|
|
|
|
|
planFormDeleteButtonText: 'Delete',
|
|
|
|
|
validatorPlanFormProductIdRequired: 'Product can not be empty',
|
|
|
|
|
validatorPlanFormTaskIdRequired: 'Task order can not be empty',
|
|
|
|
|
validatorPlanFormPlanNumberRequired: 'Quantity can not be empty',
|
|
|
|
|
validatorPlanFormPlanStartTimeRequired: 'Plan start time can not be empty',
|
|
|
|
|
validatorPlanFormPlanEndTimeRequired: 'Plan end time can not be empty'
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
Plan: {
|
|
|
|
|
moduleName: 'Production Plan',
|
|
|
|
|
|
|
|
|
|
searchTaskLabel: 'Task Order',
|
|
|
|
|
searchTaskPlaceholder: 'Please select task order',
|
|
|
|
|
searchCodeLabel: 'Plan Code',
|
|
|
|
|
searchCodePlaceholder: 'Please enter plan code',
|
|
|
|
|
searchProductLabel: 'Product',
|
|
|
|
|
searchProductPlaceholder: 'Please select product',
|
|
|
|
|
searchRemarkLabel: 'Remark',
|
|
|
|
|
searchRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
searchPlanStartLabel: 'Plan Start',
|
|
|
|
|
searchPlanStartStartPlaceholder: 'Start Date',
|
|
|
|
|
searchPlanStartEndPlaceholder: 'End Date',
|
|
|
|
|
searchPlanEndLabel: 'Plan End',
|
|
|
|
|
searchPlanEndStartPlaceholder: 'Start Date',
|
|
|
|
|
searchPlanEndEndPlaceholder: 'End Date',
|
|
|
|
|
|
|
|
|
|
buttonSearchText: 'Search',
|
|
|
|
|
buttonResetText: 'Reset',
|
|
|
|
|
buttonExportText: 'Export',
|
|
|
|
|
|
|
|
|
|
tabPlannedLabel: 'Scheduled',
|
|
|
|
|
tabTrialLabel: 'Trial',
|
|
|
|
|
tabMassLabel: 'Mass Production',
|
|
|
|
|
tabPausedLabel: 'Paused',
|
|
|
|
|
tabToStoreLabel: 'To Store',
|
|
|
|
|
tabStoredLabel: 'Stored',
|
|
|
|
|
|
|
|
|
|
detailItemRequisitionTabLabel: 'Material Details',
|
|
|
|
|
detailInspectTabLabel: 'Inspection Details',
|
|
|
|
|
detailBaogongRecordTabLabel: 'Report Records',
|
|
|
|
|
|
|
|
|
|
tableCodeColumn: 'Plan Code',
|
|
|
|
|
tableProductColumn: 'Product',
|
|
|
|
|
tableFeedingPipelineColumn: 'Production Line',
|
|
|
|
|
tablePlanNumberColumn: 'Planned Qty',
|
|
|
|
|
tableFinishNumberColumn: 'Finished Qty',
|
|
|
|
|
tablePassRateColumn: 'Pass Rate(%)',
|
|
|
|
|
tablePlanStartTimeColumn: 'Plan Start Time',
|
|
|
|
|
tablePlanEndTimeColumn: 'Plan End Time',
|
|
|
|
|
tableStatusColumn: 'Status',
|
|
|
|
|
tableIsZjColumn: 'Inspected',
|
|
|
|
|
tableOperateColumn: 'Operate',
|
|
|
|
|
|
|
|
|
|
actionDetailLabel: 'Detail',
|
|
|
|
|
actionEditLabel: 'Edit',
|
|
|
|
|
actionMaterialLabel: 'Material',
|
|
|
|
|
actionDispatchFeedingLabel: 'Feeding Dispatch',
|
|
|
|
|
actionDispatchProcessLabel: 'Process Dispatch',
|
|
|
|
|
actionTrialLabel: 'Trial',
|
|
|
|
|
actionInspectLabel: 'Inspect',
|
|
|
|
|
actionMassLabel: 'Mass Production',
|
|
|
|
|
actionBaogongLabel: 'Report',
|
|
|
|
|
actionPauseLabel: 'Pause',
|
|
|
|
|
actionFinishLabel: 'Finish',
|
|
|
|
|
actionStoreLabel: 'Store',
|
|
|
|
|
actionDeleteLabel: 'Delete',
|
|
|
|
|
|
|
|
|
|
statusConfirmTitle: 'Prompt',
|
|
|
|
|
statusConfirmMessage: 'Plan: {code} confirm {action}?',
|
|
|
|
|
inspectConfirmTitle: 'Prompt',
|
|
|
|
|
inspectConfirmMessage: 'Plan: {code} confirm inspection?',
|
|
|
|
|
|
|
|
|
|
dialogTaskLabel: 'Task Order',
|
|
|
|
|
dialogTaskPlaceholder: 'Please select task order',
|
|
|
|
|
dialogTaskDetailLabel: 'Detail Item',
|
|
|
|
|
dialogTaskDetailPlaceholder: 'Please select detail item',
|
|
|
|
|
dialogCodeLabel: 'Plan Code',
|
|
|
|
|
dialogCodeTooltip: 'Production plan code',
|
|
|
|
|
dialogCodePlaceholder: 'Code will be generated automatically after saving',
|
|
|
|
|
dialogFeedingPipelineLabel: 'Production Line',
|
|
|
|
|
dialogFeedingPipelinePlaceholder: 'Please select production line',
|
|
|
|
|
dialogWorkerLabel: 'Feeding Worker',
|
|
|
|
|
dialogWorkerPlaceholder: 'Please select worker',
|
|
|
|
|
dialogPlanNumberLabel: 'Quantity',
|
|
|
|
|
dialogPreProductionLabel: 'Trial Production',
|
|
|
|
|
dialogPlanStartLabel: 'Plan Start',
|
|
|
|
|
dialogPlanStartPlaceholder: 'Select plan start time',
|
|
|
|
|
dialogPlanEndLabel: 'Plan End',
|
|
|
|
|
dialogPlanEndPlaceholder: 'Select plan end time',
|
|
|
|
|
dialogRemarkLabel: 'Remark',
|
|
|
|
|
dialogRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
dialogSubmitButtonText: 'Confirm',
|
|
|
|
|
dialogCancelButtonText: 'Cancel',
|
|
|
|
|
|
|
|
|
|
validatorTaskDetailRequired: 'Detail item cannot be empty',
|
|
|
|
|
validatorTaskRequired: 'Task order cannot be empty',
|
|
|
|
|
validatorPlanNumberRequired: 'Quantity cannot be empty',
|
|
|
|
|
validatorPlanStartRequired: 'Plan start time cannot be empty',
|
|
|
|
|
validatorPlanEndRequired: 'Plan end time cannot be empty',
|
|
|
|
|
validatorFeedingPipelineRequired: 'Production line cannot be empty',
|
|
|
|
|
validatorWorkerRequired: 'Feeding worker cannot be empty',
|
|
|
|
|
validatorPreProductionRequired: 'Trial production cannot be empty',
|
|
|
|
|
|
|
|
|
|
dispatchDialogPlanLabel: 'Plan',
|
|
|
|
|
dispatchDialogPlanPlaceholder: 'Please enter plan ID',
|
|
|
|
|
dispatchDialogFeedingPipelineLabel: 'Pulp Line',
|
|
|
|
|
dispatchDialogFeedingPipelinePlaceholder: 'Please select pulp line',
|
|
|
|
|
dispatchDialogWorkerLabel: 'Worker',
|
|
|
|
|
dispatchDialogWorkerPlaceholder: 'Please select worker',
|
|
|
|
|
dispatchDialogRequisitionDateLabel: 'Planned Feeding',
|
|
|
|
|
dispatchDialogRequisitionDatePlaceholder: 'Select feeding time',
|
|
|
|
|
dispatchDialogRemarkLabel: 'Remark',
|
|
|
|
|
dispatchDialogRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
dispatchDialogSubmitButtonText: 'Submit',
|
|
|
|
|
dispatchDialogCancelButtonText: 'Cancel',
|
|
|
|
|
dispatchDialogTitle: 'Plan Dispatch: {code}',
|
|
|
|
|
dispatchSuccessMessage: 'Dispatch succeeded!',
|
|
|
|
|
|
|
|
|
|
typeDispatchDialogPipelineLabel: 'Production Line',
|
|
|
|
|
typeDispatchDialogPipelinePlaceholder: 'Please select production line',
|
|
|
|
|
typeDispatchDialogPaigongNumLabel: 'Dispatch Quantity',
|
|
|
|
|
typeDispatchDialogPaigongNumPlaceholder: 'Please enter quantity',
|
|
|
|
|
typeDispatchDialogPreProductionLabel: 'Trial Production',
|
|
|
|
|
typeDispatchDialogSubmitButtonText: 'Submit',
|
|
|
|
|
typeDispatchDialogCancelButtonText: 'Cancel',
|
|
|
|
|
|
|
|
|
|
validatorDispatchPlanRequired: 'Plan cannot be empty',
|
|
|
|
|
validatorDispatchFeedingPipelineRequired: 'Pulp line cannot be empty',
|
|
|
|
|
validatorDispatchWorkerRequired: 'Feeding worker cannot be empty',
|
|
|
|
|
validatorTypeDispatchPipelineRequired: 'Production line cannot be empty',
|
|
|
|
|
validatorTypeDispatchPreProductionRequired: 'Trial production cannot be empty',
|
|
|
|
|
validatorTypeDispatchPaigongNumRequired: 'Dispatch quantity cannot be empty',
|
|
|
|
|
|
|
|
|
|
baogongDialogPlanLabel: 'Plan',
|
|
|
|
|
baogongDialogPlanPlaceholder: 'Please enter plan ID',
|
|
|
|
|
baogongDialogQualifiedNumberLabel: 'Qualified Qty',
|
|
|
|
|
baogongDialogQualifiedNumberPlaceholder: 'Please enter quantity',
|
|
|
|
|
baogongDialogUnqualifiedNumberLabel: 'Unqualified Qty',
|
|
|
|
|
baogongDialogUnqualifiedNumberPlaceholder: 'Please enter quantity',
|
|
|
|
|
baogongDialogReasonLabel: 'Reason',
|
|
|
|
|
baogongDialogReasonPlaceholder: 'Please enter reason',
|
|
|
|
|
baogongDialogSubmitButtonText: 'Submit',
|
|
|
|
|
baogongDialogCancelButtonText: 'Cancel',
|
|
|
|
|
baogongDialogTitle: 'Plan Report: {code}',
|
|
|
|
|
validatorBaogongQualifiedRequired: 'Quantity cannot be empty',
|
|
|
|
|
validatorBaogongUnqualifiedRequired: 'Quantity cannot be empty',
|
|
|
|
|
baogongSuccessMessage: 'Report succeeded!',
|
|
|
|
|
|
|
|
|
|
detailDialogTitle: 'Detail',
|
|
|
|
|
detailDialogTaskLabel: 'Task Order',
|
|
|
|
|
detailDialogTaskPlaceholder: 'Please enter task order',
|
|
|
|
|
detailDialogProductLabel: 'Detail Item',
|
|
|
|
|
detailDialogProductPlaceholder: 'Please enter product',
|
|
|
|
|
detailDialogCodeLabel: 'Plan Code',
|
|
|
|
|
detailDialogCodePlaceholder: 'Please enter plan code',
|
|
|
|
|
detailDialogFeedingPipelineLabel: 'Production Line',
|
|
|
|
|
detailDialogFeedingPipelinePlaceholder: 'Please enter production line name',
|
|
|
|
|
detailDialogWorkerLabel: 'Worker',
|
|
|
|
|
detailDialogWorkerPlaceholder: 'Please enter worker',
|
|
|
|
|
detailDialogPlanNumberLabel: 'Quantity',
|
|
|
|
|
detailDialogPreProductionLabel: 'Trial Production',
|
|
|
|
|
detailDialogPlanStartLabel: 'Plan Start',
|
|
|
|
|
detailDialogPlanStartPlaceholder: 'Select plan start time',
|
|
|
|
|
detailDialogPlanEndLabel: 'Plan End',
|
|
|
|
|
detailDialogPlanEndPlaceholder: 'Select plan end time',
|
|
|
|
|
detailDialogRemarkLabel: 'Remark',
|
|
|
|
|
detailDialogRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
detailDialogCloseButtonText: 'Close',
|
|
|
|
|
|
|
|
|
|
itemNeedDialogPlanTitlePrefix: 'Plan-',
|
|
|
|
|
|
|
|
|
|
treeRootLabel: 'Top Production Line Station',
|
|
|
|
|
|
|
|
|
|
exportFilename: 'ProductionPlan.xls'
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
FeedingRecord: {
|
|
|
|
|
moduleName: 'Production Feeding',
|
|
|
|
|
|
|
|
|
|
searchCodeLabel: 'Record No.',
|
|
|
|
|
searchCodePlaceholder: 'Please enter record No.',
|
|
|
|
|
searchPipelineLabel: 'Pulp Line',
|
|
|
|
|
searchPipelinePlaceholder: 'Please select pulp line',
|
|
|
|
|
searchFeedingTimeLabel: 'Feeding Time',
|
|
|
|
|
searchFeedingTimeStartPlaceholder: 'Start Date',
|
|
|
|
|
searchFeedingTimeEndPlaceholder: 'End Date',
|
|
|
|
|
searchUserLabel: 'Recorder',
|
|
|
|
|
searchUserPlaceholder: 'Please enter recorder',
|
|
|
|
|
searchRemarkLabel: 'Remark',
|
|
|
|
|
searchRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
|
|
|
|
|
buttonSearchText: 'Search',
|
|
|
|
|
buttonResetText: 'Reset',
|
|
|
|
|
buttonCreateText: 'Add',
|
|
|
|
|
buttonExportText: 'Export',
|
|
|
|
|
|
|
|
|
|
tabAllLabel: 'All',
|
|
|
|
|
tabOrgLabel: 'Material',
|
|
|
|
|
tabDryLabel: 'Dry Scrap',
|
|
|
|
|
tabWetLabel: 'Wet Scrap',
|
|
|
|
|
|
|
|
|
|
detailTabFeedingDetailLabel: 'Feeding Detail',
|
|
|
|
|
|
|
|
|
|
tableCodeColumn: 'Record No.',
|
|
|
|
|
tablePipelineColumn: 'Pulp Line',
|
|
|
|
|
tableFeedingTypeColumn: 'Feeding Type',
|
|
|
|
|
tableWeightColumn: 'Quantity',
|
|
|
|
|
tableUserColumn: 'Recorder',
|
|
|
|
|
tableRemarkColumn: 'Remark',
|
|
|
|
|
tableFeedingTimeColumn: 'Feeding Time',
|
|
|
|
|
tableOperateColumn: 'Operate',
|
|
|
|
|
|
|
|
|
|
actionDeleteLabel: 'Delete',
|
|
|
|
|
actionFeedingLabel: 'Feed',
|
|
|
|
|
|
|
|
|
|
updateStatusConfirmMessage: 'Confirm to submit feeding record?',
|
|
|
|
|
updateStatusConfirmTitle: 'Once submitted, it cannot be undone!',
|
|
|
|
|
updateStatusSuccessMessage: 'Submitted successfully!',
|
|
|
|
|
|
|
|
|
|
dialogCodeLabel: 'Record No.',
|
|
|
|
|
dialogCodeTooltip: 'Record No.',
|
|
|
|
|
dialogCodePlaceholder: 'Code will be generated automatically after saving',
|
|
|
|
|
dialogFeedingTypeLabel: 'Feeding Type',
|
|
|
|
|
dialogFeedingTypeTooltip: 'Source: Data Dictionary - Production Feeding Type',
|
|
|
|
|
dialogPlanLabel: 'Production Plan',
|
|
|
|
|
dialogPlanPlaceholder: 'Please select production plan',
|
|
|
|
|
dialogPipelineLabel: 'Pulp Line',
|
|
|
|
|
dialogPipelinePlaceholder: 'Please select pulp line',
|
|
|
|
|
dialogProductLabel: 'Product',
|
|
|
|
|
dialogProductPlaceholder: 'Please select product',
|
|
|
|
|
dialogWeightLabel: 'Weight(kg)',
|
|
|
|
|
dialogWeightPlaceholder: 'Please enter weight',
|
|
|
|
|
dialogFeedingTimeLabel: 'Feeding Time',
|
|
|
|
|
dialogFeedingTimePlaceholder: 'Select feeding time',
|
|
|
|
|
dialogRemarkLabel: 'Remark',
|
|
|
|
|
dialogRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
dialogSubmitButtonText: 'Confirm',
|
|
|
|
|
dialogCancelButtonText: 'Cancel',
|
|
|
|
|
|
|
|
|
|
validatorFeedingTypeRequired: 'Feeding type cannot be empty',
|
|
|
|
|
validatorPipelineRequired: 'Pulp line cannot be empty',
|
|
|
|
|
validatorPlanRequired: 'Production plan cannot be empty',
|
|
|
|
|
validatorDetailWeightRequired: 'Quantity cannot be empty',
|
|
|
|
|
validatorDetailItemRequired: 'Material cannot be empty',
|
|
|
|
|
validatorDetailUnitRequired: 'Unit cannot be empty',
|
|
|
|
|
|
|
|
|
|
detailTableIndexColumn: 'No.',
|
|
|
|
|
detailTableItemColumn: 'Material',
|
|
|
|
|
detailTableUnitColumn: 'Unit',
|
|
|
|
|
detailTableWeightColumn: 'Quantity',
|
|
|
|
|
|
|
|
|
|
detailListItemColumn: 'Material',
|
|
|
|
|
detailListWeightColumn: 'Quantity',
|
|
|
|
|
detailListUnitColumn: 'Unit',
|
|
|
|
|
detailListFeedingTimeColumn: 'Feeding Time',
|
|
|
|
|
|
|
|
|
|
treeRootLabel: 'Top Production Line Station',
|
|
|
|
|
|
|
|
|
|
exportFilename: 'FeedingRecord.xls'
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
FormingRecord: {
|
|
|
|
|
moduleName: 'Forming Record',
|
|
|
|
|
|
|
|
|
|
searchOrganizationLabel: 'Station',
|
|
|
|
|
searchOrganizationPlaceholder: 'Please enter station',
|
|
|
|
|
searchMachineLabel: 'Machine',
|
|
|
|
|
searchMachinePlaceholder: 'Please enter machine',
|
|
|
|
|
searchTeamLabel: 'Team',
|
|
|
|
|
searchTeamPlaceholder: 'Please enter team',
|
|
|
|
|
searchRemarkLabel: 'Remark',
|
|
|
|
|
searchRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
searchStartTimeLabel: 'Start Time',
|
|
|
|
|
searchStartTimeStartPlaceholder: 'Start Date',
|
|
|
|
|
searchStartTimeEndPlaceholder: 'End Date',
|
|
|
|
|
searchEndTimeLabel: 'End Time',
|
|
|
|
|
searchEndTimeStartPlaceholder: 'Start Date',
|
|
|
|
|
searchEndTimeEndPlaceholder: 'End Date',
|
|
|
|
|
|
|
|
|
|
buttonSearchText: 'Search',
|
|
|
|
|
buttonResetText: 'Reset',
|
|
|
|
|
buttonCreateText: 'Add',
|
|
|
|
|
buttonExportText: 'Export',
|
|
|
|
|
|
|
|
|
|
tableNameColumn: 'Name',
|
|
|
|
|
tableOrganizationColumn: 'Station',
|
|
|
|
|
tableMachineColumn: 'Machine',
|
|
|
|
|
tableTeamColumn: 'Team',
|
|
|
|
|
tableStartTimeColumn: 'Start Time',
|
|
|
|
|
tableEndTimeColumn: 'End Time',
|
|
|
|
|
tableStatusColumn: 'Status',
|
|
|
|
|
tableProcessColumn: 'Process',
|
|
|
|
|
tableRemarkColumn: 'Remark',
|
|
|
|
|
tableCreateTimeColumn: 'Create Time',
|
|
|
|
|
tableOperateColumn: 'Operate',
|
|
|
|
|
|
|
|
|
|
tabFormingRecordLabel: 'Forming Record',
|
|
|
|
|
|
|
|
|
|
dialogTeamLabel: 'Team',
|
|
|
|
|
dialogTeamPlaceholder: 'Please enter team',
|
|
|
|
|
dialogOrganizationLabel: 'Station',
|
|
|
|
|
dialogOrganizationPlaceholder: 'Please enter station',
|
|
|
|
|
dialogMachineLabel: 'Machine',
|
|
|
|
|
dialogMachinePlaceholder: 'Please enter machine',
|
|
|
|
|
dialogStartTimeLabel: 'Start Time',
|
|
|
|
|
dialogStartTimePlaceholder: 'Select start time',
|
|
|
|
|
dialogEndTimeLabel: 'End Time',
|
|
|
|
|
dialogEndTimePlaceholder: 'Select end time',
|
|
|
|
|
dialogStatusLabel: 'Status',
|
|
|
|
|
dialogProcessLabel: 'Process',
|
|
|
|
|
dialogProcessPlaceholder: 'Please select process',
|
|
|
|
|
dialogRemarkLabel: 'Remark',
|
|
|
|
|
dialogRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
|
|
|
|
|
validatorOrganizationRequired: 'Station cannot be empty',
|
|
|
|
|
validatorStartTimeRequired: 'Start time cannot be empty',
|
|
|
|
|
validatorEndTimeRequired: 'End time cannot be empty',
|
|
|
|
|
validatorProcessRequired: 'Process cannot be empty',
|
|
|
|
|
|
|
|
|
|
detailListCreateTimeColumn: 'Create Time',
|
|
|
|
|
detailListCreatorColumn: 'Creator',
|
|
|
|
|
detailListXijiangColumn: 'Pulp Suction Time(S)',
|
|
|
|
|
detailListTuoshuiColumn: 'Dehydration Time(S)',
|
|
|
|
|
detailListXimuColumn: 'Mold Washing Time(S)',
|
|
|
|
|
detailListProductColumn: 'Product',
|
|
|
|
|
detailListAppearanceColumn: 'Product Appearance',
|
|
|
|
|
detailListProductWeightColumn: 'Wet Weight(g)',
|
|
|
|
|
detailListRemarkColumn: 'Remark',
|
|
|
|
|
detailListStartTimeColumn: 'Start-up Time',
|
|
|
|
|
detailListEndTimeColumn: 'Shutdown Time',
|
|
|
|
|
detailListOperateColumn: 'Operate',
|
|
|
|
|
|
|
|
|
|
detailDialogStartTimeLabel: 'Start-up Time',
|
|
|
|
|
detailDialogStartTimePlaceholder: 'Select start-up time',
|
|
|
|
|
detailDialogEndTimeLabel: 'Shutdown Time',
|
|
|
|
|
detailDialogEndTimePlaceholder: 'Select shutdown time',
|
|
|
|
|
detailDialogXijiangLabel: 'Pulp Suction Time(S)',
|
|
|
|
|
detailDialogXijiangPlaceholder: 'Please enter pulp suction time(S)',
|
|
|
|
|
detailDialogTuoshuiLabel: 'Dehydration Time(S)',
|
|
|
|
|
detailDialogTuoshuiPlaceholder: 'Please enter dehydration time(S)',
|
|
|
|
|
detailDialogXimuLabel: 'Mold Washing Time(S)',
|
|
|
|
|
detailDialogXimuPlaceholder: 'Please enter mold washing time(S)',
|
|
|
|
|
detailDialogProductLabel: 'Product',
|
|
|
|
|
detailDialogProductPlaceholder: 'Please select product',
|
|
|
|
|
detailDialogAppearanceLabel: 'Product Appearance',
|
|
|
|
|
detailDialogAppearancePlaceholder: 'Please enter product appearance',
|
|
|
|
|
detailDialogProductWeightLabel: 'Wet Weight(g)',
|
|
|
|
|
detailDialogProductWeightPlaceholder: 'Please enter wet weight(g)',
|
|
|
|
|
detailDialogRemarkLabel: 'Remark',
|
|
|
|
|
detailDialogRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
|
|
|
|
|
dialogSubmitButtonText: 'Confirm',
|
|
|
|
|
dialogCancelButtonText: 'Cancel',
|
|
|
|
|
|
|
|
|
|
detailValidatorRecordIdRequired: 'Record id cannot be empty',
|
|
|
|
|
detailValidatorXijiangRequired: 'Pulp suction time(S) cannot be empty',
|
|
|
|
|
detailValidatorTuoshuiRequired: 'Dehydration time(S) cannot be empty',
|
|
|
|
|
detailValidatorXimuRequired: 'Mold washing time(S) cannot be empty',
|
|
|
|
|
detailValidatorProductRequired: 'Product cannot be empty',
|
|
|
|
|
detailValidatorAppearanceRequired: 'Product appearance cannot be empty',
|
|
|
|
|
detailValidatorProductWeightRequired: 'Wet weight(g) cannot be empty',
|
|
|
|
|
|
|
|
|
|
messageSelectRecordRequired: 'Please select a record table',
|
|
|
|
|
|
|
|
|
|
actionEditLabel: 'Edit',
|
|
|
|
|
actionDeleteLabel: 'Delete',
|
|
|
|
|
|
|
|
|
|
exportFilename: 'FormingRecord.xls'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|