From 1e38696e686827b8ce7fc543e6762df363d52fbd Mon Sep 17 00:00:00 2001 From: DXC Date: Wed, 18 Mar 2026 10:57:21 +0800 Subject: [PATCH] feat: support indefinite borrow period for long-term asset allocation --- .../src/views/transaction/borrow.vue | 34 ++++++++++++++++--- .../src/views/transaction/records.vue | 5 ++- 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/inventory-web/src/views/transaction/borrow.vue b/inventory-web/src/views/transaction/borrow.vue index f8b5606..e88f693 100644 --- a/inventory-web/src/views/transaction/borrow.vue +++ b/inventory-web/src/views/transaction/borrow.vue @@ -97,10 +97,17 @@ style="width: 100%" size="large" value-format="YYYY-MM-DD" + :disabled="isIndefinite" :disabled-date="disabledDate" /> + + + + 无限期/长期借用(不设归还期限) + + @@ -192,7 +199,7 @@