CD配唱片
2025-05-07 1e3797178d05b111b901a005827189ee63d6f8f6
src/utils/i18n/locales/plan/index.js
@@ -140,6 +140,7 @@
    requireID: "需求ID",
    requireTraceID: "需求追溯ID",
    bomLowCode:"BOM低阶码",
    bomUsage:"BOM用量",
    matchState:"匹配状态",
    matchPattern:"匹配模式",
    unmatchedDemandQuantity:"未匹配需求数量",
@@ -149,7 +150,13 @@
    // 钣金冗余工单报表
    subItemPartNumber:"子件料号",
    mismatchedProductionQuantity:"未匹配生产数量",
    workorderCreationTime:"工单创建时间"
    workorderCreationTime:"工单创建时间",
    delayRiskIdentification:"延迟风险标识",
    startDateOfDemandPlan:"需求计划开工日",
    requirementPlanCompletionDate:"需求计划完工日",
    processRouteWorkingHours:"工艺路线工时",
    demandQuantity:"需求数量",
    netRequirement:"净需求量"
  },
};
export const en = {
@@ -294,6 +301,7 @@
    requireID: "Requirement ID",
    requireTraceID: "Requirement traceability ID",
    bomLowCode:"BOM low-level code",
    bomUsage:"BOM usage",
    matchState:"Match State",
    matchPattern:"Match Pattern",
    unmatchedDemandQuantity:"Unmatched Demand Quantity",
@@ -303,6 +311,12 @@
    // 钣金冗余工单报表
    subItemPartNumber:"Sub Item Part Number",
    mismatchedProductionQuantity:"Mismatched Production Quantity",
    workorderCreationTime:"Work order creation time"
    workorderCreationTime:"Work order creation time",
    delayRiskIdentification:"Delay risk identification",
    startDateOfDemandPlan:"Start date of demand plan",
    requirementPlanCompletionDate:"Requirement plan completion date",
    processRouteWorkingHours:"Process route working hours",
    demandQuantity:"Demand Quantity",
    netRequirement:"Net Requirement"
  },
};