作者 小范

回库功能优化

... ... @@ -650,6 +650,9 @@
delInventoryrecord({uuid:row.uuid}).then((response) => {
// console.log(row)
const res = response.data
if (res.code == '200') {
return this.$message.error(res.msg)
}
this.$message.success(res.msg)
this.getList()
}).catch(error => {
... ...