盘点绑定

This commit is contained in:
hongchao 2025-11-03 16:38:00 +08:00
parent 40476d45b6
commit 69bb966838
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ const handleSubmit = () => {
outFacCode: outFacCode.value,
qrCode: deviceInfo.qrCode,
typeId: deviceInfo.typeId,
materialName: deviceInfo.typeName,
materialModel: deviceInfo.typeModelName,
}
inventoryBind(params).then((res) => {
if (res.code === 200) {