代码提交
This commit is contained in:
parent
d2fde335e9
commit
f843c28b73
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -451,7 +451,6 @@
|
|||
pageSize: 10,
|
||||
custSearchInfo: undefined,
|
||||
orderId: undefined,
|
||||
orderType:4,
|
||||
areaId:null,
|
||||
canteenId:null,
|
||||
goodsSearchInfo: undefined
|
||||
|
|
@ -535,7 +534,6 @@
|
|||
pageSize: 10,
|
||||
custSearchInfo: undefined,
|
||||
orderId: undefined,
|
||||
orderType:4,
|
||||
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])
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue