From ee1da9fe5c5ae88d4f20b9a2b9602430017332d3 Mon Sep 17 00:00:00 2001 From: maven <2163098428@qq.com> Date: 星期一, 14 七月 2025 15:57:13 +0800 Subject: [PATCH] yys 修改bug --- src/views/salesManagement/invoiceRegistration/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/salesManagement/invoiceRegistration/index.vue b/src/views/salesManagement/invoiceRegistration/index.vue index f5c293c..af57e44 100644 --- a/src/views/salesManagement/invoiceRegistration/index.vue +++ b/src/views/salesManagement/invoiceRegistration/index.vue @@ -319,6 +319,7 @@ <el-table-column label="鏈寮�绁ㄦ暟" prop="currentInvoiceNum" width="180"> <template #default="scope"> <el-input-number :step="0.1" :min="0" style="width: 100%" + :precision="2" v-model="scope.row.currentInvoiceNum" @change="invoiceNumBlur(scope.row)" ></el-input-number> @@ -331,6 +332,7 @@ > <template #default="scope"> <el-input-number :step="0.01" :min="0" style="width: 100%" + :precision="2" v-model="scope.row.currentInvoiceAmount" @change="invoiceAmountBlur(scope.row)" ></el-input-number> -- Gitblit v1.9.3