change
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user