Commit 90c73634 by hcy001

1

parent 24ca8f44
Showing with 2 additions and 2 deletions
......@@ -57,8 +57,8 @@ class InquiryItemsReportModel extends Model
"inquiry_number"=>@$input["inquiry_number"][$k] ? $input["inquiry_number"][$k] : "" ,
"delivery_time"=>@$input["delivery_time"][$k] ? $input["delivery_time"][$k] : "" ,
"batch"=>@$input["batch"][$k] ? $input["batch"][$k] : "" ,
"create_uid"=>$input["user_id"],
"create_name"=>$input["user_name"],
"quote_uid"=>$input["user_id"],
"quote_name"=>$input["user_name"],
"create_time"=>time() ,
];
......
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