称重校验

This commit is contained in:
2024-06-20 17:43:13 +08:00
parent 57144e4a26
commit af03713ac9
2 changed files with 30 additions and 3 deletions

View File

@@ -324,6 +324,14 @@ export const stConfirm = (box_jo, code, option, is, mcode, no, sid) => request({
sect_id: sid
}
})
// 1.3称重校验
export const stWeighCheck = (no, code) => request({
url:'api/pda/st/weighCheck',
data: {
box_no: no,
point_code: code
}
})
/**
* 生产入库