Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cc5d1425
authored
Sep 15, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整下单
parent
570a234a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
app/Http/Controllers/AddOrderController.php
resources/views/addOrder/content.blade.php
app/Http/Controllers/AddOrderController.php
View file @
cc5d1425
...
@@ -562,7 +562,7 @@ Class AddOrderController extends Controller
...
@@ -562,7 +562,7 @@ Class AddOrderController extends Controller
$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'
,
''
);
...
...
resources/views/addOrder/content.blade.php
View file @
cc5d1425
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment