...
|
...
|
@@ -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 => {
|
...
|
...
|
|