外购备料查询

This commit is contained in:
Vergil
2020-04-17 17:06:27 +08:00
parent 3f52dd3212
commit bc443952be
2 changed files with 53 additions and 59 deletions

View File

@@ -46,3 +46,15 @@ export function searchTablesheet(check, supplierNameValue, check1, partNumber, c
}
})
}
export function HandleNumber() {
return request({
url: '',
method: 'post',
data: {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '2',
name: '备料管理_外购备料_处理已完成未修改数据'
}
})
}