Commit c8e7a192 by 朱继来

调整

parent 5d0213b3
Showing with 1 additions and 0 deletions
......@@ -773,6 +773,7 @@ Class AddOrderController extends Controller
$order_id = $request->input('order_id');
$type = $request->input('type');
$title = '';
switch ($type) {
case 1: $title = '新增联营订单'; break;
case 2: $title = '新增自营线上订单'; break;
......
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