From 586dc959ca9b6aad3ffd0699f8ab1c6301bdbc0f Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期二, 31 三月 2026 21:00:55 +0800
Subject: [PATCH] fix: 设备状态改为下拉选择
---
src/views/qualityManagement/finalInspection/index.vue | 37 ++++++++++++++++++++++++++++++++++++-
1 files changed, 36 insertions(+), 1 deletions(-)
diff --git a/src/views/qualityManagement/finalInspection/index.vue b/src/views/qualityManagement/finalInspection/index.vue
index 764e999..af36d0c 100644
--- a/src/views/qualityManagement/finalInspection/index.vue
+++ b/src/views/qualityManagement/finalInspection/index.vue
@@ -96,6 +96,11 @@
width: 120
},
{
+ label: "鐢熶骇宸ュ崟鍙�",
+ prop: "workOrderNo",
+ width: 120
+ },
+ {
label: "妫�楠屽憳",
prop: "checkName",
},
@@ -104,8 +109,24 @@
prop: "productName",
},
{
+ label: "鎵瑰彿",
+ prop: "batchNo",
+ },
+ {
+ label: "妫�鍝佹暟閲�",
+ prop: "inspectedQuantity",
+ },
+ {
+ label: "璇锋閮ㄩ棬",
+ prop: "manufacturingTeam",
+ },
+ {
label: "瑙勬牸鍨嬪彿",
prop: "model",
+ },
+ {
+ label: "UID鐮�",
+ prop: "uidNo",
},
{
label: "鍗曚綅",
@@ -151,7 +172,7 @@
label: "鎿嶄綔",
align: "center",
fixed: "right",
- width: 280,
+ width: 340,
operation: [
{
name: "缂栬緫",
@@ -169,6 +190,20 @@
return false;
}
},
+ /*{
+ name: "濉啓妫�楠岃褰�",
+ type: "text",
+ clickFun: (row) => {
+ openInspectionForm("edit", row);
+ },
+ disabled: (row) => {
+ if (row.inspectState == 1) return true;
+ if (row.checkName) {
+ return row.checkName !== userStore.nickName;
+ }
+ return false;
+ }
+ },*/
{
name: "闄勪欢",
type: "text",
--
Gitblit v1.9.3