This commit is contained in:
liushiwei
2023-08-17 09:01:30 +08:00
parent d1de8a2379
commit 3d78d229b2
2 changed files with 5 additions and 2 deletions

View File

@@ -245,6 +245,8 @@ import { Message } from 'element-ui'
setTimeout(() => { setTimeout(() => {
this.getList() this.getList()
}, 1500) }, 1500)
} else {
Message.success('销售数据加载完成,可进行导出')
} }
} else { } else {
setTimeout(() => { setTimeout(() => {

View File

@@ -240,8 +240,8 @@
robTotal: 0, robTotal: 0,
pageSize: 100, pageSize: 100,
currentPage: 1, currentPage: 1,
step: 400, step: 500,
randomValue: 400, randomValue: 500,
timer: [], timer: [],
loadMallIndex: 0, loadMallIndex: 0,
loadMode: 0, // 加载模式0表示单个店铺加载1表示一键加载 loadMode: 0, // 加载模式0表示单个店铺加载1表示一键加载
@@ -461,6 +461,7 @@
sendChromeAPIMessage({ sendChromeAPIMessage({
url: 'oms/bg/venom/api/supplier/purchase/manager/joinDeliveryGoodsOrderPlatform', url: 'oms/bg/venom/api/supplier/purchase/manager/joinDeliveryGoodsOrderPlatform',
needMallId: true, needMallId: true,
anti: true,
mallId: mallId, mallId: mallId,
data: { data: {
"subPurchaseOrderSn": sn "subPurchaseOrderSn": sn