diff --git a/fuintAdmin/src/layout/components/Navbar.vue b/fuintAdmin/src/layout/components/Navbar.vue
index 30eda514a..1cd4ab25e 100644
--- a/fuintAdmin/src/layout/components/Navbar.vue
+++ b/fuintAdmin/src/layout/components/Navbar.vue
@@ -7,7 +7,7 @@
diff --git a/fuintAdmin/src/views/order/order_Oil.vue b/fuintAdmin/src/views/order/order_Oil.vue
index ea4b59967..b8ddb109e 100644
--- a/fuintAdmin/src/views/order/order_Oil.vue
+++ b/fuintAdmin/src/views/order/order_Oil.vue
@@ -216,17 +216,17 @@
-
-
{{item.name}}
+
+
+
+
+
+
+
+
+
+
+
+
{{item.name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -260,17 +308,23 @@ export default {
},
data() {
return {
+ isClick:false,
activeName: 'second',
tabarr:[
- {name:'收银台',icon:'el-icon-s-platform',path:'/homeindex'},
+ {name:'收银台',icon:'el-icon-s-platform',path:'/homeindex' ,index1:0},
// {name:'充值',icon: 'el-icon-s-finance',path:'/Recharge'},
- {name:'订单',icon: 'el-icon-s-order',path:'/Order'},
- {name:'会员',icon: 'el-icon-s-custom',path:'/Vip'},
- {name:'核销',icon: 'el-icon-s-check',path:'/WriteOff'},
- {name:'挂账管理',icon:'el-icon-s-claim',path:'/credit'},
- {name:'积分',icon:'el-icon-s-data',path:'/Integral'},
- {name:'交班',icon: 'el-icon-s-flag',path:'/Handover'},
+ {name:'订单',icon: 'el-icon-s-order',path:'/Order',index1:1},
+ {name:'会员',icon: 'el-icon-s-custom',path:'/Vip',index1:2},
+ {name:'核销',icon: 'el-icon-s-check',path:'/WriteOff',index1:3},
+ {name:'挂账管理',icon:'el-icon-s-claim',path:'/credit',index1:4},
+ {name:'积分',icon:'el-icon-s-data',path:'/Integral',index1:5},
+ {name:'交班',icon: 'el-icon-s-flag',path:'/Handover',index1:6},
],
+ tabarr2:[
+ {name:'积分',icon:'el-icon-s-data',path:'/Integral'},
+ {name:'订单记录',icon:'el-icon-s-data',path:'/Integral'},
+ ],
+
leftindex:0,
oilList:[
{color:'#e5f0ff'},
@@ -411,6 +465,10 @@ export default {
// this.getCartList();
},
methods: {
+ isClickMethod() {
+ this.leftindex = 5
+ this.isClick = !this.isClick
+ },
handleChange(value) {
console.log(value);
},
@@ -875,6 +933,11 @@ export default {
font-weight: 700;
color: #5393ff !important;
}
+
+ //.bule1{
+ // font-weight: 700;
+ // color: #81b0ff !important;
+ //}
.app-left{
width: 180px;
height: 100vh;
@@ -1354,4 +1417,21 @@ export default {
::v-deep .el-tabs--border-card > .el-tabs__content {
padding: 0px;
}
+
+ .no-border .el-collapse-item__header {
+ border-bottom: none;
+ }
+ .el-menu {
+ border-right: solid 0px #ffffff;
+ list-style-type: none; /* 隐藏列表项的默认符号 */
+ position: relative;
+ margin: 0;
+ padding-left: 0;
+ }
+ .el-submenu .el-menu-item {
+ height: 50px;
+ line-height: 50px;
+ padding: 0 39px;
+ min-width: 0px;
+ }
diff --git a/fuintCashierWeb/src/views/cashier/orderComponents/order_Cashier.vue b/fuintCashierWeb/src/views/cashier/orderComponents/order_Cashier.vue
index dae584494..f68d9256a 100644
--- a/fuintCashierWeb/src/views/cashier/orderComponents/order_Cashier.vue
+++ b/fuintCashierWeb/src/views/cashier/orderComponents/order_Cashier.vue
@@ -323,7 +323,8 @@
width="25%"
:visible.sync="dialogRefund">
- ¥{{ cashierOrder.payAmount }}
+
+ ¥{{ cashierOrder.goodsPayAmount + cashierOrder.oilPayAmount }}
退款金额
退款单号:{{ cashierOrder.orderNo }}
@@ -331,20 +332,20 @@
退款内容:
商品:
-
¥{{cashierOrder.goodsPayAmount}}
+
¥{{cashierOrder.goodsPayAmount}}
油品:
-
+
¥{{cashierOrder.oilPayAmount}}
储值卡:{{oilInfo[0].balanceAmount}}
屯油卡:{{ oilInfo[0].oilCardAmount}}
- 优惠卷
+ 优惠卷
@@ -425,6 +426,70 @@
+
+