From 26e0f4997558b60eda9dcb8979b777b47b31675e Mon Sep 17 00:00:00 2001 From: zhang_12370 <z2864490065@outlook.com> Date: 星期六, 19 七月 2025 17:14:43 +0800 Subject: [PATCH] 优化巡检管理显示及数据处理 --- src/views/procureMent/index.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/procureMent/index.vue b/src/views/procureMent/index.vue index 24929ac..38dcbe5 100644 --- a/src/views/procureMent/index.vue +++ b/src/views/procureMent/index.vue @@ -85,7 +85,9 @@ // 寮曞叆瀛楀吀鏁版嵁 const { proxy } = getCurrentInstance(); const dialogFormVisible = ref(false); -const form = ref({}); +const form = ref({ + taxRate: "13" +}); const title = ref(""); // 鐘舵�佸彉閲� const loading = ref(false); @@ -217,7 +219,7 @@ totalPriceExcludingTax: "", priceIncludingTax: "", totalPriceIncludingTax: "", - taxRate: "", + taxRate: "13", registrantId: userInfo.value.userId, registrationDate: new Date().toISOString().split("T")[0], }; -- Gitblit v1.9.3