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
582cd72b
authored
Nov 13, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_adjust_20181026' into development
parents
1d6c6a50
e6f0b724
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
public/css/detail.css
resources/views/detail/changeOrder.blade.php
public/css/detail.css
View file @
582cd72b
...
...
@@ -222,7 +222,7 @@ li {
.test-order
{
width
:
130px
!important
;
}
.Wdate
{
width
:
9
0px
!important
;
}
.Wdate
{
width
:
8
0px
!important
;
}
.btn-group
{
width
:
220px
;
}
...
...
resources/views/detail/changeOrder.blade.php
View file @
582cd72b
...
...
@@ -2,7 +2,7 @@
<div
class=
"tabs-box"
>
<div
class=
"order-change-main"
>
@if ($order_info['status'] == 1)
<form
id=
"checkOrderForm"
class=
"form-horizontal"
>
<form
id=
"checkOrderForm"
class=
"form-horizontal
table-responsive
"
>
<input
type=
"hidden"
name=
"order_sn"
value=
"{{$order_info['order_sn']}}"
>
<input
type=
"hidden"
name=
"user_id"
value=
"{{$order_info['user_id']}}"
>
<input
type=
"hidden"
name=
"order_id"
value=
"{{$order_info['order_id']}}"
>
...
...
@@ -348,7 +348,7 @@
<div
class=
"tabs-box adjusted_order"
style=
"display: none;"
>
<div
class=
"order-change-main"
>
<form
id=
"adjustedOrderForm"
class=
"form-horizontal"
>
<form
id=
"adjustedOrderForm"
class=
"form-horizontal
table-responsive
"
>
<input
type=
"hidden"
name=
"order_id"
value=
"{{$order_info['order_id']}}"
>
<input
type=
"hidden"
name=
"sale_id"
value=
"{{$order_info['sale_id']}}"
>
<input
type=
"hidden"
name=
"extra_fee"
value=
"{{$order_temp_info['extra_fee']}}"
>
...
...
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