From 733e3d38c49d0401a9c07de0487ff486814b5db8 Mon Sep 17 00:00:00 2001 From: "DESKTOP-369JRHT\\12997" <9> Date: Fri, 18 Oct 2024 10:29:49 +0800 Subject: [PATCH] 10.16 --- .../src/views/handover/HandoverDetails.vue | 64 +++++++------ .../views/handover/HandoverDetailsInfo.vue | 4 +- .../src/views/handover/HandoverRecord.vue | 21 ++-- fuintAdmin/src/views/shopowner.vue | 95 +++++++++++-------- 4 files changed, 109 insertions(+), 75 deletions(-) diff --git a/fuintAdmin/src/views/handover/HandoverDetails.vue b/fuintAdmin/src/views/handover/HandoverDetails.vue index 829a597d0..c03eb0c17 100644 --- a/fuintAdmin/src/views/handover/HandoverDetails.vue +++ b/fuintAdmin/src/views/handover/HandoverDetails.vue @@ -7,19 +7,19 @@ {{ item }} -
+
+ style="width: 98%;margin: 0px auto;background: #fff;box-sizing: border-box;padding-top: 5px; margin-bottom: 0px "> - 统一交班 个人交班 - + - + 搜索 重置
-
+
-
门店交接单
- 打印预览 +
+
门店交接单
+ 打印
油站名称
@@ -102,6 +103,7 @@
{{ orderSummary.sumnum }}
+
@@ -129,8 +131,6 @@
¥{{ orderSummary.allyingye + orderSummary.allchuzhika }}
- -
@@ -148,7 +148,6 @@
¥{{ item.paidAmount }}
-
@@ -166,7 +165,6 @@
¥{{ item.paidAmount }}
-
@@ -184,7 +182,6 @@
¥{{ item.paidAmount }}
-
@@ -202,8 +199,6 @@
¥{{ item.paidAmount }}
- -
@@ -221,7 +216,6 @@
¥{{ item.paidAmount ? item.paidAmount : '--' }}
-
@@ -239,7 +233,6 @@
¥{{ item.paidAmount ? item.paidAmount : '--' }}
-
@@ -257,7 +250,6 @@
¥{{ item.paidAmount ? item.paidAmount : '--' }}
-
@@ -305,8 +297,6 @@
- -
@@ -324,7 +314,6 @@
¥{{ item.paidAmount ? item.paidAmount : '--' }}
-
@@ -342,10 +331,9 @@
¥{{ item.paidAmount ? item.paidAmount : '--' }}
- -
-
+
+
+
交班
@@ -383,7 +371,8 @@ export default { return { tabs: [ - "交接班1", + "交接班", + // "交接班1", "交班记录" ], isSearch: true, @@ -643,7 +632,7 @@ export default { display: flex; box-sizing: border-box; padding: 0px 25px; - margin-bottom: 25px; + //margin-bottom: 25px; } .box_ { height: 100%; @@ -702,6 +691,8 @@ export default { .el-form--inline .el-form-item { margin-right: 44px; + margin-top: 5px; + margin-bottom: 10px; } .tab-box { @@ -711,6 +702,7 @@ export default { display: flex; box-sizing: border-box; margin-bottom: 25px; + margin-bottom: 15px; } @@ -748,7 +740,7 @@ export default { font-weight: 400; font-size: 14px; color: #333333; - margin: 20px auto; + margin:5px auto; } .xxing { @@ -804,13 +796,27 @@ export default { width: 98%; } -.table-boxs { +.table-s { border-radius: 8px; width: 98%; background: #fff; margin: 25px auto; box-sizing: border-box; + margin-top: 5px; padding: 15px; +} +.bot-a-ds{ + width: 100%; + background: #fff; + position: absolute; + bottom: 0px; + display: flex; + align-items: center; + justify-content: center; + box-sizing: border-box; + padding: 15px; + + } diff --git a/fuintAdmin/src/views/handover/HandoverDetailsInfo.vue b/fuintAdmin/src/views/handover/HandoverDetailsInfo.vue index edbaab321..eab517210 100644 --- a/fuintAdmin/src/views/handover/HandoverDetailsInfo.vue +++ b/fuintAdmin/src/views/handover/HandoverDetailsInfo.vue @@ -1,7 +1,7 @@