From 604e792c8b76864350a0803b018e942c166df3ff Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Thu, 19 Oct 2023 16:24:41 +0800 Subject: [PATCH] 2 --- .../src/views/project/projectAdd2.vue | 37 ++++++++-- .../src/views/project/projectInfo2.vue | 70 +++++++++++++------ 2 files changed, 80 insertions(+), 27 deletions(-) diff --git a/supervise-crm-ui/src/views/project/projectAdd2.vue b/supervise-crm-ui/src/views/project/projectAdd2.vue index 782442f1..0da0229d 100644 --- a/supervise-crm-ui/src/views/project/projectAdd2.vue +++ b/supervise-crm-ui/src/views/project/projectAdd2.vue @@ -72,7 +72,9 @@ + class="addinputw" clearable + oninput="value=value.replace(/[^\d.]/g, '').replace(/\.{2,}/g, '.').replace('.', '$#$').replace(/\./g, '').replace('$#$', '.').replace(/^(\-)*(\d+)\.(\d\d).*$/, '$1$2.$3').replace(/^\./g, '')"/> + @@ -117,8 +119,9 @@ - + @@ -134,6 +137,32 @@ + + + + 用信总额 + + + + + + + + + + + + + + + + + + + @@ -1452,4 +1481,4 @@ width: 100%; height: 100%; } - \ No newline at end of file + diff --git a/supervise-crm-ui/src/views/project/projectInfo2.vue b/supervise-crm-ui/src/views/project/projectInfo2.vue index 2341dfa8..9d540c86 100644 --- a/supervise-crm-ui/src/views/project/projectInfo2.vue +++ b/supervise-crm-ui/src/views/project/projectInfo2.vue @@ -101,6 +101,30 @@ + + + + 用信总额 + + + + + {{temp.baseInfo.useLimit}} + + + + + + + + + + + + + @@ -228,10 +252,10 @@ - - - - + + + + @@ -241,10 +265,10 @@ - - - - + + + + @@ -254,20 +278,20 @@ - - - - - - + + + + + + @@ -380,4 +404,4 @@ .Images p .Atext { text-decoration: none; } - + \ No newline at end of file