From 75469a58e8dd9dafb3881bce53b61e55ab77d72d Mon Sep 17 00:00:00 2001 From: jinna Date: Wed, 1 Mar 2023 16:34:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=BE=E5=8F=B7=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E9=80=89=E6=8B=A9=E5=8F=8A=E6=94=BE=E5=8F=B7=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/booknumber/index.vue | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/src/views/booknumber/index.vue b/src/views/booknumber/index.vue index 8b66d6b..804fa1a 100644 --- a/src/views/booknumber/index.vue +++ b/src/views/booknumber/index.vue @@ -34,7 +34,7 @@
{{ subtitle }}
-
+
@@ -43,7 +43,8 @@ -
投放医院
投放医院
+ @@ -620,8 +621,13 @@ export default { handleSubmit(value, done) { this.count = 0; this.tabArr.map(item => { - item.addForm.addData.map(item1 => this.count += item1.num) - item.addForm.addData1.map(item1 => this.count += item1.num) + item.addForm.addData.map(item1 => { + item1.num = item1.num == undefined ? 0 : item1.num + this.count += parseInt(item1.num) + }) + item.addForm.addData1.map(item1 => { + item1.num = item1.num == undefined ? 0 : item1.num + this.count += parseInt(item1.num)}) }) if (this.userInfo.role_name !== "hospital") { if (this.deptName == '') { @@ -917,6 +923,14 @@ export default { } } + .isTab{ + .el-tabs{ + .el-tabs__content{ + bottom: 100px !important; + } + } + } + .title_box { // padding: 0 40px; @@ -966,7 +980,13 @@ export default { font-family: Microsoft YaHei-Bold, Microsoft YaHei; font-weight: bold; color: #333333; - margin-bottom: 20px; + bottom: 65px; + position: absolute; + } + + .hos_sele{ + bottom: 15px; + position: absolute; } .monment_txt {