From 02cf70aed5af5e5f5e9d6b0399c05d0dc8bb495e Mon Sep 17 00:00:00 2001 From: yinq Date: Thu, 6 Feb 2025 17:23:52 +0800 Subject: [PATCH] =?UTF-8?q?update=20add=E5=B7=A5=E5=BA=8F=E6=AD=A5?= =?UTF-8?q?=E5=BA=8F=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mes/technologyInfo/types.ts | 5 +- src/views/mes/technologyInfo/index.vue | 552 +++++++++++++++++-------- 2 files changed, 386 insertions(+), 171 deletions(-) diff --git a/src/api/mes/technologyInfo/types.ts b/src/api/mes/technologyInfo/types.ts index e61b07e..64bb13c 100644 --- a/src/api/mes/technologyInfo/types.ts +++ b/src/api/mes/technologyInfo/types.ts @@ -81,7 +81,9 @@ export interface TechnologyInfoForm extends BaseEntity { * 硫化标准时间(秒) */ standardTime?: number; - + productionTimeDays?: number; + productionTimeHours?: number; + productionTimeMinutes?: number; /** * 激活标识(1是 0否) */ @@ -92,6 +94,7 @@ export interface TechnologyInfoForm extends BaseEntity { */ remark?: string; + prodTechnologyStepInfoList?: []; } export interface TechnologyInfoQuery extends PageQuery { diff --git a/src/views/mes/technologyInfo/index.vue b/src/views/mes/technologyInfo/index.vue index 609d09c..10d266e 100644 --- a/src/views/mes/technologyInfo/index.vue +++ b/src/views/mes/technologyInfo/index.vue @@ -1,142 +1,239 @@ -