From 03dd618453fa57bd5b884c0249c4d98f5db60035 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期五, 11 七月 2025 19:57:40 +0800 Subject: [PATCH] 添加WMSPDA权限、PDA程序 --- 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