Commit be77db2d by hcy001

1

parent 2ddcd52a
Showing with 4 additions and 0 deletions
......@@ -173,6 +173,10 @@ class InquiryItemsReportModel extends Model
"brand_name"=>$quoteItem["brand_name"],
"class_id2"=>$quoteItem["class_id2"],
"class_id2_name"=>$quoteItem["class_id2_name"],
"supplier_id"=>$quoteItem["supplier_id"],
"supplier_name"=>$quoteItem["supplier_name"],
"quote_uid"=>$quoteItem["create_uid"],
"quote_name"=>$quoteItem["create_name"],
"price_rmb"=>$price_rmb,
"price_origin"=>$price_origin,
"price_profile"=>$price,
......
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