From 68aac33ec30eedd770a1281348c7ff0d1d29225e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 06 一月 2026 11:17:06 +0800
Subject: [PATCH] 二级套餐包改造: 1.封装公用组件 2.替换公共函数

---
 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