添加一期修改功能

This commit is contained in:
2024-03-19 16:53:18 +08:00
parent 4bf4be18b8
commit f840648d65
11 changed files with 131 additions and 36 deletions

View File

@@ -541,7 +541,7 @@ export const boxQuery = (no, option, code) => request({
}
})
// 1.2确认入库
export const stConfirm = (box_jo, code, option, is, mcode, no) => request({
export const stConfirm = (box_jo, code, option, is, mcode, no, sid) => request({
url:'api/pda/st/confirm',
data: {
box_jo: box_jo,
@@ -549,7 +549,8 @@ export const stConfirm = (box_jo, code, option, is, mcode, no) => request({
option: option,
is_virtual: is,
material_code: mcode,
box_no: no
box_no: no,
sect_id: sid
}
})
@@ -563,6 +564,11 @@ export const stPrint = (box_jo) => request({
box_jo: box_jo
}
})
// 库区
export const getStorSect = () => request({
url:'api/sectattr/getStorSect',
data: {}
})
/**
* 客户标签打印