feat: 出库类型贯穿申请→扫码出库——申请单加 outbound_type,申请时选类型、扫码出库自动带出

This commit is contained in:
yueli
2026-09-07 14:01:13 +08:00
parent eaafeaf24e
commit 478b90fe50
5 changed files with 22 additions and 2 deletions

View File

@ -412,7 +412,8 @@ def create_outbound_request():
items=items,
allowed_approvers=allowed_approvers,
remark=data.get('remark'),
approver_id=approver_id
approver_id=approver_id,
outbound_type=data.get('outbound_type') # 出库类型(申请时确定)
)
return jsonify({