This commit is contained in:
2025-09-16 10:13:01 +08:00
parent 088946e2ad
commit 9fc8bf2055
4 changed files with 14 additions and 14 deletions

View File

@@ -294,9 +294,9 @@ export const getStructivtByMaterialAndSectCode = (scode, mcode) => request({
// 点位属性设置
export const updatePointType = (code, type) => request({
export const updatePointType = (rows) => request({
url:'api/schBasePoint/updatePointType',
data: {point_code: code, point_type: type}
data: {rows: rows}
})
// 查询入库点位清单
export const getInBillPointList = (code) => request({