客户质量模块
This commit is contained in:
@@ -42,6 +42,7 @@ t.available = '可用'
|
||||
t.notAvailable = '不可用'
|
||||
t.time = '时间段'
|
||||
t.parameter = '台差参数'
|
||||
t.configuration = '配置'
|
||||
|
||||
|
||||
|
||||
@@ -551,6 +552,8 @@ t.gage.repeatabilityAndReproducibility = '重复性和再现性(R&R)'
|
||||
t.gage.partVariation = '零件变差(TV)'
|
||||
t.gage.decide = '综合判定'
|
||||
t.gage.tabularComputations = '表格计算'
|
||||
t.gage.fabrication = '制作'
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -663,5 +666,62 @@ t.dictionary = {}
|
||||
t.dictionary.name = ' 名称'
|
||||
t.dictionary.code = ' 编码'
|
||||
|
||||
t.researchquality = {}
|
||||
t.researchquality.title = '标题'
|
||||
t.researchquality.description = '描述'
|
||||
t.researchquality.code = '编码'
|
||||
t.researchquality.requirementListGroupId = '所属分组'
|
||||
t.researchquality.registrationDate = '登记日期'
|
||||
t.researchquality.changeSource = '变更来源'
|
||||
t.researchquality.owner = '所有者'
|
||||
t.researchquality.category = 'Category'
|
||||
t.researchquality.title = '标题'
|
||||
t.researchquality.currentStage = '当前阶段'
|
||||
t.researchquality.productName = '产品名称'
|
||||
t.researchquality.qualityChangeStatus = '状态'
|
||||
t.researchquality.temporaryChange = '临时变更'
|
||||
t.researchquality.sourceRemark = '来源备注'
|
||||
t.researchquality.processName = '工序名称'
|
||||
t.researchquality.productTypeName = '产品类型'
|
||||
t.researchquality.planPhase = '计划阶段'
|
||||
t.researchquality.planTime = '计划时间'
|
||||
t.researchquality.stageOneName = '阶段1'
|
||||
t.researchquality.stageTwoName = '阶段2'
|
||||
t.researchquality.stageThreeName = '阶段3'
|
||||
t.researchquality.stageFourName = '阶段4'
|
||||
t.researchquality.stageOneDate = '阶段1时间'
|
||||
t.researchquality.stageTwoDate = '阶段2时间'
|
||||
t.researchquality.stageThreeDate = '阶段3时间'
|
||||
t.researchquality.stageFourDate = '阶段4时间'
|
||||
t.researchquality.approvedMemo = '审核记录'
|
||||
|
||||
|
||||
|
||||
t.customerquality = {}
|
||||
t.customerquality.customerName = '客户名称'
|
||||
t.customerquality.currentStage = '当前阶段'
|
||||
t.customerquality.serialNumber = '序列号'
|
||||
t.customerquality.description = '描述'
|
||||
t.customerquality.questionType = '问题类型'
|
||||
t.customerquality.knowledgeBaseName = '知识库名称'
|
||||
t.customerquality.code = '编号'
|
||||
t.customerquality.category = '类别'
|
||||
t.customerquality.requirementListName = '要求清单名称'
|
||||
t.customerquality.uploadFiles = '不可上传文件'
|
||||
t.customerquality.accessPath = '访问路径'
|
||||
t.customerquality.knowledgeBaseFileId = '知识库文件标识'
|
||||
t.customerquality.title = '标题'
|
||||
t.customerquality.knowledgeBase = '知识库'
|
||||
t.customerquality.productName = '品名'
|
||||
t.customerquality.customerName = '客户'
|
||||
t.customerquality.qualityAcceptanceDate = '质量接收日期'
|
||||
t.customerquality.confirmDeliveryDate = '确认交付日期'
|
||||
t.customerquality.deliveryRequiredDate = '要求交付日期'
|
||||
t.customerquality.status = '状态'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
export default t
|
||||
|
||||
Reference in New Issue
Block a user