From 3c52f39678034ce21c1158a01b4885e3afde4443 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期六, 04 一月 2025 17:08:00 +0800
Subject: [PATCH] #平库入库功能

---
 zy-asrs-admin/src/components/orderOut/orderOutWavePreview/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zy-asrs-admin/src/components/orderOut/orderOutWavePreview/index.vue b/zy-asrs-admin/src/components/orderOut/orderOutWavePreview/index.vue
index 909eae0..6cc1d8a 100644
--- a/zy-asrs-admin/src/components/orderOut/orderOutWavePreview/index.vue
+++ b/zy-asrs-admin/src/components/orderOut/orderOutWavePreview/index.vue
@@ -54,7 +54,7 @@
     {
         title: formatMessage('db.man_order_detl.batch', '鎵瑰彿'),
         dataIndex: 'batch',
-        width: 110,
+        width: 140,
         ellipsis: true,
         ...getColumnSearchProps('batch'),
         customCell: (_, index) => {

--
Gitblit v1.9.1