[add] 法规符合性排查流程
This commit is contained in:
@@ -192,6 +192,13 @@ module.exports = {
|
||||
curBefore: 'Before this day',
|
||||
curAfter: 'After this day',
|
||||
pleaseSelectADate: 'Please select a date first',
|
||||
applicableMarket: 'Applicable market',
|
||||
responsibleDepartment: 'Responsible department',
|
||||
standardState: 'Standard state',
|
||||
newProductionVehicleImplementationDate: 'New production vehicle implementation date',
|
||||
newCertifiedVehicleImplementationDate: 'New certified vehicle implementation date',
|
||||
generate: '生成',
|
||||
vehicleType: '车型',
|
||||
// 树右键
|
||||
treeRight: {
|
||||
addFolder: 'Create New Folder',
|
||||
|
||||
@@ -21,6 +21,19 @@ module.exports = {
|
||||
ccPerson: '抄送人员',
|
||||
briefDescription: '法规要求简要描述'
|
||||
},
|
||||
// 法规符合性排查流程
|
||||
regulatoryComplianceCheckProcess: {
|
||||
addStandard: '添加标准',
|
||||
manualAddition: '手动新增',
|
||||
vehicleTypeItem: '车型项目',
|
||||
applicableMarket: '适用市场',
|
||||
isAlike: '是否与上一版相同',
|
||||
resolutionAttachment: '分解单附件',
|
||||
decompositionSingleSource: '分解单来源',
|
||||
pleaseAddStandard: '请先新增一条标准',
|
||||
modelStatus: '车型状态',
|
||||
primaryInvestigator: '主排查人'
|
||||
},
|
||||
// 市场清单发布流程
|
||||
marketListReleaseProcess: {
|
||||
englishName: '英文名称',
|
||||
|
||||
@@ -21,6 +21,19 @@ module.exports = {
|
||||
ccPerson: '抄送人员',
|
||||
briefDescription: '法规要求简要描述'
|
||||
},
|
||||
// 法规符合性排查流程
|
||||
regulatoryComplianceCheckProcess: {
|
||||
addStandard: '添加标准',
|
||||
manualAddition: '手动新增',
|
||||
vehicleTypeItem: '车型项目',
|
||||
applicableMarket: '适用市场',
|
||||
isAlike: '是否与上一版相同',
|
||||
resolutionAttachment: '分解单附件',
|
||||
decompositionSingleSource: '分解单来源',
|
||||
pleaseAddStandard: '请先新增一条标准',
|
||||
modelStatus: '车型状态',
|
||||
primaryInvestigator: '主排查人'
|
||||
},
|
||||
// 市场清单发布流程
|
||||
marketListReleaseProcess: {
|
||||
englishName: '英文名称',
|
||||
|
||||
@@ -144,6 +144,7 @@ module.exports = {
|
||||
processInformation: '流程信息',
|
||||
basicServiceInformation: '业务基本信息',
|
||||
processApprovalInformation: '流程审批信息',
|
||||
dispatchInformation: '业务分派信息',
|
||||
processName: '流程名称',
|
||||
expirationDate: '截止日期',
|
||||
processExplain: '流程说明',
|
||||
@@ -195,6 +196,7 @@ module.exports = {
|
||||
transfer: '调取',
|
||||
batchClose: '批量关闭',
|
||||
clauseNo: '条款号',
|
||||
clauseTitle: '条款标题',
|
||||
clauseName: '条款名称',
|
||||
clauseContent: '条款内容',
|
||||
maximumSelectFive: '最多选择五条记录!',
|
||||
@@ -207,6 +209,13 @@ module.exports = {
|
||||
curBefore: '这天之前',
|
||||
curAfter: '这天之后',
|
||||
pleaseSelectADate: '请先选中一个日期',
|
||||
applicableMarket: '适用市场',
|
||||
responsibleDepartment: '责任部门',
|
||||
standardState: '标准状态',
|
||||
newProductionVehicleImplementationDate: '新生产车实施日期',
|
||||
newCertifiedVehicleImplementationDate: '新认证车实施日期',
|
||||
generate: '生成',
|
||||
vehicleType: '车型',
|
||||
// 标准字段
|
||||
standardField: {
|
||||
standardEnglishName: '标准英文名称',
|
||||
|
||||
Reference in New Issue
Block a user