This commit is contained in:
2025-08-06 14:21:31 +08:00
parent f20f72c81d
commit f11679a5a0
2 changed files with 10 additions and 3 deletions

View File

@@ -135,7 +135,14 @@
}
try {
this.currentData.stor_code = this.index
let res = await groupPlate(this.currentData.material_id, this.currentData.pcsn, this.currentData.qty, this.val2, this.val1, this.val3)
let arr = [
{
material_id: this.currentData.material_id,
qty: this.currentData.qty,
pcsn: this.currentData.pcsn,
}
]
let res = await groupPlate(arr, this.val2, this.val1, this.val3)
uni.showToast({
title: res.message,
icon: 'none'