From a7e6e4c69e17f1b10acf75d03c0a46327c1b3dcf Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期五, 23 一月 2026 12:15:52 +0800
Subject: [PATCH] 器具校准,校准记录

---
 src/views/procurementManagement/procurementLedger/index.vue |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/views/procurementManagement/procurementLedger/index.vue b/src/views/procurementManagement/procurementLedger/index.vue
index 99a392f..a8ca5f7 100644
--- a/src/views/procurementManagement/procurementLedger/index.vue
+++ b/src/views/procurementManagement/procurementLedger/index.vue
@@ -889,6 +889,7 @@
 import useUserStore from "@/store/modules/user";
 import {modelList, productTreeList} from "@/api/basicData/product.js";
 import dayjs from "dayjs";
+import { getCurrentDate } from "@/utils/index.js";
 
 const { proxy } = getCurrentInstance();
 const tableData = ref([]);
@@ -1672,10 +1673,6 @@
     }
   }
 };
-// 鑾峰彇褰撳墠鏃ユ湡骞舵牸寮忓寲涓� YYYY-MM-DD
-function getCurrentDate() {
-  return dayjs().format("YYYY-MM-DD");
-}
 const mathNum = () => {
   if (!productForm.value.taxRate) {
     proxy.$modal.msgWarning("璇峰厛閫夋嫨绋庣巼");

--
Gitblit v1.9.3