原材料出库模糊查询
This commit is contained in:
@@ -10,10 +10,11 @@ export const regionSearch = () => request({
|
||||
})
|
||||
|
||||
// 根据区域查询点位
|
||||
export const pointSearch = (rcode) => request({
|
||||
export const pointSearch = (rcode, pcode) => request({
|
||||
url:'api/pda/point',
|
||||
data: {
|
||||
region_code: rcode
|
||||
region_code: rcode,
|
||||
point_code: pcode
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user