调整行号

This commit is contained in:
mgw
2025-02-27 09:16:50 +08:00
parent e0e5dc8f7e
commit f234943104

View File

@@ -323,7 +323,7 @@ class SFSaleOrderCancelLine(models.TransientModel):
'category': '坯料外协', 'category': '坯料外协',
'doc_name': '库存移动', 'doc_name': '库存移动',
'doc_number': child_pkd.name, 'doc_number': child_pkd.name,
'line_number': x1, 'line_number': x2,
'operation_type': child_pkd.picking_type_id.name, 'operation_type': child_pkd.picking_type_id.name,
'product_name': child_move.product_id.name if child_move.product_id else '', 'product_name': child_move.product_id.name if child_move.product_id else '',
'quantity': child_move.product_uom_qty, 'quantity': child_move.product_uom_qty,