From 42fa074312f48cee0c3b53cf093f31f10a4cdb78 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期一, 27 四月 2026 09:58:52 +0800
Subject: [PATCH] fix: 质检去除生产工单号
---
src/views/qualityManagement/processInspection/index.vue | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/src/views/qualityManagement/processInspection/index.vue b/src/views/qualityManagement/processInspection/index.vue
index cbeab71..68eda91 100644
--- a/src/views/qualityManagement/processInspection/index.vue
+++ b/src/views/qualityManagement/processInspection/index.vue
@@ -95,11 +95,11 @@
prop: "checkTime",
width: 120
},
- {
- label: "鐢熶骇宸ュ崟鍙�",
- prop: "workOrderNo",
- width: 120
- },
+ // {
+ // label: "鐢熶骇宸ュ崟鍙�",
+ // prop: "workOrderNo",
+ // width: 120
+ // },
{
label: "宸ュ簭",
prop: "process",
@@ -118,6 +118,10 @@
prop: "model",
},
{
+ label: "鍘氬害(mm)",
+ prop: "thickness",
+ },
+ {
label: "鍗曚綅",
prop: "unit",
},
--
Gitblit v1.9.3