From 1cc4b6215d80c3fc7f4df9af61a9841d9e1a4c00 Mon Sep 17 00:00:00 2001 From: "zhu.wenli@ebiz-digits.com" Date: Thu, 30 Jul 2020 22:22:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E6=9E=84=E4=B8=9A=E7=BB=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../institutionalPerform/DepartmentOffice.vue | 142 +++++++++--------- .../institutionalPerform/DistrictOffice.vue | 29 ++-- .../ebiz/institutionalPerform/GroupOffice.vue | 29 ++-- .../institutionalPerform/PersonalOffice.vue | 29 ++-- .../institutionalPerform/RegionalOffice.vue | 29 ++-- .../ServiceDepartOffice.vue | 29 ++-- .../ebiz/institutionalPerform/UnderOffice.vue | 29 ++-- 7 files changed, 134 insertions(+), 182 deletions(-) diff --git a/src/views/ebiz/institutionalPerform/DepartmentOffice.vue b/src/views/ebiz/institutionalPerform/DepartmentOffice.vue index 8bfcf5c58..2cd87e340 100644 --- a/src/views/ebiz/institutionalPerform/DepartmentOffice.vue +++ b/src/views/ebiz/institutionalPerform/DepartmentOffice.vue @@ -77,44 +77,44 @@ -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
排名机构预收标保承保标保承保保费预收件数承保件数操作
1合计{{ysbbTotal.toFixed(2)}}{{bzbfTotol.toFixed(2)}}{{cbbfTotal.toFixed(2)}}{{ysjsTotal}}{{cbjsTotal}}
{{index+1}} -
{{item.name}}
-
{{item.ysbb}}{{item.bzbf}}{{item.cbbf}}{{item.ysjs}}{{item.cbjs}} - 查看 -
-
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
排名机构预收标保承保标保承保保费预收件数承保件数操作
1合计{{ysbbTotal.toFixed(2)}}{{bzbfTotol.toFixed(2)}}{{cbbfTotal.toFixed(2)}}{{ysjsTotal}}{{cbjsTotal}}
{{index+1}} +
{{item.name}}
+
{{item.ysbb}}{{item.bzbf}}{{item.cbbf}}{{item.ysjs}}{{item.cbjs}} + 查看 +
+
@@ -145,8 +145,8 @@ export default { currentDate: new Date(), sortType: '1', // 总和 - bzbfTotol:0, - ysbbTotal:0, + bzbfTotol: 0, + ysbbTotal: 0, ysjsTotal: 0, ysbbTotol: 0, cbjsTotal: 0, @@ -349,12 +349,12 @@ export default { $this.cbjsTotal = 0 $this.cbbfTotal = 0 $this.bzbfTotal = 0 - $this.ysbbTotal =0 - $this.bzbfTotol=0 + $this.ysbbTotal = 0 + $this.bzbfTotol = 0 // 业绩排名的 总计计算 $this.tableData.map(function (val) { - $this.bzbfTotol = Number($this.bzbfTotol) + Number(val.ysbb) - $this.ysbbTotal = Number($this.ysbbTotal) + Number(val.ysbb) + $this.bzbfTotol = Number($this.bzbfTotol) + Number(val.ysbb) + $this.ysbbTotal = Number($this.ysbbTotal) + Number(val.ysbb) $this.ysjsTotal = Number($this.ysjsTotal) + Number(val.ysjs) $this.ysbbTotol = Number($this.ysbbTotol) + Number(val.ysbb) $this.cbjsTotal = Number($this.cbjsTotal) + Number(val.cbjs) @@ -367,7 +367,7 @@ export default { .catch((err) => {}) }, }, - created() { + created() { setTimeout(() => { // eslint-disable-next-line no-undef EWebBridge.webCallAppInJs('webview_right_button', { @@ -457,37 +457,31 @@ export default { background-color: transparent; } // 固定表头 - td,th{ - /* color: #333; + td, + th { + /* color: #333; font-size: 14px; border-right: 1px solid #333; line-height: 30px; */ - /* box-sizing: border-box; */ - background: #fff; - } - .layer-box{ - width: 100%; - overflow: hidden; - position: relative; - } - .layer{ - width: 100%; - overflow: hidden; - overflow-x: scroll; - } - .td-1{ - position: absolute; - left: 0; - z-index: 2; - width: 3em; - } - .td-2{ - position: absolute; - left: 4.6em; - z-index: 2; - width: 10em; - padding: 0; - height: 2.3em; - } + /* box-sizing: border-box; */ + background: #fff; + } + .layer-box { + width: 100%; + overflow: hidden; + position: relative; + } + .layer { + width: 100%; + overflow: hidden; + overflow-x: scroll; + } + .td-1 { + position: absolute; + left: 0; + z-index: 2; + width: 3em; + height: 2.5em; + } } diff --git a/src/views/ebiz/institutionalPerform/DistrictOffice.vue b/src/views/ebiz/institutionalPerform/DistrictOffice.vue index 4185d0a62..8fe15fd4a 100644 --- a/src/views/ebiz/institutionalPerform/DistrictOffice.vue +++ b/src/views/ebiz/institutionalPerform/DistrictOffice.vue @@ -76,10 +76,10 @@
- - - - +
排名机构
+ + + @@ -476,19 +476,12 @@ export default { overflow: hidden; overflow-x: scroll; } - .td-1{ - position: absolute; - left: 0; - z-index: 2; - width: 3em; - } - .td-2{ - position: absolute; - left: 4.6em; - z-index: 2; - width: 10em; - padding: 0; - height: 2.3em; - } + .td-1 { + position: absolute; + left: 0; + z-index: 2; + width: 3em; + height: 2.5em; + } } diff --git a/src/views/ebiz/institutionalPerform/GroupOffice.vue b/src/views/ebiz/institutionalPerform/GroupOffice.vue index 7821e9c3c..b0c1bbab6 100644 --- a/src/views/ebiz/institutionalPerform/GroupOffice.vue +++ b/src/views/ebiz/institutionalPerform/GroupOffice.vue @@ -76,10 +76,10 @@
-
排名机构 预收标保 承保标保 承保保费
- - - +
排名机构
+ + + @@ -475,19 +475,12 @@ export default { overflow: hidden; overflow-x: scroll; } - .td-1{ - position: absolute; - left: 0; - z-index: 2; - width: 3em; - } - .td-2{ - position: absolute; - left: 4.6em; - z-index: 2; - width: 10em; - padding: 0; - height: 2.3em; - } + .td-1 { + position: absolute; + left: 0; + z-index: 2; + width: 3em; + height: 2.5em; + } } diff --git a/src/views/ebiz/institutionalPerform/PersonalOffice.vue b/src/views/ebiz/institutionalPerform/PersonalOffice.vue index 1af335c8a..43a8835ce 100644 --- a/src/views/ebiz/institutionalPerform/PersonalOffice.vue +++ b/src/views/ebiz/institutionalPerform/PersonalOffice.vue @@ -76,10 +76,10 @@
-
排名机构 预收标保 承保标保 承保保费
- - - +
排名机构
+ + + @@ -460,19 +460,12 @@ export default { overflow: hidden; overflow-x: scroll; } - .td-1{ - position: absolute; - left: 0; - z-index: 2; - width: 3em; - } - .td-2{ - position: absolute; - left: 4.6em; - z-index: 2; - width: 10em; - padding: 0; - height: 2.3em; - } + .td-1 { + position: absolute; + left: 0; + z-index: 2; + width: 3em; + height: 2.5em; + } } diff --git a/src/views/ebiz/institutionalPerform/RegionalOffice.vue b/src/views/ebiz/institutionalPerform/RegionalOffice.vue index b5097b7f9..1a98c93a4 100644 --- a/src/views/ebiz/institutionalPerform/RegionalOffice.vue +++ b/src/views/ebiz/institutionalPerform/RegionalOffice.vue @@ -76,10 +76,10 @@
-
排名机构 预收标保 承保标保 承保保费
- - - +
排名机构
+ + + @@ -475,19 +475,12 @@ export default { overflow: hidden; overflow-x: scroll; } - .td-1{ - position: absolute; - left: 0; - z-index: 2; - width: 3em; - } - .td-2{ - position: absolute; - left: 4.6em; - z-index: 2; - width: 10em; - padding: 0; - height: 2.3em; - } + .td-1 { + position: absolute; + left: 0; + z-index: 2; + width: 3em; + height: 2.5em; + } } diff --git a/src/views/ebiz/institutionalPerform/ServiceDepartOffice.vue b/src/views/ebiz/institutionalPerform/ServiceDepartOffice.vue index 3ccac224b..c5c9ebdfc 100644 --- a/src/views/ebiz/institutionalPerform/ServiceDepartOffice.vue +++ b/src/views/ebiz/institutionalPerform/ServiceDepartOffice.vue @@ -76,10 +76,10 @@
-
排名机构 预收标保 承保标保 承保保费
- - - +
排名机构
+ + + @@ -473,19 +473,12 @@ export default { overflow: hidden; overflow-x: scroll; } - .td-1{ - position: absolute; - left: 0; - z-index: 2; - width: 3em; - } - .td-2{ - position: absolute; - left: 4.6em; - z-index: 2; - width: 10em; - padding: 0; - height: 2.3em; - } + .td-1 { + position: absolute; + left: 0; + z-index: 2; + width: 3em; + height: 2.5em; + } } diff --git a/src/views/ebiz/institutionalPerform/UnderOffice.vue b/src/views/ebiz/institutionalPerform/UnderOffice.vue index 441d45864..00a9e80b8 100644 --- a/src/views/ebiz/institutionalPerform/UnderOffice.vue +++ b/src/views/ebiz/institutionalPerform/UnderOffice.vue @@ -76,10 +76,10 @@
-
排名机构 预收标保 承保标保 承保保费
- - - +
排名机构
+ + + @@ -479,19 +479,12 @@ export default { overflow: hidden; overflow-x: scroll; } - .td-1{ - position: absolute; - left: 0; - z-index: 2; - width: 3em; - } - .td-2{ - position: absolute; - left: 4.6em; - z-index: 2; - width: 10em; - padding: 0; - height: 2.3em; - } + .td-1 { + position: absolute; + left: 0; + z-index: 2; + width: 3em; + height: 2.5em; + } }
排名机构 预收标保 承保标保 承保保费