change
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user