|
@@ -70,7 +70,7 @@ export const shelfProductParseProducts = params => {
|
|
// 货架 货位产品 批量插入
|
|
// 货架 货位产品 批量插入
|
|
export const shelfProductBatchInsert = params => {
|
|
export const shelfProductBatchInsert = params => {
|
|
return axios({
|
|
return axios({
|
|
- url: '/shelf/placeProduct/saveBatch',
|
|
|
|
|
|
+ url: '/shelf/placeProduct/saveBatchExcel',
|
|
data: params,
|
|
data: params,
|
|
method: 'post'
|
|
method: 'post'
|
|
})
|
|
})
|