调试商品入库到门店
This commit is contained in:
parent
c14d3b8d47
commit
51e848718f
@ -619,8 +619,8 @@ class BeforehandOrderLogic extends BaseLogic
|
|||||||
'paid' => 0,
|
'paid' => 0,
|
||||||
'audit_status' => 1,
|
'audit_status' => 1,
|
||||||
'mark' => $params['mark'] ?? '',
|
'mark' => $params['mark'] ?? '',
|
||||||
'other_data' => json_encode($other_data, true)
|
'other_data' => json_encode($other_data, true),
|
||||||
|
'is_arrears' => 2
|
||||||
]);
|
]);
|
||||||
foreach ($datas as $k => $v) {
|
foreach ($datas as $k => $v) {
|
||||||
$datas[$k]['bhoid'] = $order['id'];
|
$datas[$k]['bhoid'] = $order['id'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user