From 75e3bca44b111c167b9389e4e51b2ce577a9f9e0 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期日, 10 八月 2025 10:35:50 +0800
Subject: [PATCH] 优化更新
---
WMS/WIDESEA_WMSClient/src/views/record/stockQuantityChangeRecord.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/WMS/WIDESEA_WMSClient/src/views/record/stockQuantityChangeRecord.vue b/WMS/WIDESEA_WMSClient/src/views/record/stockQuantityChangeRecord.vue
index f7d65a4..d2820d7 100644
--- a/WMS/WIDESEA_WMSClient/src/views/record/stockQuantityChangeRecord.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/record/stockQuantityChangeRecord.vue
@@ -86,21 +86,21 @@
field: "materielName",
title: "鐗╂枡鍚嶇О",
type: "decimal",
- width: 90,
+ width: 150,
align: "left",
},
{
field: "batchNo",
title: "鎵规鍙�",
type: "string",
- width: 90,
+ width: 150,
align: "left",
},
{
field: "serilNumber",
title: "搴忓垪鍙�",
type: "int",
- width: 280,
+ width: 100,
align: "left",
},
{
--
Gitblit v1.9.3