From 6893baac237a1228e7c26ec3fc0a97e758a87bfe Mon Sep 17 00:00:00 2001 From: zch Date: Mon, 31 Mar 2025 16:54:11 +0800 Subject: [PATCH] =?UTF-8?q?change(mes):=20=E4=BF=AE=E6=94=B9=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为计量单位编号标签设置宽度 - 添加下拉选择功能替换部分输入框 - 新增用户、班次、班组、工装、单位和计划信息的获取及显示 --- src/api/mes/productPlanDetail/types.ts | 20 ++ .../mes/baseMeasurementUnitInfo/index.vue | 2 +- src/views/mes/productPlanDetail/index.vue | 234 ++++++++++++++---- 3 files changed, 204 insertions(+), 52 deletions(-) diff --git a/src/api/mes/productPlanDetail/types.ts b/src/api/mes/productPlanDetail/types.ts index f959660..0c119e6 100644 --- a/src/api/mes/productPlanDetail/types.ts +++ b/src/api/mes/productPlanDetail/types.ts @@ -139,6 +139,13 @@ export interface ProductPlanDetailVO { */ remark: string; + toolingName: string; + + shiftName: string; + + teamName: string; + + } export interface ProductPlanDetailForm extends BaseEntity { @@ -284,6 +291,12 @@ export interface ProductPlanDetailForm extends BaseEntity { workshopId?: string | number; + toolingName?: string; + + shiftName?: string; + + teamName?: string; + } export interface ProductPlanDetailQuery extends PageQuery { @@ -427,6 +440,13 @@ export interface ProductPlanDetailQuery extends PageQuery { * 日期范围参数 */ params?: any; + + + toolingName?: string; + + shiftName?: string; + + teamName?: string; } diff --git a/src/views/mes/baseMeasurementUnitInfo/index.vue b/src/views/mes/baseMeasurementUnitInfo/index.vue index b1d97c8..bf48293 100644 --- a/src/views/mes/baseMeasurementUnitInfo/index.vue +++ b/src/views/mes/baseMeasurementUnitInfo/index.vue @@ -10,7 +10,7 @@ --> - + @@ -99,10 +99,10 @@ - + - - + + @@ -120,12 +120,12 @@ - - - - - - + + + + + +