From ba8aa925e7901381ceb394adb53eca8723d1c4c5 Mon Sep 17 00:00:00 2001
From: leiqunqing <zhengqifeng@hnkhzn.com>
Date: 星期一, 19 一月 2026 11:05:49 +0800
Subject: [PATCH] 完善工位界面

---
 代码管理/WIDESEAWCS_Client/src/views/basicinfo/formulaDetail.vue |   54 ++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 42 insertions(+), 12 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/formulaDetail.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/formulaDetail.vue"
index 8f54220..fb57cfe 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/formulaDetail.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/formulaDetail.vue"
@@ -24,17 +24,17 @@
       footer: "Foots",
       cnName: "閰嶆柟淇℃伅璇︽儏",
       name: "formulaDetail",
-      url: "/formulaDetail/", 
-      sortName: "createDate", 
+      url: "/formulaDetail/",
+      sortName: "createDate",
     });
 
     const editFormFields = ref({
       id: "",
-      formulaId: "", 
+      formulaId: "",
       componentCode: "",
       componentName: "",
     });
-    
+
     const editFormOptions = ref([
       [
         {
@@ -42,22 +42,31 @@
           field: "formulaId",
           type: "input",
           width: 200,
-          require: true
+          require: true,
         },
         {
           title: "闆朵欢缂栧彿",
           field: "componentCode",
           type: "input",
           width: 200,
-          require: true
+          require: true,
         },
         {
           title: "闆朵欢鍚嶇О",
           field: "componentName",
           type: "input",
           width: 200,
-          require: true
-        }
+          require: true,
+        },
+        {
+          title: "鏄惁鎵爜",
+          field: "isScanned",
+          type: "select",
+          data: [
+            { key: "0", value: "鍚�" },
+            { key: "1", value: "鏄�" },
+          ],
+        },
       ],
       [
         {
@@ -66,9 +75,9 @@
           type: "input",
           width: 100,
           hidden: true,
-          readonly: true
-        }
-      ]
+          readonly: true,
+        },
+      ],
     ]);
 
     const searchFormFields = ref({
@@ -84,6 +93,15 @@
         { title: "閰嶆柟淇℃伅涓婚敭", field: "formulaId", type: "int" },
         { title: "闆朵欢缂栧彿", field: "componentCode", type: "like" },
         { title: "闆朵欢鍚嶇О", field: "componentName", type: "like" },
+        {
+          title: "鏄惁鎵爜",
+          field: "isScanned",
+          type: "select",
+          data: [
+            { key: "0", value: "鍚�" },
+            { key: "1", value: "鏄�" },
+          ],
+        },
       ],
       [
         { title: "鍒涘缓浜�", field: "creater", type: "like" },
@@ -122,6 +140,18 @@
         type: "string",
         width: 200,
         align: "left",
+      },
+      {
+        title: "鏄惁鎵爜",
+        field: "isScanned",
+        type: "select",
+        bind: {
+          key: "value",
+          data: [
+            { key: "0", value: "鍚�" },
+            { key: "1", value: "鏄�" },
+          ],
+        },
       },
       {
         field: "creater",
@@ -173,4 +203,4 @@
     };
   },
 });
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.9.3