From 32faf6d3a4f714a26a54545a8fb98fd43e082327 Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期五, 25 四月 2025 14:20:11 +0800
Subject: [PATCH] 调整钣金计划大表-系统完工时间
---
src/views/mainPlan/platePlanList/index.vue | 24 ++++++++++++++----------
1 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue
index 9a41267..0d50ddf 100644
--- a/src/views/mainPlan/platePlanList/index.vue
+++ b/src/views/mainPlan/platePlanList/index.vue
@@ -49,7 +49,7 @@
plain
icon="Edit"
@click="handleUpdate"
- v-hasPermi="['apsPlateProcessStat:edit']"
+ v-hasPermi="['plateProcessShopStat:update']"
>鏇存柊</el-button
>
</el-col>
@@ -171,11 +171,11 @@
field: "documentNumber",
width: 200,
},
- {
- title: "褰撳墠宸ュ簭鍙�",
- field: "currentProcessNumberTxt",
- width: 150,
- },
+ // {
+ // title: "褰撳墠宸ュ簭鍙�",
+ // field: "processNumber",
+ // width: 150,
+ // },
{
title: "闇�姹傚垎绫�",
field: "requirementType",
@@ -192,10 +192,14 @@
width: 200,
},
{
- title: "璁″垝寮�宸ユ棩",
- field: "processPlanStartDaytxt",
+ title: "褰撳墠宸ュ簭璐熻矗浜�",
+ field: "department",
width: 200,
- type: "html",
+ },
+ {
+ title: "涓嬩竴宸ュ簭宸ュ簭璐熻矗浜�",
+ field: "nextProcessDeparment",
+ width: 200,
},
{
title: "鏂欏彿",
@@ -222,7 +226,7 @@
type: "html",
},
{
- title: "璁″垝瀹屽伐鏃�",
+ title: "绯荤粺瀹屽伐鏃堕棿",
field: "planEndDay",
width: 150,
format: "YYYY-MM-DD hh:mm:ss",
--
Gitblit v1.9.3