From 147e10b34258736a3b3d4f424a9071980bc106e6 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 12 Dec 2024 16:29:39 +0800 Subject: [PATCH] =?UTF-8?q?task#=EF=BC=8C=E5=B7=A5=E5=8D=95=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=EF=BC=8C=E6=9C=AA=E5=BC=80=E7=A5=A8=EF=BC=8C=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E9=87=91=E9=A2=9D=EF=BC=8C=E6=B5=AE=E7=82=B9=E6=95=B0?= =?UTF-8?q?=E7=9B=B8=E5=8A=A0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- src/views/index/invoicingNotify.vue | 14 +++++++++++++- src/views/workOrder/aduitCompleteDetail.vue | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index edaa2496..e2671d84 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "vue-router": "^3.0.7", "vuex": "^3.6.2", "element-ui": "^2.15.9", - "dayjs": "^1.8.14" + "dayjs": "^1.8.14", + "decimal.js": "^10.4.3" }, "devDependencies": { "@babel/core": "^7.12.16", diff --git a/src/views/index/invoicingNotify.vue b/src/views/index/invoicingNotify.vue index 048f8567..8b168440 100644 --- a/src/views/index/invoicingNotify.vue +++ b/src/views/index/invoicingNotify.vue @@ -86,6 +86,7 @@