From 08bb5d242135e2c1f0fc17d2b5f7ae548275a3a2 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 28 八月 2026 17:15:33 +0800
Subject: [PATCH] feat(mes): 实现临时码预生成和补录功能

---
 src/views/mes/pro/pallet/data.ts |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/mes/pro/pallet/data.ts b/src/views/mes/pro/pallet/data.ts
index c7f1ac0..7ac44fb 100644
--- a/src/views/mes/pro/pallet/data.ts
+++ b/src/views/mes/pro/pallet/data.ts
@@ -53,11 +53,13 @@
 /** 鍒楄〃鐨勫瓧娈� */
 export function useGridColumns(): VxeTableGridOptions<MesProPalletApi.Pallet>['columns'] {
   return [
+    { type: 'checkbox', width: 50 },
     {
       field: 'code',
       title: '鎵樼洏鐮�',
       fixed: 'left',
       minWidth: 210,
+      slots: { default: 'code' },
     },
     {
       field: 'palletNo',
@@ -68,6 +70,7 @@
       field: 'batchCode',
       title: '鎵规鍙�',
       minWidth: 190,
+      slots: { default: 'batchCode' },
     },
     {
       field: 'capacity',
@@ -101,7 +104,7 @@
     },
     {
       title: '鎿嶄綔',
-      width: 200,
+      width: 350,
       fixed: 'right',
       slots: { default: 'actions' },
     },

--
Gitblit v1.9.3