修改采购商品导入

This commit is contained in:
lewis 2025-02-20 17:58:36 +08:00
parent 9a7951bdf3
commit 6a6b142651

View File

@ -429,6 +429,7 @@ class LocalController extends BaseAdminController
'need_num' => $product['nums'],
'mark' => $product['mark'] ?? '',
'buyer_id' => $params['buyer_id'],
'buyer_confirm' => 1,
'buyer_nums' => $product['nums'],
'total_price' => $product['purchase_total'],
'status' => 0,