From 5674bd6b2ce079c713b4f89b7e07cdf5110c3e17 Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期三, 30 七月 2025 18:55:03 +0800 Subject: [PATCH] 工具管理-刃磨信息字段取值错误 --- src/views/tms/OutboundDetailList.vue | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) diff --git a/src/views/tms/OutboundDetailList.vue b/src/views/tms/OutboundDetailList.vue index 94181cc..7a4c8f0 100644 --- a/src/views/tms/OutboundDetailList.vue +++ b/src/views/tms/OutboundDetailList.vue @@ -131,9 +131,14 @@ } }, { - title:'鍒�鍏风紪鐮�', - align:"center", + title:'宸ュ叿缂栫爜', + align:"left", dataIndex: 'toolNum' + }, + { + title:'宸ュ叿缂栧彿', + align:"left", + dataIndex: 'toolId' }, { title:'宸ュ叿绫诲瀷', @@ -147,7 +152,7 @@ }, { title:'鍨嬪彿/鍥惧彿', - align:"center", + align:"left", dataIndex: 'toolModel' }, { @@ -175,14 +180,19 @@ align:"center", dataIndex: 'outboundLocation' }, + // { + // title:'鍙敤搴撳瓨鏁伴噺', + // align:"left", + // dataIndex: 'quantity' + // }, { title:'鐢宠鍑哄簱鏁伴噺', - align:"center", + align:"left", dataIndex: 'outboundQuantity' }, { title:'瀹為檯鍑哄簱鏁伴噺', - align:"center", + align:"left", dataIndex: 'outActualCount' }, { @@ -192,7 +202,7 @@ }, { title:'鍒涘缓鏃堕棿', - align:"center", + align:"left", dataIndex: 'createTime' }, // { -- Gitblit v1.9.3