diff --git a/src/pages/inventoryBinding/qrCodeBinding.vue b/src/pages/inventoryBinding/qrCodeBinding.vue index f7d5fd7..2ac68b2 100644 --- a/src/pages/inventoryBinding/qrCodeBinding.vue +++ b/src/pages/inventoryBinding/qrCodeBinding.vue @@ -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) {