代码提交

This commit is contained in:
zzyuan 2025-06-09 10:47:50 +08:00
parent d2fde335e9
commit f843c28b73
4 changed files with 8 additions and 9 deletions

View File

@ -96,7 +96,7 @@ export function orderNuclearModeListApi(data) {
// 订单列表-分页
export function orderPageListApi(data) {
return request({
url: '/smart-canteen/supermarket_info/order/list',
url: '/smart-canteen/order/web/list',
method: 'post',
headers: {
"merchant-id":"378915229716713472",

View File

@ -620,7 +620,7 @@ export default {
jumpList() {
const obj = { path: "/dish/menuDetail" };
this.$tab.closeOpenPage(obj);
this.$router.replace({ path: "/dish/menu" }); //
this.$router.replace({ path: "/canteen/dish/menu" }); //
},
//
getAreaTreeData() {

View File

@ -800,7 +800,7 @@ export default {
jumpList() {
const obj = { path: "/dish/menuDetail" };
this.$tab.closeOpenPage(obj);
this.$router.replace({ path: "/dish/menu" }); //
this.$router.replace({ path: "/canteen/dish/menu" }); //
},
//
getAreaTreeData() {

View File

@ -353,11 +353,11 @@
</el-table-column>
<el-table-column label="操作" align="center" width="100" class-name="small-padding fixed-width" fixed="right">
<template slot-scope="scope">
<el-button
<!-- <el-button
size="mini" style="color: red;"
type="text"
@click="refundPartMoney(scope.row)"
>退款</el-button>
>退款</el-button> -->
</template>
</el-table-column>
</el-table>
@ -450,8 +450,7 @@
pageNum: 1,
pageSize: 10,
custSearchInfo: undefined,
orderId: undefined,
orderType:4,
orderId: undefined,
areaId:null,
canteenId:null,
goodsSearchInfo: undefined
@ -534,8 +533,7 @@
pageNum: 1,
pageSize: 10,
custSearchInfo: undefined,
orderId: undefined,
orderType:4,
orderId: undefined,
areaId:null,
canteenId:null,
goodsSearchInfo: undefined
@ -548,6 +546,7 @@
this.loading = true;
let param = {
...this.queryParams,
"orderTypeList":[4],
"startDate":this.formatDate(this.dateRange[0]),
"endDate":this.formatDate(this.dateRange[1])
}