From 8890d7dc1bdf54ba3e4dc90b6d79f4224f8cbd2a Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期一, 22 九月 2025 13:38:10 +0800
Subject: [PATCH] yys  1.回款登记台账页面,增加一个开票日期列 2.销售台账,在合同金额后面,增加已开票金额、待开票金额、已回款金额、待回款金额

---
 src/plugins/modal.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/plugins/modal.js b/src/plugins/modal.js
index 005b92e..8695360 100644
--- a/src/plugins/modal.js
+++ b/src/plugins/modal.js
@@ -1,6 +1,6 @@
 import { ElMessage, ElMessageBox, ElNotification, ElLoading } from 'element-plus'
 
-let loadingInstance;
+let loadingInstance
 
 export default {
   // 娑堟伅鎻愮ず
@@ -41,7 +41,7 @@
   },
   // 閿欒閫氱煡
   notifyError(content) {
-    ElNotification.error(content);
+    ElNotification.error(content)
   },
   // 鎴愬姛閫氱煡
   notifySuccess(content) {
@@ -77,6 +77,6 @@
   },
   // 鍏抽棴閬僵灞�
   closeLoading() {
-    loadingInstance.close();
+    loadingInstance.close()
   }
 }

--
Gitblit v1.9.3