From 888a6709e270c82dda5e1e6b4666e7e43a523626 Mon Sep 17 00:00:00 2001
From: "DESKTOP-369JRHT\\12997" <9>
Date: Mon, 30 Sep 2024 14:10:07 +0800
Subject: [PATCH] 9.30
---
.../src/assets/styles/element-ui.scss | 1 +
fuintCashierWeb/src/assets/styles/fuint.scss | 2 +-
.../views/cashier/NewComponents/newHome.vue | 33 ++-
.../newHomeComponents/memberRecharge.vue | 3 +-
.../cashier/orderComponents/order_Cashier.vue | 23 +-
.../cashier/orderComponents/order_Goods.vue | 25 +-
.../cashier/orderComponents/order_Oil.vue | 214 +++++++++---------
.../cashier/orderComponents/order_Vip.vue | 22 +-
8 files changed, 159 insertions(+), 164 deletions(-)
diff --git a/fuintCashierWeb/src/assets/styles/element-ui.scss b/fuintCashierWeb/src/assets/styles/element-ui.scss
index 18620e9ef..a85a7af72 100644
--- a/fuintCashierWeb/src/assets/styles/element-ui.scss
+++ b/fuintCashierWeb/src/assets/styles/element-ui.scss
@@ -107,6 +107,7 @@
}
.el-dialog__body {
padding: 30px;
+ padding-top: 0px;
}
.el-dialog__title,.el-dialog__close{
color: #fff;
diff --git a/fuintCashierWeb/src/assets/styles/fuint.scss b/fuintCashierWeb/src/assets/styles/fuint.scss
index 9d559fd87..852f867a7 100644
--- a/fuintCashierWeb/src/assets/styles/fuint.scss
+++ b/fuintCashierWeb/src/assets/styles/fuint.scss
@@ -198,7 +198,7 @@
.el-form--inline .el-form-item {
- margin-right: 44px;
+
}
diff --git a/fuintCashierWeb/src/views/cashier/NewComponents/newHome.vue b/fuintCashierWeb/src/views/cashier/NewComponents/newHome.vue
index e6ce345b3..cd036a39a 100644
--- a/fuintCashierWeb/src/views/cashier/NewComponents/newHome.vue
+++ b/fuintCashierWeb/src/views/cashier/NewComponents/newHome.vue
@@ -114,20 +114,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
使用规则
优惠说明:价值10元代金券一张消费满100可用
- 确定赠送
+
+
+
+ 确定赠送
+
+
@@ -2169,9 +2161,9 @@ input {
margin-top: 15px;
}
.tc_wa{
- width: 32%;
+ width: 30%;
margin-bottom: 4%;
- margin-right: 1%;
+ margin-right: 3%;
box-sizing: border-box;
padding: 10px;
background: url("./imgs/dx.png") no-repeat;
@@ -2194,4 +2186,7 @@ input {
.el-radio-group .or_num{
float: right;
}
+.el-dialog__body{
+ padding-top: 0px !important;
+}
diff --git a/fuintCashierWeb/src/views/cashier/NewComponents/newHomeComponents/memberRecharge.vue b/fuintCashierWeb/src/views/cashier/NewComponents/newHomeComponents/memberRecharge.vue
index e8a23c61c..55830b201 100644
--- a/fuintCashierWeb/src/views/cashier/NewComponents/newHomeComponents/memberRecharge.vue
+++ b/fuintCashierWeb/src/views/cashier/NewComponents/newHomeComponents/memberRecharge.vue
@@ -110,9 +110,10 @@ export default {
-
+
+
{{item.activeName}}
diff --git a/fuintCashierWeb/src/views/cashier/orderComponents/order_Cashier.vue b/fuintCashierWeb/src/views/cashier/orderComponents/order_Cashier.vue
index 5a98452ff..32679c788 100644
--- a/fuintCashierWeb/src/views/cashier/orderComponents/order_Cashier.vue
+++ b/fuintCashierWeb/src/views/cashier/orderComponents/order_Cashier.vue
@@ -38,14 +38,14 @@
至
@@ -65,8 +65,7 @@
- {{ orderStatistics.theTotalAmountOfTheOrder ? orderStatistics.theTotalAmountOfTheOrder : 0 }}/
- {{ orderStatistics.numberOfStrokes ? orderStatistics.numberOfStrokes : 0 }}
+ {{ orderStatistics.theTotalAmountOfTheOrder ? orderStatistics.theTotalAmountOfTheOrder : 0 }}/{{ orderStatistics.numberOfStrokes ? orderStatistics.numberOfStrokes : 0 }}
- {{ orderStatistics.oilDiscounts ? orderStatistics.oilDiscounts : 0 }}/
- {{ seekZeroAmount }}
+ {{ orderStatistics.oilDiscounts ? orderStatistics.oilDiscounts : 0 }}/{{ seekZeroAmount }}
- {{ orderStatistics.numberOfStrokesByOil ? orderStatistics.numberOfStrokesByOil : 0 }}/
- {{ orderStatistics.theTotalAmountOfOil ? orderStatistics.theTotalAmountOfOil : 0 }}
+ {{ orderStatistics.numberOfStrokesByOil ? orderStatistics.numberOfStrokesByOil : 0 }}/{{ orderStatistics.theTotalAmountOfOil ? orderStatistics.theTotalAmountOfOil : 0 }}
- {{ orderStatistics.numberOfStrokesByGoods ? orderStatistics.numberOfStrokesByGoods : 0 }}/
- {{ orderStatistics.theTotalAmountOfTheItem ? orderStatistics.theTotalAmountOfTheItem : 0 }}
+ {{ orderStatistics.numberOfStrokesByGoods ? orderStatistics.numberOfStrokesByGoods : 0 }}/{{ orderStatistics.theTotalAmountOfTheItem ? orderStatistics.theTotalAmountOfTheItem : 0 }}
@@ -1516,6 +1512,7 @@ export default {
}
.el-form--inline .el-form-item {
+ margin-right: 20px;
}
@@ -1529,7 +1526,6 @@ export default {
text-align: left;
font-style: normal;
text-transform: none;
-
.nei {
width: 150px;
}
@@ -1596,7 +1592,7 @@ export default {
box-sizing: border-box;
padding: 20px;
margin: 0 auto;
- min-height: 82vh;
+ min-height: 84vh;
}
.top_new{
display: flex;
@@ -1604,9 +1600,10 @@ export default {
height: 65px;
background: #fff;
width: 98%;
- margin: 10px auto;
+ margin: 5px auto;
border-radius: 8px;
box-sizing: border-box;
padding: 15px
+
}
diff --git a/fuintCashierWeb/src/views/cashier/orderComponents/order_Goods.vue b/fuintCashierWeb/src/views/cashier/orderComponents/order_Goods.vue
index cbd3c5c0e..5b9ca8cac 100644
--- a/fuintCashierWeb/src/views/cashier/orderComponents/order_Goods.vue
+++ b/fuintCashierWeb/src/views/cashier/orderComponents/order_Goods.vue
@@ -2,7 +2,7 @@
-
+
- 查询
- 重置
- 导出
+
+
+ 查询
+ 重置
+ 导出
+
+
- {{ orderStatistics.theTotalAmount || 0 }}/
- {{ orderStatistics.numberOfProducts || 0 }}
+ {{ orderStatistics.theTotalAmount || 0 }}/{{ orderStatistics.numberOfProducts || 0 }}
- {{ orderStatistics.wechat || 0 }}/
- {{ orderStatistics.alipay || 0 }}
+ {{ orderStatistics.wechat || 0 }}/{{ orderStatistics.alipay || 0 }}
- {{ orderStatistics.wechat || 0 }}/
- {{ orderStatistics.alipay || 0 }}
+ {{ orderStatistics.wechat || 0 }}/{{ orderStatistics.alipay || 0 }}
@@ -924,14 +925,14 @@ export default {
margin: 0 auto;
}
.el-form--inline .el-form-item {
- margin-right: 30px;
+
}
.top_new{
display: flex;
justify-content: space-between;
background: #fff;
- width: 98%;
+ width: 100%;
margin: 10px auto;
border-radius: 8px;
box-sizing: border-box;
diff --git a/fuintCashierWeb/src/views/cashier/orderComponents/order_Oil.vue b/fuintCashierWeb/src/views/cashier/orderComponents/order_Oil.vue
index 085fcee77..0a64f5308 100644
--- a/fuintCashierWeb/src/views/cashier/orderComponents/order_Oil.vue
+++ b/fuintCashierWeb/src/views/cashier/orderComponents/order_Oil.vue
@@ -3,99 +3,106 @@
-
-
-
-
- {{ item.realName }}
- {{ item.mobile }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.oilName }}
- {{ item.gunName }}
-
-
-
-
-
-
- {{ item.oilName }}
- {{ item.gunName }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 至
-
-
-
+
+
+
+
+
+ {{ item.realName }}
+ {{ item.mobile }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.oilName }}
+ {{ item.gunName }}
+
+
+
+
+
+
+ {{ item.oilName }}
+ {{ item.gunName }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 至
+
+
+
+
+
+
搜索
重置
@@ -109,8 +116,7 @@
- {{ orderStatistics.theTotalAmountOfOil || 0 }}/
- {{ orderStatistics.numberOfOilPens || 0 }}
+ {{ orderStatistics.theTotalAmountOfOil || 0 }}/{{ orderStatistics.numberOfOilPens || 0 }}
- {{ orderStatistics.wechat || 0 }}/
- {{ orderStatistics.alipay || 0 }}
+ {{ orderStatistics.wechat || 0 }}/{{ orderStatistics.alipay || 0 }}
- {{ orderStatistics.wechat || 0 }}/
- {{ orderStatistics.alipay || 0 }}
+ {{ orderStatistics.wechat || 0 }}/{{ orderStatistics.alipay || 0 }}
- {{ orderStatistics.wechat || 0 }}/
- {{ orderStatistics.alipay || 0 }}
+ {{ orderStatistics.wechat || 0 }}/{{ orderStatistics.alipay || 0 }}
@@ -913,6 +916,7 @@ export default {
width: 100%;
display: flex;
align-items: center;
+ justify-content: space-between;
flex-wrap: wrap; /* 允许内容换行 */
}
@@ -933,7 +937,7 @@ export default {
}
.el-form--inline .el-form-item {
- margin-right: 44px;
+
}
.size-hui {
@@ -1021,7 +1025,6 @@ export default {
.box2 {
padding: 5px;
- margin-right: 20px;
margin-bottom: 20px;
padding-left: 20px;
width: 211px;
@@ -1044,13 +1047,12 @@ export default {
height: 120px;
background: #fff;
width: 98%;
- margin: 10px auto;
+ margin: 5px auto;
border-radius: 8px;
box-sizing: border-box;
padding: 15px;
- margin-bottom: 10px;
}
.new_bottom{
- min-height: 80vh;
+ min-height: 65vh;
}
diff --git a/fuintCashierWeb/src/views/cashier/orderComponents/order_Vip.vue b/fuintCashierWeb/src/views/cashier/orderComponents/order_Vip.vue
index 32905c251..250cb9900 100644
--- a/fuintCashierWeb/src/views/cashier/orderComponents/order_Vip.vue
+++ b/fuintCashierWeb/src/views/cashier/orderComponents/order_Vip.vue
@@ -60,19 +60,21 @@
- 搜索
- 重置
- 导出
+
+
+ 搜索
+ 重置
+ 导出
+
- {{ orderStatistics.totalAmountReceived || 0 }}/
- {{ orderStatistics.numberOfTopUps || 0 }}
+ {{ orderStatistics.totalAmountReceived || 0 }}/{{ orderStatistics.numberOfTopUps || 0 }}
- {{ orderStatistics.wechat || 0 }}/
- {{ orderStatistics.alipay || 0 }}
+ {{ orderStatistics.wechat || 0 }}/{{ orderStatistics.alipay || 0 }}
- {{ orderStatistics.wechat || 0 }}/
- {{ orderStatistics.alipay || 0 }}
+ {{ orderStatistics.wechat || 0 }}/{{ orderStatistics.alipay || 0 }}
@@ -669,9 +669,7 @@ export default {
color: grey;
margin: 10px 0;
}
-.el-form--inline .el-form-item {
- margin-right: 4px !important;
-}
+
.box1 {
padding: 5px;