盘点绑定
This commit is contained in:
parent
40476d45b6
commit
69bb966838
|
|
@ -88,6 +88,8 @@ const handleSubmit = () => {
|
||||||
outFacCode: outFacCode.value,
|
outFacCode: outFacCode.value,
|
||||||
qrCode: deviceInfo.qrCode,
|
qrCode: deviceInfo.qrCode,
|
||||||
typeId: deviceInfo.typeId,
|
typeId: deviceInfo.typeId,
|
||||||
|
materialName: deviceInfo.typeName,
|
||||||
|
materialModel: deviceInfo.typeModelName,
|
||||||
}
|
}
|
||||||
inventoryBind(params).then((res) => {
|
inventoryBind(params).then((res) => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue