|
|
|
|
@ -1214,6 +1214,416 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
FactoryModeling: {
|
|
|
|
|
FactoryStructure: {
|
|
|
|
|
moduleName: 'Factory Structure',
|
|
|
|
|
searchCodeLabel: 'Organization Code',
|
|
|
|
|
searchCodePlaceholder: 'Please enter organization code',
|
|
|
|
|
searchParentLabel: 'Parent Organization',
|
|
|
|
|
searchParentPlaceholder: 'Please select parent organization',
|
|
|
|
|
searchNameLabel: 'Organization Name',
|
|
|
|
|
searchNamePlaceholder: 'Please enter organization name',
|
|
|
|
|
searchOrgClassLabel: 'Organization Level',
|
|
|
|
|
searchOrgClassPlaceholder: 'Please select organization level',
|
|
|
|
|
searchButtonText: 'Search',
|
|
|
|
|
resetButtonText: 'Reset',
|
|
|
|
|
addButtonText: 'Add',
|
|
|
|
|
exportButtonText: 'Export',
|
|
|
|
|
expandButtonText: 'Expand/Collapse',
|
|
|
|
|
tableCodeColumn: 'Organization Code',
|
|
|
|
|
tableNameColumn: 'Organization Name',
|
|
|
|
|
tableSortColumn: 'Display Order',
|
|
|
|
|
tableMachineColumn: 'Related Device',
|
|
|
|
|
tableOrgClassColumn: 'Organization Level',
|
|
|
|
|
tableOrgTypeColumn: 'Process',
|
|
|
|
|
tableCreateTimeColumn: 'Create Time',
|
|
|
|
|
tableOperateColumn: 'Operation',
|
|
|
|
|
tableEditAction: 'Edit',
|
|
|
|
|
tableDeleteAction: 'Delete',
|
|
|
|
|
dialogCodeLabel: 'Code',
|
|
|
|
|
dialogCodeTooltip: 'Factory structure code',
|
|
|
|
|
dialogCodePlaceholder: 'Code is auto generated after saving',
|
|
|
|
|
dialogParentLabel: 'Parent Organization',
|
|
|
|
|
dialogParentPlaceholder: 'Please select parent organization',
|
|
|
|
|
dialogNameLabel: 'Organization Name',
|
|
|
|
|
dialogNamePlaceholder: 'Please enter organization name',
|
|
|
|
|
dialogOrgClassLabel: 'Organization Level',
|
|
|
|
|
dialogSortLabel: 'Display Order',
|
|
|
|
|
dialogSortTooltip: 'Same parent nodes are sorted in ascending order',
|
|
|
|
|
dialogSortPlaceholder: 'Please enter display order',
|
|
|
|
|
dialogOrgTypeLabel: 'Process',
|
|
|
|
|
dialogOrgTypeTooltip: 'Source: Data dictionary - Process',
|
|
|
|
|
dialogOrgTypePlaceholder: 'Please select type',
|
|
|
|
|
dialogMachineLabel: 'Related Device',
|
|
|
|
|
dialogMachinePlaceholder: 'Please select device',
|
|
|
|
|
dialogCancelButton: 'Cancel',
|
|
|
|
|
dialogSubmitButton: 'Confirm',
|
|
|
|
|
orgTreeRootName: 'Top Organization',
|
|
|
|
|
validatorNameRequired: 'Organization name can not be empty',
|
|
|
|
|
validatorParentRequired: 'Parent organization can not be empty',
|
|
|
|
|
validatorOrgClassRequired: 'Organization level can not be empty'
|
|
|
|
|
},
|
|
|
|
|
FactoryWorker: {
|
|
|
|
|
moduleName: 'Workstation Worker',
|
|
|
|
|
searchNameLabel: 'Organization Name',
|
|
|
|
|
searchNamePlaceholder: 'Please enter organization name',
|
|
|
|
|
searchStatusLabel: 'Organization Status',
|
|
|
|
|
searchStatusPlaceholder: 'Please select organization status',
|
|
|
|
|
searchButtonText: 'Search',
|
|
|
|
|
resetButtonText: 'Reset',
|
|
|
|
|
exportButtonText: 'Export',
|
|
|
|
|
expandButtonText: 'Expand/Collapse',
|
|
|
|
|
tabsZhijiang: 'Pulping',
|
|
|
|
|
tabsChengxing: 'Forming',
|
|
|
|
|
tabsHonggan: 'Drying',
|
|
|
|
|
tabsZhuanyi: 'Transfer',
|
|
|
|
|
tabsJiashi: 'Humidifying',
|
|
|
|
|
tabsReya: 'Hot Press',
|
|
|
|
|
tabsQiebian: 'Trimming',
|
|
|
|
|
tabsPanjian: 'Inspection',
|
|
|
|
|
tabsDabao: 'Packing',
|
|
|
|
|
tabsTiebiao: 'Labeling',
|
|
|
|
|
tabsPinyin: 'Printing',
|
|
|
|
|
tabsSufeng: 'Sealing',
|
|
|
|
|
tabsAll: 'All',
|
|
|
|
|
tableNameColumn: 'Organization Name',
|
|
|
|
|
tableOrgClassColumn: 'Organization Level',
|
|
|
|
|
tableOrgTypeColumn: 'Type',
|
|
|
|
|
tableWorkerColumn: 'Today Worker',
|
|
|
|
|
tableOperateColumn: 'Operation',
|
|
|
|
|
tableDispatchAction: 'Dispatch',
|
|
|
|
|
exportFileName: 'Workstation.xls'
|
|
|
|
|
},
|
|
|
|
|
ProductCategory: {
|
|
|
|
|
moduleName: 'Product Material Category',
|
|
|
|
|
searchNameLabel: 'Category Name',
|
|
|
|
|
searchNamePlaceholder: 'Please enter category name',
|
|
|
|
|
searchStatusLabel: 'Enable Status',
|
|
|
|
|
searchStatusPlaceholder: 'Please select enable status',
|
|
|
|
|
searchButtonText: 'Search',
|
|
|
|
|
resetButtonText: 'Reset',
|
|
|
|
|
addButtonText: 'Add',
|
|
|
|
|
exportButtonText: 'Export',
|
|
|
|
|
expandButtonText: 'Expand/Collapse',
|
|
|
|
|
tableCodeColumn: 'Category Code',
|
|
|
|
|
tableNameColumn: 'Category Name',
|
|
|
|
|
tableSortColumn: 'Sort',
|
|
|
|
|
tableStatusColumn: 'Status',
|
|
|
|
|
tableCreateTimeColumn: 'Create Time',
|
|
|
|
|
tableOperateColumn: 'Operation',
|
|
|
|
|
tableEditAction: 'Edit',
|
|
|
|
|
tableDeleteAction: 'Delete',
|
|
|
|
|
dialogParentLabel: 'Parent Category',
|
|
|
|
|
dialogParentPlaceholder: 'Please select parent category',
|
|
|
|
|
dialogCodeLabel: 'Code',
|
|
|
|
|
dialogCodePlaceholder: 'Please enter code',
|
|
|
|
|
dialogNameLabel: 'Name',
|
|
|
|
|
dialogNamePlaceholder: 'Please enter name',
|
|
|
|
|
dialogSortLabel: 'Sort',
|
|
|
|
|
dialogSortPlaceholder: 'Please enter sort',
|
|
|
|
|
dialogStatusLabel: 'Status',
|
|
|
|
|
dialogCancelButton: 'Cancel',
|
|
|
|
|
dialogSubmitButton: 'Confirm',
|
|
|
|
|
treeRootName: 'Top Product Category',
|
|
|
|
|
validatorParentRequired: 'Parent category can not be empty',
|
|
|
|
|
validatorNameRequired: 'Name can not be empty',
|
|
|
|
|
validatorCodeRequired: 'Code can not be empty',
|
|
|
|
|
validatorSortRequired: 'Sort can not be empty',
|
|
|
|
|
validatorStatusRequired: 'Status can not be empty'
|
|
|
|
|
},
|
|
|
|
|
ProductInformation: {
|
|
|
|
|
moduleName: 'Product Material Information',
|
|
|
|
|
searchNameLabel: 'Name',
|
|
|
|
|
searchNamePlaceholder: 'Please enter name',
|
|
|
|
|
searchButtonText: 'Search',
|
|
|
|
|
resetButtonText: 'Reset',
|
|
|
|
|
addButtonText: 'Add',
|
|
|
|
|
exportButtonText: 'Export',
|
|
|
|
|
tableBarCodeColumn: 'Code',
|
|
|
|
|
tableNameColumn: 'Name',
|
|
|
|
|
tableStandardColumn: 'Specification',
|
|
|
|
|
tableCategoryColumn: 'Category',
|
|
|
|
|
tableUnitColumn: 'Unit',
|
|
|
|
|
tableStatusColumn: 'Status',
|
|
|
|
|
tableCreateTimeColumn: 'Create Time',
|
|
|
|
|
tableOperateColumn: 'Operation',
|
|
|
|
|
tableEditAction: 'Edit',
|
|
|
|
|
tableDeleteAction: 'Delete',
|
|
|
|
|
dialogBarCodeLabel: 'Code',
|
|
|
|
|
dialogBarCodePlaceholder: 'Please enter code',
|
|
|
|
|
dialogNameLabel: 'Name',
|
|
|
|
|
dialogNamePlaceholder: 'Please enter name',
|
|
|
|
|
dialogCategoryLabel: 'Category',
|
|
|
|
|
dialogCategoryPlaceholder: 'Please select category',
|
|
|
|
|
dialogUnitLabel: 'Unit',
|
|
|
|
|
dialogUnitPlaceholder: 'Please select unit',
|
|
|
|
|
dialogStandardLabel: 'Specification',
|
|
|
|
|
dialogStandardPlaceholder: 'Please enter specification',
|
|
|
|
|
dialogExpiryDayLabel: 'Shelf Life (Days)',
|
|
|
|
|
dialogExpiryDayPlaceholder: 'Please enter shelf life (days)',
|
|
|
|
|
dialogWeightLabel: 'Weight (g)',
|
|
|
|
|
dialogWeightPlaceholder: 'Please enter weight (g)',
|
|
|
|
|
dialogPurchasePriceLabel: 'Purchase Price',
|
|
|
|
|
dialogPurchasePricePlaceholder: 'Please enter purchase price (CNY)',
|
|
|
|
|
dialogSalePriceLabel: 'Sale Price',
|
|
|
|
|
dialogSalePricePlaceholder: 'Please enter sale price (CNY)',
|
|
|
|
|
dialogMinPriceLabel: 'Minimum Price',
|
|
|
|
|
dialogMinPricePlaceholder: 'Please enter minimum price (CNY)',
|
|
|
|
|
dialogStatusLabel: 'Status',
|
|
|
|
|
dialogRemarkLabel: 'Remark',
|
|
|
|
|
dialogRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
dialogCancelButton: 'Cancel',
|
|
|
|
|
dialogSubmitButton: 'Confirm',
|
|
|
|
|
validatorNameRequired: 'Product name can not be empty',
|
|
|
|
|
validatorBarCodeRequired: 'Product barcode can not be empty',
|
|
|
|
|
validatorCategoryRequired: 'Product category id can not be empty',
|
|
|
|
|
validatorUnitRequired: 'Unit id can not be empty',
|
|
|
|
|
validatorStatusRequired: 'Product status can not be empty'
|
|
|
|
|
},
|
|
|
|
|
AutocodeRule: {
|
|
|
|
|
moduleName: 'Code Rules',
|
|
|
|
|
searchRuleCodeLabel: 'Rule Code',
|
|
|
|
|
searchRuleCodePlaceholder: 'Please enter rule code',
|
|
|
|
|
searchRuleNameLabel: 'Rule Name',
|
|
|
|
|
searchRuleNamePlaceholder: 'Please enter rule name',
|
|
|
|
|
searchRuleDescLabel: 'Description',
|
|
|
|
|
searchRuleDescPlaceholder: 'Please enter description',
|
|
|
|
|
searchRemarkLabel: 'Remark',
|
|
|
|
|
searchRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
searchIsEnableLabel: 'Enabled',
|
|
|
|
|
searchIsEnablePlaceholder: 'Please select enabled',
|
|
|
|
|
searchButtonText: 'Search',
|
|
|
|
|
resetButtonText: 'Reset',
|
|
|
|
|
addButtonText: 'Add',
|
|
|
|
|
exportButtonText: 'Export',
|
|
|
|
|
tableRuleCodeColumn: 'Rule Code',
|
|
|
|
|
tableRuleNameColumn: 'Rule Name',
|
|
|
|
|
tableRuleDescColumn: 'Description',
|
|
|
|
|
tableMaxLengthColumn: 'Max Length',
|
|
|
|
|
tableIsPaddedColumn: 'Pad',
|
|
|
|
|
tablePaddedCharColumn: 'Pad Char',
|
|
|
|
|
tablePaddedMethodColumn: 'Pad Method',
|
|
|
|
|
tableIsEnableColumn: 'Enabled',
|
|
|
|
|
tableOperateColumn: 'Operation',
|
|
|
|
|
tableEditAction: 'Edit',
|
|
|
|
|
tableDeleteAction: 'Delete',
|
|
|
|
|
tableTestCodeAction: 'Test Code',
|
|
|
|
|
listPartTabLabel: 'Code Parts',
|
|
|
|
|
dialogPartTabLabel: 'Code Rule Parts',
|
|
|
|
|
exportFilename: 'CodeRules.xls',
|
|
|
|
|
dialogRuleCodeLabel: 'Rule Code',
|
|
|
|
|
dialogRuleCodePlaceholder: 'Please enter rule code',
|
|
|
|
|
dialogRuleNameLabel: 'Rule Name',
|
|
|
|
|
dialogRuleNamePlaceholder: 'Please enter rule name',
|
|
|
|
|
dialogRuleDescLabel: 'Description',
|
|
|
|
|
dialogRuleDescPlaceholder: 'Please enter description',
|
|
|
|
|
dialogMaxLengthLabel: 'Max Length',
|
|
|
|
|
dialogMaxLengthPlaceholder: 'Please enter max length',
|
|
|
|
|
dialogIsPaddedLabel: 'Pad',
|
|
|
|
|
dialogPaddedCharLabel: 'Pad Char',
|
|
|
|
|
dialogPaddedCharPlaceholder: 'Please enter pad char',
|
|
|
|
|
dialogPaddedMethodLabel: 'Pad Method',
|
|
|
|
|
dialogRemarkLabel: 'Remark',
|
|
|
|
|
dialogRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
dialogIsEnableLabel: 'Enabled',
|
|
|
|
|
validatorIsEnableRequired: 'Enabled can not be empty',
|
|
|
|
|
validatorRuleIdRequired: 'Rule id can not be empty',
|
|
|
|
|
validatorPartIndexRequired: 'Part index can not be empty',
|
|
|
|
|
validatorPartLengthRequired: 'Part length can not be empty',
|
|
|
|
|
partTableIndexColumn: 'Index',
|
|
|
|
|
partTableIdColumn: 'ID',
|
|
|
|
|
partTablePartIndexColumn: 'Part Index',
|
|
|
|
|
partTablePartTypeColumn: 'Part Type',
|
|
|
|
|
partTablePartCodeColumn: 'Part Code',
|
|
|
|
|
partTablePartNameColumn: 'Part Name',
|
|
|
|
|
partTablePartLengthColumn: 'Part Length',
|
|
|
|
|
partTableDatetimeFormatColumn: 'Datetime Format',
|
|
|
|
|
partTableInputCharacterColumn: 'Input Char',
|
|
|
|
|
partTableFixCharacterColumn: 'Fixed Char',
|
|
|
|
|
partTableSeriaStartNoColumn: 'Serial Start',
|
|
|
|
|
partTableSeriaStepColumn: 'Serial Step',
|
|
|
|
|
partTableSeriaNowNoColumn: 'Serial Current',
|
|
|
|
|
partTableCycleFlagColumn: 'Serial Cycle',
|
|
|
|
|
partTableCycleMethodColumn: 'Cycle Method',
|
|
|
|
|
partTableRemarkColumn: 'Remark',
|
|
|
|
|
partTableIsEnableColumn: 'Enabled',
|
|
|
|
|
partTableCreateTimeColumn: 'Create Time',
|
|
|
|
|
partTableOperateColumn: 'Operation',
|
|
|
|
|
partPlaceholderPartIndex: 'Please enter part index',
|
|
|
|
|
partPlaceholderPartCode: 'Please enter part code',
|
|
|
|
|
partPlaceholderPartName: 'Please enter part name',
|
|
|
|
|
partPlaceholderPartLength: 'Please enter part length',
|
|
|
|
|
partPlaceholderDatetimeFormat: 'Please enter datetime format',
|
|
|
|
|
partPlaceholderInputCharacter: 'Please enter input char',
|
|
|
|
|
partPlaceholderFixCharacter: 'Please enter fixed char',
|
|
|
|
|
partPlaceholderSeriaStartNo: 'Please enter serial start',
|
|
|
|
|
partPlaceholderSeriaStep: 'Please enter serial step',
|
|
|
|
|
partPlaceholderSeriaNowNo: 'Please enter current serial',
|
|
|
|
|
partPlaceholderRemark: 'Please enter remark',
|
|
|
|
|
addPartButtonText: 'Add Code Rule Part'
|
|
|
|
|
},
|
|
|
|
|
ProductBOM: {
|
|
|
|
|
moduleName: 'Product BOM',
|
|
|
|
|
searchCodeLabel: 'BOM Code',
|
|
|
|
|
searchCodePlaceholder: 'Please enter BOM code',
|
|
|
|
|
searchProductLabel: 'Product',
|
|
|
|
|
searchProductPlaceholder: 'Please select product',
|
|
|
|
|
searchRemarkLabel: 'Remark',
|
|
|
|
|
searchRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
searchEnableLabel: 'Enable Status',
|
|
|
|
|
searchEnablePlaceholder: 'Please select enable status',
|
|
|
|
|
searchButtonText: 'Search',
|
|
|
|
|
resetButtonText: 'Reset',
|
|
|
|
|
addButtonText: 'Add',
|
|
|
|
|
exportButtonText: 'Export',
|
|
|
|
|
tableCodeColumn: 'BOM Code',
|
|
|
|
|
tableVersionColumn: 'BOM Version',
|
|
|
|
|
tableProductColumn: 'Product',
|
|
|
|
|
tableUnitColumn: 'Unit',
|
|
|
|
|
tableYieldRateColumn: 'Yield Rate %',
|
|
|
|
|
tableRemarkColumn: 'Remark',
|
|
|
|
|
tableEnableColumn: 'Enabled',
|
|
|
|
|
tableCreateTimeColumn: 'Create Time',
|
|
|
|
|
tableOperateColumn: 'Operation',
|
|
|
|
|
tableEditAction: 'Edit',
|
|
|
|
|
tableDeleteAction: 'Delete',
|
|
|
|
|
detailTabLabel: 'Product BOM Detail',
|
|
|
|
|
dialogCodeLabel: 'BOM Code',
|
|
|
|
|
dialogCodePlaceholder: 'Please enter BOM code',
|
|
|
|
|
dialogVersionLabel: 'BOM Version',
|
|
|
|
|
dialogVersionPlaceholder: 'Please enter BOM version',
|
|
|
|
|
dialogProductLabel: 'Product',
|
|
|
|
|
dialogProductPlaceholder: 'Please select product',
|
|
|
|
|
dialogUnitLabel: 'Unit',
|
|
|
|
|
dialogUnitPlaceholder: 'Please select unit',
|
|
|
|
|
dialogYieldRateLabel: 'Yield Rate %',
|
|
|
|
|
dialogYieldRatePlaceholder: 'Please enter yield rate',
|
|
|
|
|
dialogRemarkLabel: 'Remark',
|
|
|
|
|
dialogRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
dialogEnableLabel: 'Enabled',
|
|
|
|
|
dialogCancelButton: 'Cancel',
|
|
|
|
|
dialogSubmitButton: 'Confirm',
|
|
|
|
|
detailTableIndexColumn: 'No.',
|
|
|
|
|
detailTableMaterialColumn: 'Material',
|
|
|
|
|
detailTableUsageNumberColumn: 'Usage Quantity',
|
|
|
|
|
detailTableUnitColumn: 'Unit',
|
|
|
|
|
detailTableLossRateColumn: 'Loss Rate %',
|
|
|
|
|
detailTableRemarkColumn: 'Remark',
|
|
|
|
|
detailTableOperateColumn: 'Operation',
|
|
|
|
|
detailMaterialPlaceholder: 'Please select material',
|
|
|
|
|
detailUnitPlaceholder: 'Please select unit',
|
|
|
|
|
detailUsageNumberPlaceholder: 'Please enter usage quantity',
|
|
|
|
|
detailLossRatePlaceholder: 'Please enter loss rate',
|
|
|
|
|
detailRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
detailAddButtonText: 'Add Product BOM Detail',
|
|
|
|
|
validatorCodeRequired: 'BOM code can not be empty',
|
|
|
|
|
validatorVersionRequired: 'BOM version can not be empty',
|
|
|
|
|
validatorProductRequired: 'Product can not be empty',
|
|
|
|
|
validatorUnitRequired: 'Unit can not be empty',
|
|
|
|
|
validatorEnableRequired: 'Enable status can not be empty',
|
|
|
|
|
validatorDetailMaterialRequired: 'Material can not be empty',
|
|
|
|
|
validatorDetailBomRequired: 'BOM id can not be empty',
|
|
|
|
|
validatorDetailUsageNumberRequired: 'Usage quantity can not be empty'
|
|
|
|
|
},
|
|
|
|
|
WorkTeam: {
|
|
|
|
|
moduleName: 'Work Team Management',
|
|
|
|
|
searchTeamNameLabel: 'Team Name',
|
|
|
|
|
searchTeamNamePlaceholder: 'Please enter team name',
|
|
|
|
|
searchProcessLabel: 'Process',
|
|
|
|
|
searchProcessPlaceholder: 'Please select process',
|
|
|
|
|
searchRemarkLabel: 'Remark',
|
|
|
|
|
searchRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
searchButtonText: 'Search',
|
|
|
|
|
resetButtonText: 'Reset',
|
|
|
|
|
addButtonText: 'Add',
|
|
|
|
|
exportButtonText: 'Export',
|
|
|
|
|
tabsAll: 'All',
|
|
|
|
|
tabsDay: 'Day Shift',
|
|
|
|
|
tabsNight: 'Night Shift',
|
|
|
|
|
tabsLongDay: 'Long Day Shift',
|
|
|
|
|
tableTeamNameColumn: 'Team Name',
|
|
|
|
|
tableLeaderColumn: 'Leader',
|
|
|
|
|
tableGroupTypeColumn: 'Team Type',
|
|
|
|
|
tableWorkTimeColumn: 'Working Time',
|
|
|
|
|
tableProcessColumn: 'Process',
|
|
|
|
|
tableRemarkColumn: 'Remark',
|
|
|
|
|
tableEnableColumn: 'Enabled',
|
|
|
|
|
tableCreateTimeColumn: 'Create Time',
|
|
|
|
|
tableOperateColumn: 'Operation',
|
|
|
|
|
tableEditAction: 'Edit',
|
|
|
|
|
tableDeleteAction: 'Delete',
|
|
|
|
|
detailTabLabel: 'Team Members',
|
|
|
|
|
dialogTeamNameLabel: 'Team Name',
|
|
|
|
|
dialogTeamNamePlaceholder: 'Please enter team name',
|
|
|
|
|
dialogProcessLabel: 'Process',
|
|
|
|
|
dialogProcessTooltip: 'Source: Data dictionary - Process',
|
|
|
|
|
dialogGroupTypeLabel: 'Team Type',
|
|
|
|
|
dialogGroupTypeTooltip: 'Source: Data dictionary - Team Type',
|
|
|
|
|
dialogWorkTimeLabel: 'Working Time',
|
|
|
|
|
dialogWorkTimeRangeSeparator: 'To',
|
|
|
|
|
dialogWorkTimeStartPlaceholder: 'Start Time',
|
|
|
|
|
dialogWorkTimeEndPlaceholder: 'End Time',
|
|
|
|
|
dialogRemarkLabel: 'Remark',
|
|
|
|
|
dialogRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
dialogEnableLabel: 'Enabled',
|
|
|
|
|
dialogCancelButton: 'Cancel',
|
|
|
|
|
dialogSubmitButton: 'Confirm',
|
|
|
|
|
detailAddButtonText: 'Add',
|
|
|
|
|
detailTableJobNoColumn: 'Job No.',
|
|
|
|
|
detailTableRoleColumn: 'Role',
|
|
|
|
|
detailTableRemarkColumn: 'Remark',
|
|
|
|
|
detailTableCreateTimeColumn: 'Create Time',
|
|
|
|
|
detailTableOperateColumn: 'Operation',
|
|
|
|
|
detailDialogJobNoLabel: 'Job No.',
|
|
|
|
|
detailDialogJobNoPlaceholder: 'Please select job no.',
|
|
|
|
|
detailDialogRoleLabel: 'Role',
|
|
|
|
|
detailDialogRoleTooltip: 'Source: Data dictionary - Team Member Role',
|
|
|
|
|
detailDialogRemarkLabel: 'Remark',
|
|
|
|
|
detailDialogRemarkPlaceholder: 'Please enter remark',
|
|
|
|
|
detailDialogMemberSuffix: 'Member',
|
|
|
|
|
validatorTeamNameRequired: 'Team name can not be empty',
|
|
|
|
|
validatorProcessRequired: 'Process type can not be empty',
|
|
|
|
|
validatorGroupTypeRequired: 'Team type can not be empty',
|
|
|
|
|
validatorEnableRequired: 'Enable status can not be empty',
|
|
|
|
|
validatorDetailUserRequired: 'User id can not be empty',
|
|
|
|
|
validatorDetailRoleRequired: 'Role can not be empty',
|
|
|
|
|
validatorSelectWorkTeamFirst: 'Please select a work team first'
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
ProductUnit: {
|
|
|
|
|
moduleName: 'Unit Management',
|
|
|
|
|
searchNameLabel: 'Unit Name',
|
|
|
|
|
searchNamePlaceholder: 'Please enter unit name',
|
|
|
|
|
searchStatusLabel: 'Unit Status',
|
|
|
|
|
searchStatusPlaceholder: 'Please select unit status',
|
|
|
|
|
searchButtonText: 'Search',
|
|
|
|
|
resetButtonText: 'Reset',
|
|
|
|
|
addButtonText: 'Add',
|
|
|
|
|
exportButtonText: 'Export',
|
|
|
|
|
tableNameColumn: 'Unit Name',
|
|
|
|
|
tablePrimaryFlagColumn: 'Is Primary Unit',
|
|
|
|
|
tableChangeRateColumn: 'Conversion Rate to Primary Unit',
|
|
|
|
|
tableStatusColumn: 'Status',
|
|
|
|
|
tableCreateTimeColumn: 'Create Time',
|
|
|
|
|
tableOperateColumn: 'Operation',
|
|
|
|
|
tableEditAction: 'Edit',
|
|
|
|
|
tableDeleteAction: 'Delete',
|
|
|
|
|
dialogNameLabel: 'Unit Name',
|
|
|
|
|
dialogNamePlaceholder: 'Please enter unit name',
|
|
|
|
|
dialogPrimaryFlagLabel: 'Is Primary Unit',
|
|
|
|
|
dialogPrimaryUnitLabel: 'Related Primary Unit',
|
|
|
|
|
dialogPrimaryUnitPlaceholder: 'Please select primary unit',
|
|
|
|
|
dialogChangeRateLabel: 'Conversion Rate',
|
|
|
|
|
dialogChangeRatePlaceholder: 'Please enter conversion rate',
|
|
|
|
|
dialogStatusLabel: 'Unit Status',
|
|
|
|
|
dialogCancelButton: 'Cancel',
|
|
|
|
|
dialogSubmitButton: 'Confirm',
|
|
|
|
|
validatorNameRequired: 'Unit name can not be empty',
|
|
|
|
|
validatorStatusRequired: 'Unit status can not be empty',
|
|
|
|
|
validatorPrimaryFlagRequired: 'Primary unit flag can not be empty'
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
MoldManagement: {
|
|
|
|
|
MoldBrand: {
|
|
|
|
|
code: 'Model Code',
|
|
|
|
|
|