|
|
|
@ -105,7 +105,7 @@ async function onSave() { |
|
|
|
const res = await storageOutDevice(options) |
|
|
|
const res = await storageOutDevice(options) |
|
|
|
|
|
|
|
|
|
|
|
if (isResError(res)) return |
|
|
|
if (isResError(res)) return |
|
|
|
message.success('出口成功') |
|
|
|
message.success('出库成功') |
|
|
|
emit('onSave') |
|
|
|
emit('onSave') |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -115,7 +115,7 @@ watch( |
|
|
|
if (newVal) { |
|
|
|
if (newVal) { |
|
|
|
loadDeviceStorageInfo() |
|
|
|
loadDeviceStorageInfo() |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
async function loadDeviceStorageInfo() { |
|
|
|
async function loadDeviceStorageInfo() { |
|
|
|
|