代码提交
This commit is contained in:
parent
d2fde335e9
commit
f843c28b73
|
|
@ -96,7 +96,7 @@ export function orderNuclearModeListApi(data) {
|
||||||
// 订单列表-分页
|
// 订单列表-分页
|
||||||
export function orderPageListApi(data) {
|
export function orderPageListApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/supermarket_info/order/list',
|
url: '/smart-canteen/order/web/list',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
|
|
|
||||||
|
|
@ -620,7 +620,7 @@ export default {
|
||||||
jumpList() {
|
jumpList() {
|
||||||
const obj = { path: "/dish/menuDetail" };
|
const obj = { path: "/dish/menuDetail" };
|
||||||
this.$tab.closeOpenPage(obj);
|
this.$tab.closeOpenPage(obj);
|
||||||
this.$router.replace({ path: "/dish/menu" }); // 要打开的页面
|
this.$router.replace({ path: "/canteen/dish/menu" }); // 要打开的页面
|
||||||
},
|
},
|
||||||
//区域树
|
//区域树
|
||||||
getAreaTreeData() {
|
getAreaTreeData() {
|
||||||
|
|
|
||||||
|
|
@ -800,7 +800,7 @@ export default {
|
||||||
jumpList() {
|
jumpList() {
|
||||||
const obj = { path: "/dish/menuDetail" };
|
const obj = { path: "/dish/menuDetail" };
|
||||||
this.$tab.closeOpenPage(obj);
|
this.$tab.closeOpenPage(obj);
|
||||||
this.$router.replace({ path: "/dish/menu" }); // 要打开的页面
|
this.$router.replace({ path: "/canteen/dish/menu" }); // 要打开的页面
|
||||||
},
|
},
|
||||||
//区域树
|
//区域树
|
||||||
getAreaTreeData() {
|
getAreaTreeData() {
|
||||||
|
|
|
||||||
|
|
@ -353,11 +353,11 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" align="center" width="100" class-name="small-padding fixed-width" fixed="right">
|
<el-table-column label="操作" align="center" width="100" class-name="small-padding fixed-width" fixed="right">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<!-- <el-button
|
||||||
size="mini" style="color: red;"
|
size="mini" style="color: red;"
|
||||||
type="text"
|
type="text"
|
||||||
@click="refundPartMoney(scope.row)"
|
@click="refundPartMoney(scope.row)"
|
||||||
>退款</el-button>
|
>退款</el-button> -->
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|
@ -450,8 +450,7 @@
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
custSearchInfo: undefined,
|
custSearchInfo: undefined,
|
||||||
orderId: undefined,
|
orderId: undefined,
|
||||||
orderType:4,
|
|
||||||
areaId:null,
|
areaId:null,
|
||||||
canteenId:null,
|
canteenId:null,
|
||||||
goodsSearchInfo: undefined
|
goodsSearchInfo: undefined
|
||||||
|
|
@ -534,8 +533,7 @@
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
custSearchInfo: undefined,
|
custSearchInfo: undefined,
|
||||||
orderId: undefined,
|
orderId: undefined,
|
||||||
orderType:4,
|
|
||||||
areaId:null,
|
areaId:null,
|
||||||
canteenId:null,
|
canteenId:null,
|
||||||
goodsSearchInfo: undefined
|
goodsSearchInfo: undefined
|
||||||
|
|
@ -548,6 +546,7 @@
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
let param = {
|
let param = {
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
|
"orderTypeList":[4],
|
||||||
"startDate":this.formatDate(this.dateRange[0]),
|
"startDate":this.formatDate(this.dateRange[0]),
|
||||||
"endDate":this.formatDate(this.dateRange[1])
|
"endDate":this.formatDate(this.dateRange[1])
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue