拣选余料回库

This commit is contained in:
2025-07-10 10:17:58 +08:00
parent c4d815cef1
commit 271b4dd42d
3 changed files with 9 additions and 9 deletions

View File

@@ -108,7 +108,7 @@
try {
let res = await getReturnMaterial(this.val1)
if (res) {
this.currentData = res
this.currentData = res.data
} else {
this.currentData = {}
}
@@ -143,7 +143,7 @@
return
}
try {
let res = await confirmReturnMaterial(this.currentData)
let res = await confirmReturnMaterial(this.index, this.currentData)
if (res.code === '200') {
uni.showToast({
title: res.message,