@@ -77,7 +77,7 @@ export const shelfProductBatchInsert = params => {
}
// 货架 箭冠产品 分页
export const shelfDealerProductList = (params) => {
- const url = `/dealerProduct/queryPageForXPRH/${params.pageNo}/${params.pageSize}`
+ const url = `/product/queryPageForXPRH/${params.pageNo}/${params.pageSize}`
delete params.pageNo
delete params.pageSize
return axios({
@@ -45,6 +45,14 @@ export const shelfRecallSave = params => {
method: 'post'
})
+// 查询不同状态的数据条数
+export const shelfRecallStateCount = (params) => {
+ return axios({
+ url: '/shelfRecall/queryStateCount',
+ data: params,
+ method: 'post'
+ })
+}
// 删除仓位
export const warehouseLocDel = params => {