From fd65893af1e483c6b2d6314ff85af79997b2acef Mon Sep 17 00:00:00 2001 From: "DESKTOP-369JRHT\\12997" <9> Date: Thu, 17 Oct 2024 13:57:45 +0800 Subject: [PATCH] 10.16 --- .../src/views/financialStatement/buy/list.vue | 1 + .../views/financialStatement/buy/tab/em.vue | 69 ++++++++------- .../financialStatement/buy/tab/goods.vue | 69 ++++++++------- .../views/financialStatement/buy/tab/gun.vue | 70 ++++++++------- .../financialStatement/buy/tab/inter.vue | 4 +- .../views/financialStatement/buy/tab/oil.vue | 87 ++++++++----------- .../reconciliation/list.vue | 1 + .../financialStatement/runningWater/list.vue | 3 +- .../runningWater/tab/day.vue | 85 ++++++++++-------- .../runningWater/tab/oilDepot.vue | 13 ++- 10 files changed, 214 insertions(+), 188 deletions(-) diff --git a/fuintAdmin/src/views/financialStatement/buy/list.vue b/fuintAdmin/src/views/financialStatement/buy/list.vue index 8e461f697..23209433c 100644 --- a/fuintAdmin/src/views/financialStatement/buy/list.vue +++ b/fuintAdmin/src/views/financialStatement/buy/list.vue @@ -86,6 +86,7 @@ export default { display: flex; box-sizing: border-box; padding: 0px 50px; + border-top: 1px solid #eceff1; } .f-box { diff --git a/fuintAdmin/src/views/financialStatement/buy/tab/em.vue b/fuintAdmin/src/views/financialStatement/buy/tab/em.vue index ad18a51e9..dc2f0d33a 100644 --- a/fuintAdmin/src/views/financialStatement/buy/tab/em.vue +++ b/fuintAdmin/src/views/financialStatement/buy/tab/em.vue @@ -6,6 +6,7 @@
+
-
0/0
+
0
@@ -42,7 +43,7 @@
-
0/0
+
0
@@ -52,7 +53,7 @@
-
0/0
+
0
@@ -62,17 +63,7 @@
-
0/0
-
- -
-
-
优惠总金额(元)
-
-
-
- -
0/0
+
0
@@ -80,9 +71,19 @@
优惠总金额(元)
+
-
0/0
+
0
+
+
+
+
实收总金额(元)
+
+
+
+ +
0
@@ -90,23 +91,25 @@
+ +
- - - - - - - - - - {{this.beginTime }} 至 {{this.endTime}} - + + + + + + + + + + +
@@ -271,7 +274,7 @@ export default { .container{ background: #f4f5f9; box-sizing: border-box; - padding-bottom: 6px; + padding-bottom: 10px; } .app-top{ width: 100%; @@ -334,8 +337,8 @@ export default { } .size-bole{ height: 31px; - font-family: YouSheBiaoTiHei; - font-weight: 400; + //font-family: YouSheBiaoTiHei; + font-weight: 600; font-size: 24px; color: #555555; //line-height: 0px; @@ -368,7 +371,7 @@ export default { box-sizing: border-box; padding: 15px; border-radius: 4px; - height: 80.5vh; + height: 80vh; } .pagination-box{ width: 100%; @@ -397,4 +400,10 @@ export default { height: 100%; } } +.dian{ + width: 6px; + height: 6px; + border-radius: 8px; + margin-right: 5px; +} diff --git a/fuintAdmin/src/views/financialStatement/buy/tab/goods.vue b/fuintAdmin/src/views/financialStatement/buy/tab/goods.vue index 47a982948..23c4c5d91 100644 --- a/fuintAdmin/src/views/financialStatement/buy/tab/goods.vue +++ b/fuintAdmin/src/views/financialStatement/buy/tab/goods.vue @@ -1,6 +1,7 @@