This commit is contained in:
Taric Xin
2022-04-13 17:08:27 +08:00
parent 16906ba5ad
commit f0f611f0be
5 changed files with 97 additions and 106 deletions

View File

@ -188,6 +188,7 @@ export class OrderManagementService extends ShipperBaseService {
// 查询异常预警表
$api_get_abnormalWarning = `/api/sdc/abnormalWarning/list/page`;
$api_get_order_abnormalWarning = `/api/sdc/abnormalWarning/getAbnormalWarningByBillId`;
// 异步导出运营后台大宗订单列表
$api_get_asyncExportBulkList = `/api/sdc/billOperate/asyncExportBulkList`;