From 840e04c3878e27d0bc9784bb79e3559a8cbfbf32 Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期二, 13 五月 2025 15:41:00 +0800 Subject: [PATCH] 提交钣金计划工单修改 --- src/views/mainPlan/sheetMetalOrderManage/index.vue | 33 +++++++++++++++++---------------- 1 files changed, 17 insertions(+), 16 deletions(-) diff --git a/src/views/mainPlan/sheetMetalOrderManage/index.vue b/src/views/mainPlan/sheetMetalOrderManage/index.vue index 63584eb..2ae876b 100644 --- a/src/views/mainPlan/sheetMetalOrderManage/index.vue +++ b/src/views/mainPlan/sheetMetalOrderManage/index.vue @@ -119,7 +119,7 @@ <el-button type="primary" plain - icon="Plus" + icon="Refresh" :disabled="multiple" @click="handleBatchUpdatePlanDate" v-hasPermi="['ApsPlatOrderPlanManager:requirement:list']" @@ -200,12 +200,13 @@ <el-radio :label="1">{{ $t("plan.btns.batchUpdateOrderDate") }}</el-radio> - <el-radio :label="2">{{ + <!-- <el-radio :label="2">{{ $t("plan.title.CustomizePlannedCompletionDate") - }}</el-radio> + }}</el-radio> --> </el-radio-group> </div> - <div class="red_color">{{ $t("plan.title.tipsBugSheetMetal") }}</div> + <div class="red_color" v-if="radio === 1">{{ $t("plan.title.tipsBugSheetMetal") }}</div> + <div class="red_color" v-if="radio === 2">{{ $t("plan.title.tipsBugSheetMetal2") }}</div> <div class="mode_box" v-if="radio === 2"> <span>{{ $t("plan.title.CustomizePlannedCompletionDate") }}</span> <!-- <el-date-picker @@ -504,18 +505,18 @@ width: 200, align: "center", }, - { - title: t("basic.table.processRouteID"), - field: "processRouteId", - width: 200, - align: "center", - }, - { - title: t("plan.table.processRouteWorkingHours"), - field: "processRouteHours", - width: 100, - align: "center", - }, + // { + // title: t("basic.table.processRouteID"), + // field: "processRouteId", + // width: 200, + // align: "center", + // }, + // { + // title: t("plan.table.processRouteWorkingHours"), + // field: "processRouteHours", + // width: 100, + // align: "center", + // }, { title: t("plan.table.demandQuantity"), field: "requireAmount", -- Gitblit v1.9.3