From 06da8fb08cfc5134fe4ceb68babbd1c70e38ea2a Mon Sep 17 00:00:00 2001 From: A0010407 Date: Tue, 12 Dec 2023 16:15:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E5=A4=87=E5=93=81=E5=A4=87?= =?UTF-8?q?=E4=BB=B6=E5=8F=B0=E8=B4=A6=20=E4=BC=98=E5=8C=96=201.=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E5=B1=95=E7=A4=BA=E5=88=97=EF=BC=8C=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/sparePartsLedger/index.vue | 107 ++++++++++---------- 1 file changed, 52 insertions(+), 55 deletions(-) diff --git a/src/views/device/sparePartsLedger/index.vue b/src/views/device/sparePartsLedger/index.vue index 1844df3..96615e7 100644 --- a/src/views/device/sparePartsLedger/index.vue +++ b/src/views/device/sparePartsLedger/index.vue @@ -26,7 +26,25 @@ style="width: 150px" /> - + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + - - + + @@ -476,6 +471,7 @@ export default { spareConversionRatio: null, spareInventoryFloor: null, spareInventoryUpper: null, + ownEquipmentName : null, }, options: [ { @@ -648,6 +644,7 @@ export default { `sparePartsLedger_${new Date().getTime()}.xlsx` ); }, + }, };