add 点位清空

This commit is contained in:
蔡玲
2024-10-21 10:57:00 +08:00
parent 2603294c81
commit 1855acc419
6 changed files with 140 additions and 2 deletions

View File

@@ -18,6 +18,12 @@ export const pointSearch = (rcode, pcode, ne) => request({
need_emtpy: ne
}
})
export const pointSearch1 = (rcode) => request({
url:'api/pda/point',
data: {
region_code: rcode
}
})
// 查询各点位物料状态
export const dwztSearch = (rcode) => request({