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
9a0da6d4
authored
Oct 30, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
temp
parent
e02b8a01
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
15 deletions
public/css/detail.css
resources/views/changeShipping/content.blade.php
public/css/detail.css
View file @
9a0da6d4
...
@@ -80,10 +80,10 @@ li {
...
@@ -80,10 +80,10 @@ li {
.shipping-info
select
{
.shipping-info
select
{
width
:
150px
;
width
:
150px
;
}
}
.shipping-info
textarea
{
/*
.shipping-info textarea {
width: 300px;
width: 300px;
height: 100px;
height: 100px;
}
}
*/
.order-amount
select
,
.order-invoice
select
,
#inv_shipping_id
{
.order-amount
select
,
.order-invoice
select
,
#inv_shipping_id
{
height
:
28px
;
height
:
28px
;
...
...
resources/views/changeShipping/content.blade.php
View file @
9a0da6d4
...
@@ -19,30 +19,41 @@
...
@@ -19,30 +19,41 @@
<div
class=
"tabs-box shipping-info"
>
<div
class=
"tabs-box shipping-info"
>
<form
action=
"{{URL('changeShipping')}}"
method=
"POST"
>
<form
action=
"{{URL('changeShipping')}}"
method=
"POST"
>
<input
type=
"hidden"
name=
"order_id"
value=
"{{$detail['order_id']}}"
>
<input
type=
"hidden"
name=
"order_id"
value=
"{{$detail['order_id']}}"
>
<table
class=
"table"
>
<table
class=
"table
table-hover table-bordered
"
>
<caption><h3>
订单物流信息
</h3></caption>
<caption><h3>
订单物流信息
</h3></caption>
<tr>
<tr>
<td>
收货人
</td>
<th
width=
"10%"
>
配送方式
</th>
<td
colspan=
"3"
>
<label
class=
"radio-inline"
>
<input
type=
"radio"
name=
"shipping_type"
class=
"shipping_type"
value=
"1"
>
快递配送
</label>
<label
class=
"radio-inline"
>
<input
type=
"radio"
name=
"shipping_type"
class=
"shipping_type"
value=
"2"
>
上门自提
</label>
</td>
</tr>
<tr>
<th
width=
"10%"
>
收货人
</th>
<td><input
type=
"text"
name=
"consignee"
value=
"{{$detail['consignee']}}"
></td>
<td><input
type=
"text"
name=
"consignee"
value=
"{{$detail['consignee']}}"
></td>
<t
d>
联系电话
</td
>
<t
h
width=
"10%"
>
联系电话
</th
>
<td><input
type=
"text"
name=
"mobile"
value=
"{{$detail['mobile']}}"
></td>
<td><input
type=
"text"
name=
"mobile"
value=
"{{$detail['mobile']}}"
></td>
</tr>
</tr>
<tr
class=
"address-info"
>
<tr
class=
"address-info"
>
<td>
收货地址
</td>
<th
width=
"10%"
>
收货地址
</th>
<td><select
class=
"address s_province"
name=
"province"
default=
"{{$detail['province']}}"
></select></td>
<td
colspan=
"3"
>
<td><select
class=
"address s_city"
name=
"city"
default=
"{{$detail['city']}}"
></select></td>
<select
class=
"address s_province"
name=
"province"
default=
"{{$detail['province']}}"
></select>
<td><select
class=
"address s_county"
name=
"district"
default=
"{{$detail['district']}}"
></select></td>
<select
class=
"address s_city"
name=
"city"
default=
"{{$detail['city']}}"
></select>
<select
class=
"address s_county"
name=
"district"
default=
"{{$detail['district']}}"
></select>
</td>
</tr>
</tr>
<tr>
<tr>
<t
d>
详细地址
</td
>
<t
h
width=
"10%"
>
详细地址
</th
>
<td
colspan=
"3"
><textarea
name=
"address"
placeholder=
"请输入详细地址"
>
{{$detail['address']}}
</textarea></td>
<td
colspan=
"3"
><textarea
class=
"form-control"
name=
"address"
placeholder=
"请输入详细地址"
>
{{$detail['address']}}
</textarea></td>
</tr>
</tr>
<tr>
<tr>
<td><input
type=
"submit"
value=
"保存"
class=
"btn btn-success"
></td>
<td
colspan=
"4"
><input
type=
"submit"
value=
"保存"
class=
"btn btn-success"
></td>
<td></td>
<td></td>
<td></td>
</tr>
</tr>
</table>
</table>
</form>
</form>
...
...
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