From 7bdc564533f48b33c3822b663ca755db991afd0d Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 10 七月 2025 15:20:46 +0800
Subject: [PATCH] 选择产品下的子产品(子产品也有对应的规格型号),产品大类选择框不展示选择的子产品

---
 src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue b/src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue
index c00251a..ea5b259 100644
--- a/src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue
+++ b/src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue
@@ -28,7 +28,7 @@
       </el-col>
       <el-col :span="12">
         <el-form-item label="鏉ョエ鏁帮細">
-          <el-input v-model="form.ticketsNum" @input="inputTicketsNum" />
+          <el-input-number :step="0.01" :min="0" style="width: 100%" v-model="form.ticketsNum" @input="inputTicketsNum" />
         </el-form-item>
       </el-col>
       <el-col :span="12">

--
Gitblit v1.9.3