From 98b6b5e9ff36dd823465a1ee1b48043e4840ae88 Mon Sep 17 00:00:00 2001
From: zzyuan <781948537@qq.com>
Date: Mon, 19 May 2025 09:00:22 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../accountCenter/account/consume/index.vue | 11 ++-
.../account/wallet/returnRecord.vue | 30 +++---
src/views/dish/material/index.vue | 2 +-
src/views/order/offlineManagement/index.vue | 97 +++++++++----------
src/views/order/reserveManagement/index.vue | 16 +--
5 files changed, 77 insertions(+), 79 deletions(-)
diff --git a/src/views/accountCenter/account/consume/index.vue b/src/views/accountCenter/account/consume/index.vue
index a49ee5ee..f4766161 100644
--- a/src/views/accountCenter/account/consume/index.vue
+++ b/src/views/accountCenter/account/consume/index.vue
@@ -95,13 +95,14 @@
-
- 充值
+
+
+
@@ -138,7 +139,7 @@
import { accountFlowPageApi } from "@/api/accountCenter/consume";
export default {
name: "",
- dicts: ['sys_user_type'],
+ dicts: ['sys_user_type','sm_order_consume_type'],
data() {
return {
// 遮罩层
@@ -254,7 +255,7 @@
console.log(this.dateRange)
let param = {
...this.queryParams,
- "tradeType":110,
+ // "tradeType":110,
"startDateTime":this.formatDate(this.dateRange[0]),
"endDateTime":this.formatDate(this.dateRange[1])
}
diff --git a/src/views/accountCenter/account/wallet/returnRecord.vue b/src/views/accountCenter/account/wallet/returnRecord.vue
index a9a1556f..c3693f98 100644
--- a/src/views/accountCenter/account/wallet/returnRecord.vue
+++ b/src/views/accountCenter/account/wallet/returnRecord.vue
@@ -18,8 +18,8 @@
-
-
+
-
-
+
搜索
@@ -138,9 +135,8 @@
pageNum: 1,
pageSize: 10,
searchValue:null,
- deptIds:[],
- createBy:null,
- accTradeId:null,
+ deptIdList:[],
+ createBy:null,
}, // 总条数
total2: 0,
//表格数据
@@ -187,9 +183,8 @@
pageNum: 1,
pageSize: 10,
searchValue:null,
- deptIds:[],
- createBy:null,
- accTradeId:null
+ deptIdList:[],
+ createBy:null,
}
this.resetForm("queryForm2");
this.handleQuery();
@@ -198,16 +193,19 @@
//补贴清空明细
getList2() {
this.loading = true;
- let param = {
- ...this.queryParams2,
+ let param = {
+ "pageNum": this.queryParams2.pageNum,
+ "pageSize": this.queryParams2.pageSize,
+ "searchValue": this.queryParams2.searchValue,
+ "createBy": this.queryParams2.createBy,
+ "deptIdList": this.queryParams2.deptIdList,
"orderState": 3,
"orderRefundState": 2,
"payState": 3,
"startDateTime":this.formatDate(this.dateRange[0]),
"endDateTime":this.formatDate(this.dateRange[1])
}
- this.tableListData2 = []
- this.total2 = 0
+ this.tableListData2 = []
orderHistoryListApi(param).then(response => {
this.tableListData2 = response.rows;
this.total2 = Number(response.total);
diff --git a/src/views/dish/material/index.vue b/src/views/dish/material/index.vue
index 74c6ee37..ba290272 100644
--- a/src/views/dish/material/index.vue
+++ b/src/views/dish/material/index.vue
@@ -215,7 +215,7 @@
-->
-
+
-
+
@@ -224,35 +224,35 @@
订单号
{{orderInfoData.orderId}}
-
+
+
+
设备名称
{{ orderInfoData.deviceName }}
-
+
所属区域
{{ orderInfoData.areaName }}
@@ -268,12 +268,12 @@
用户姓名
- {{ orderInfoData.custName }}
+ {{ orderInfoData.nickName }}
用户编号
- {{ orderInfoData.custNum }}
+ {{ orderInfoData.userId }}
用户手机号
@@ -281,13 +281,13 @@
所属组织
- {{ orderInfoData.orgFullName }}
+ {{ orderInfoData.deptFullName }}
-
+
就餐日期
{{ orderInfoData.orderDate }}
@@ -297,15 +297,15 @@
{{ orderInfoData.mealtimeName }}
-
+
订单金额
{{ (orderInfoData.payableAmount/100).toFixed(2) }}
-
+
实付金额
{{ (orderInfoData.realAmount/100).toFixed(2) }}
-
+
支付方式
- {{orderInfoData.payTypesStr}}
+
下单时间
@@ -340,34 +340,32 @@
订单状态
-
- {{ item.value }}
-
+
-
+
备注
{{ orderInfoData.remark }}
-
+
菜品信息
-
-
+
+
- {{ (scope.row.prefPrice/100).toFixed(2) }}
+ {{ (scope.row.salePrice/100).toFixed(2) }}
@@ -376,19 +374,19 @@
{{ (scope.row.totalAmount/100).toFixed(2) }}
-
+
{{ (scope.row.refundAmount/100).toFixed(2) }}
- 优惠明细
+