1; 绑定店铺 加默认自配送时长60分钟

2;自配送页面按钮限制去除
This commit is contained in:
wangshuai 2024-07-31 17:13:16 +08:00
parent d03384efc2
commit 11272f6158
2 changed files with 3 additions and 2 deletions

View File

@ -152,6 +152,7 @@ public class MeituanServiceImpl implements IMeituanService {
busStoreConfigInfo.setEndTime("23:59:59"); busStoreConfigInfo.setEndTime("23:59:59");
busStoreConfigInfo.setMinOrderNum(1); busStoreConfigInfo.setMinOrderNum(1);
busStoreConfigInfo.setMaxOrderNum(1); busStoreConfigInfo.setMaxOrderNum(1);
busStoreConfigInfo.setSelfDeliveryDuration(60);
busStoreConfigInfoMapper.insertBusStoreConfigInfo(busStoreConfigInfo); busStoreConfigInfoMapper.insertBusStoreConfigInfo(busStoreConfigInfo);
} else if (list.size() == 1) { } else if (list.size() == 1) {

View File

@ -223,7 +223,7 @@
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width =120> <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width =120>
<template slot-scope="scope"> <template slot-scope="scope">
<el-button v-if="userAccount !='admin' && scope.row.returnVisitStatus !== '1'" <el-button v-if="userAccount !='admin' "
size="mini" size="mini"
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
@ -235,7 +235,7 @@
icon="el-icon-bicycle" icon="el-icon-bicycle"
@click="handleSelfDelivery(scope.row)" @click="handleSelfDelivery(scope.row)"
>退出自配送</el-button> >退出自配送</el-button>
<el-button v-if="userAccount !='admin' && scope.row.returnVisitStatus !== '1'" <el-button v-if="userAccount !='admin' "
size="mini" size="mini"
type="text" type="text"
icon="el-icon-delete" icon="el-icon-delete"