From 4193a7b909f0244ba3d62b808e695d5f23c31f97 Mon Sep 17 00:00:00 2001 From: lixiangyu <lixiangyu@xalxzn.com> Date: 星期五, 22 八月 2025 22:36:30 +0800 Subject: [PATCH] feat(cms): 刀具库存列表增加库存统计功能 --- src/views/mes/MesMaterialTransferRequestList.vue | 37 +++++++++++++++++++++++++++++++------ 1 files changed, 31 insertions(+), 6 deletions(-) diff --git a/src/views/mes/MesMaterialTransferRequestList.vue b/src/views/mes/MesMaterialTransferRequestList.vue index c2242c4..1f757c4 100644 --- a/src/views/mes/MesMaterialTransferRequestList.vue +++ b/src/views/mes/MesMaterialTransferRequestList.vue @@ -106,9 +106,9 @@ dataIndex: 'requestCode' }, { - title: '宸ュ崟ID', + title: '浠诲姟鍙�', align: 'center', - dataIndex: 'workOrderId' + dataIndex: 'workOrderId_dictText' }, { title: 'SAP棰勭暀鍙�', @@ -116,9 +116,34 @@ dataIndex: 'reservationCode' }, { + title: '鐗╂枡缂栫爜', + align: 'center', + dataIndex: 'materialNumber' + }, + { + title: '鐗╂枡鍚嶇О', + align: 'center', + dataIndex: 'materialName' + }, + { + title: '鐞嗚鎷夊姩鏁伴噺', + align: 'center', + dataIndex: 'specifiedQuantity' + }, + { + title: '瀹為檯鎷夊姩鏁伴噺', + align: 'center', + dataIndex: 'actualQuantity' + }, + { title: '鍙戝竷鐘舵��', align: 'center', dataIndex: 'publishStatus_dictText' + }, + { + title: '鍙戝竷鏃堕棿', + align: 'center', + dataIndex: 'publishTime' }, { title: '璇锋眰鐘舵��', @@ -133,17 +158,17 @@ { title: '鍘熷簱瀛樺湴', align: 'center', - dataIndex: 'originalWarehouseId' + dataIndex: 'originalWarehouseId_dictText' }, { title: '鐩爣搴撳瓨鍦�', align: 'center', - dataIndex: 'targetWarehouseId' + dataIndex: 'targetWarehouseId_dictText' }, { - title: '浼樺厛绾э紙鎷夊姩绫诲瀷锛�', + title: '鎷夊姩绫诲瀷', align: 'center', - dataIndex: 'priority_dictText' + dataIndex: 'materialTransferCategory_dictText' }, { title: '鏈�鏅氶厤閫佹椂闂�', -- Gitblit v1.9.3