x
This commit is contained in:
@@ -178,7 +178,7 @@ async function receivePurchaseOrder() {
|
||||
.filter((item: any) => item.receive_quantity > 0)
|
||||
.map((item: any) => ({
|
||||
item_id: item.id,
|
||||
quantity: item.receive_quantity
|
||||
receive_quantity: item.receive_quantity
|
||||
}))
|
||||
if (items.length === 0) {
|
||||
addNotification('请输入本次入库数量', 'warning')
|
||||
|
||||
Reference in New Issue
Block a user