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/boxing.vue |   59 +++++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 43 insertions(+), 16 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/boxing.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/boxing.vue"
index 8ba74f8..e648e50 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/boxing.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/boxing.vue"
@@ -24,13 +24,13 @@
       footer: "Foots",
       cnName: "缁勭洏淇℃伅",
       name: "boxing",
-      url: "/boxing/", 
-      sortName: "createDate", 
+      url: "/boxing/",
+      sortName: "createDate",
     });
 
     const editFormFields = ref({
       id: "",
-      palletCode: "", 
+      palletCode: "",
       productCode: "",
       productName: "",
     });
@@ -41,22 +41,23 @@
           field: "palletCode",
           type: "input",
           width: 200,
-          require: true
+          link: true,
+          require: true,
         },
         {
           title: "鎴愬搧缂栧彿",
           field: "productCode",
           type: "input",
           width: 200,
-          require: true
+          require: true,
         },
         {
           title: "鎴愬搧鍚嶇О",
           field: "productName",
           type: "input",
           width: 200,
-          require: true
-        }
+          require: true,
+        },
       ],
       [
         {
@@ -65,9 +66,9 @@
           type: "input",
           width: 100,
           hidden: true,
-          readonly: true
-        }
-      ]
+          readonly: true,
+        },
+      ],
     ]);
 
     const searchFormFields = ref({
@@ -105,6 +106,7 @@
         field: "palletCode",
         title: "宸ヨ鏉跨紪鍙�",
         type: "string",
+        link: true,
         width: 200,
         align: "left",
       },
@@ -161,11 +163,36 @@
     ]);
 
     const detail = ref({
-      cnName: "",
-      table: "",
-      columns: [],
-      sortName: "",
-      key: "",
+      cnName: "缁勭洏璇︾粏淇℃伅",
+      table: "boxingDetail",
+      columns: [
+        {
+          field: "boxingId",
+          title: "缁勭洏ID",
+          type: "int",
+          width: 90,
+          hidden: true,
+          readonly: true,
+          require: true,
+          align: "left",
+        },
+        {
+          field: "componentCode",
+          title: "闆朵欢缂栧彿",
+          type: "string",
+          width: 200,
+          align: "left",
+        },
+        {
+          field: "componentName",
+          title: "闆朵欢鍚嶇О",
+          type: "string",
+          width: 200,
+          align: "left",
+        },
+      ],
+      sortName: "createDate",
+      key: "id",
     });
 
     return {
@@ -180,4 +207,4 @@
     };
   },
 });
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.9.3