From 69755e9cdf8a512625fb3f20f348a81cb4d27381 Mon Sep 17 00:00:00 2001 From: mashuai Date: Tue, 14 Oct 2025 17:32:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../equipment/equipmentRecord/supplyDemandBalance.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/materialsStation/equipment/equipmentRecord/supplyDemandBalance.vue b/src/views/materialsStation/equipment/equipmentRecord/supplyDemandBalance.vue index 31e96a88..4c11e588 100644 --- a/src/views/materialsStation/equipment/equipmentRecord/supplyDemandBalance.vue +++ b/src/views/materialsStation/equipment/equipmentRecord/supplyDemandBalance.vue @@ -293,6 +293,7 @@ export default { { label: '计量单位', prop: 'unit', width: 100 }, { label: '业务需求数量', prop: 'businessNum',width: 130 }, { label: '实际供应数量', prop: 'supplyNum',width: 130 }, + { label: '已退数量', prop: 'backNum', width: 130 }, { label: '在库数量', prop: 'storeNum',width: 130 }, { label: '在用数量', prop: 'useNum', width: 130 } ],