Commit cc5d1425 by 朱继来

调整下单

parent 570a234a
...@@ -559,10 +559,10 @@ Class AddOrderController extends Controller ...@@ -559,10 +559,10 @@ Class AddOrderController extends Controller
$data['address_name'] = $request->input('address_name'); $data['address_name'] = $request->input('address_name');
$data['address_mobile'] = $request->input('address_mobile'); $data['address_mobile'] = $request->input('address_mobile');
} else { // 联营、自营线上订单 } else { // 联营、自营线上订单
$data['role'] = $request->input('role', ''); $data['role'] = $request->input('role', '');
$data['tax_id'] = $request->input('tax_id'); $data['tax_id'] = $request->input('tax_id');
$data['user_coupon_id'] = $request->input('user_coupon_id'); $data['user_coupon_id'] = $request->input('user_coupon_id');
$data['zy_delivery_type'] = $request->input('zy_delivery_type'); $data['send_type'] = $request->input('zy_delivery_type'); // 发货方式
if ($data['type'] == 1) { // 联营 if ($data['type'] == 1) { // 联营
$data['customer_cn'] = $request->input('customer_cn', ''); $data['customer_cn'] = $request->input('customer_cn', '');
......
...@@ -331,7 +331,8 @@ ...@@ -331,7 +331,8 @@
<span>快捷入口: <span>快捷入口:
<a href="{{Config('website.add-sku-url')}}" target="_blank" style="margin-right: 10px;">+新增SKU</a> <a href="{{Config('website.add-sku-url')}}" target="_blank" style="margin-right: 10px;">+新增SKU</a>
<a href="{{Config('website.search-sku-url-1')}}" target="_blank">查询SKU</a> <a href="{{Config('website.search-sku-url-1')}}" target="_blank" style="margin-right: 10px;">查询联营SKU</a>
<a href="{{Config('website.search-sku-url-2')}}" target="_blank">查询自营SKU</a>
</span> </span>
<div class="batch-btn"> <div class="batch-btn">
......
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