From 286ff26fa658dabe9e758d830d134172e8abd03f Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期四, 13 三月 2025 17:59:53 +0800 Subject: [PATCH] 1 --- 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