Commit 371bfbdc by 朱继来

添加采购

parent 9d7f0ab9
Showing with 1 additions and 1 deletions
......@@ -669,7 +669,7 @@ class ApiController extends Controller
$items[$k]['num'] = $v['inquiry_number'];
$items[$k]['goods_price'] = $goods_price;
$items[$k]['delivery_time'] = $v['delivery_time'];
$items[$k]['buyer_id'] = 0;
$items[$k]['buyer_id'] = $v['quote_name'];
$items[$k]['remarks'] = '';
$items[$k]['batch'] = $v['batch'];
$items[$k]['raw_goods_sn'] = $v['raw_goods_sn'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment