半成品入库

This commit is contained in:
2023-09-12 10:53:21 +08:00
parent 1a7fb25f88
commit 486453888b
4 changed files with 50 additions and 22 deletions

View File

@@ -96,3 +96,8 @@ export const BcpConfirm = (from) => request({
url:'api/pda/hrBcp/iosIn/confirm',
data: from
})
// 1.4点位下拉框
export const getPoint = (sp) => request({
url:'api/pda/hrBcp/iosIn/getPoint',
data: {}
})