Commit 2ddcd52a by hcy001

1

parent 03cc3e4e
Showing with 2 additions and 1 deletions
......@@ -316,7 +316,8 @@ class InquiryItemsModel extends Model
'types'=>1,
'relation_id'=>$inquiry_items_id, #明细id
'relation_sn'=>(new InquiryModel())->FindInquirySn($b["inquiry_id"]),
'content'=>'修改询价,型号:'.$updateArr["goods_name"]." 品牌名称:".$updateArr["brand_name"]." 分类名称:".$updateArr["class_id2_name"]." 询价数量:".$updateArr["inquiry_number"],
'content'=>'修改询价,型号:'.$updateArr["goods_name"]." 品牌名称:".$updateArr["brand_name"]
." 货期:".$updateArr["delivery_time"]." 询价数量:".$updateArr["inquiry_number"] ." 批次:".$updateArr["batch"],
'create_uid'=>$b['user_id'],
'create_name'=>$b["user_name"],
]);
......
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