mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 10:57:26 +08:00
功能测试与修改
This commit is contained in:
@@ -6,7 +6,8 @@ import {
|
||||
deleteRequest,
|
||||
importRequest,
|
||||
getRequestWithNoToken,
|
||||
commonUrl
|
||||
commonUrl,
|
||||
postRequestWithNoForm
|
||||
} from "@/libs/axios";
|
||||
// 获取数据字典
|
||||
export const getDictData = "/dictData/getByType/";
|
||||
@@ -355,3 +356,13 @@ export const refundStatistics = params => {
|
||||
export const refundPriceStatistics = params => {
|
||||
return getRequest(`/statistics/refund/order/getPrice`, params);
|
||||
};
|
||||
|
||||
//下载结算单
|
||||
export const downLoadGoods = () => {
|
||||
return getRequest(`/goods/import/downLoad/`, {}, 'blob')
|
||||
}
|
||||
|
||||
// 上传待发货的订单列表
|
||||
export const uploadGoodsExcel = params => {
|
||||
return postRequestWithNoForm(`/goods/import/import`, params );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user