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
67628772
authored
Oct 12, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整后台下单备注位置
parent
54bf524d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
25 deletions
public/css/detail.css
resources/views/addOffline/content.blade.php
resources/views/addOnline/content.blade.php
resources/views/addOrder/content.blade.php
resources/views/detail/content.blade.php
public/css/detail.css
View file @
67628772
...
@@ -151,7 +151,6 @@ li {
...
@@ -151,7 +151,6 @@ li {
border-radius
:
4px
;
border-radius
:
4px
;
padding
:
5px
;
padding
:
5px
;
resize
:
none
;
resize
:
none
;
margin-bottom
:
10px
;
}
}
.preferential_price
{
/* 优惠金额 */
.preferential_price
{
/* 优惠金额 */
display
:
none
;
display
:
none
;
...
...
resources/views/addOffline/content.blade.php
View file @
67628772
...
@@ -196,12 +196,16 @@
...
@@ -196,12 +196,16 @@
</tr>
</tr>
</thead>
</thead>
<tbody></tbody>
<tbody></tbody>
<tfoot>
<tr>
<td
colspan=
"9"
><textarea
name=
"remark"
id=
"remark"
class=
"form-control"
placeholder=
"填写订单备注信息"
></textarea></td>
</tr>
</tfoot>
</table>
</table>
</div>
</div>
<!-- 订单金额 -->
<!-- 订单金额 -->
<div
class=
"amount-section"
>
<div
class=
"amount-section"
>
<textarea
name=
"remark"
id=
"remark"
cols=
"30"
rows=
"3"
placeholder=
"填写订单备注信息"
></textarea>
<p>
应付金额:
<span
class=
"text-danger order_amount"
></span></p>
<p>
应付金额:
<span
class=
"text-danger order_amount"
></span></p>
</div>
</div>
</div>
</div>
...
...
resources/views/addOnline/content.blade.php
View file @
67628772
...
@@ -342,6 +342,13 @@
...
@@ -342,6 +342,13 @@
</tr>
</tr>
</thead>
</thead>
<tbody></tbody>
<tbody></tbody>
<tfoot>
<tr>
<td
colspan=
"9"
>
<textarea
name=
"remark"
id=
"remark"
class=
"form-control"
placeholder=
"填写订单备注信息"
></textarea>
</td>
</tr>
</tfoot>
</table>
</table>
</div>
</div>
</div>
</div>
...
@@ -380,12 +387,7 @@
...
@@ -380,12 +387,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<p
class=
"con-title"
><span>
应付金额:
</span></p>
<p
class=
"con-title"
><span>
应付金额:
</span></p>
<p
class=
"con-val text-danger order_amount"
></p>
<p
class=
"con-val text-danger order_amount"
></p>
</div>
</div>
<div
class=
"row"
>
<p
class=
"con-title"
><span>
备注信息:
</span></p>
<textarea
name=
"remark"
id=
"remark"
cols=
"50"
rows=
"3"
placeholder=
"填写订单备注信息"
></textarea>
</div>
</div>
</div>
</div>
</div>
...
...
resources/views/addOrder/content.blade.php
View file @
67628772
...
@@ -362,6 +362,13 @@
...
@@ -362,6 +362,13 @@
</tr>
</tr>
</thead>
</thead>
<tbody></tbody>
<tbody></tbody>
<tfoot>
<tr>
<td
colspan=
"9"
>
<textarea
name=
"remark"
id=
"remark"
class=
"form-control"
placeholder=
"填写订单备注信息"
></textarea>
</td>
</tr>
</tfoot>
</table>
</table>
</div>
</div>
</div>
</div>
...
@@ -395,12 +402,7 @@
...
@@ -395,12 +402,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<p
class=
"con-title"
><span>
应付金额:
</span></p>
<p
class=
"con-title"
><span>
应付金额:
</span></p>
<p
class=
"con-val text-danger order_amount"
></p>
<p
class=
"con-val text-danger order_amount"
></p>
</div>
</div>
<div
class=
"row"
>
<p
class=
"con-title"
><span>
备注信息:
</span></p>
<textarea
name=
"remark"
id=
"remark"
cols=
"50"
rows=
"3"
placeholder=
"填写订单备注信息"
></textarea>
</div>
</div>
</div>
</div>
</div>
...
...
resources/views/detail/content.blade.php
View file @
67628772
...
@@ -457,20 +457,17 @@
...
@@ -457,20 +457,17 @@
@endforeach
@endforeach
@endif
@endif
</tbody>
</tbody>
<tfoot>
@if ($order_info['order_remark'])
<tr>
<td>
订单备注信息:
</td>
<td
colspan=
"8"
>
{{$order_info['order_remark']}}
</td>
</tr>
@endif
</tfoot>
</table>
</table>
</div>
</div>
@if ($order_info['order_remark'])
<div
class=
"tabs-box"
>
<table
class=
"table table-bordered table-hover"
"
>
<tr>
<td
width=
"10%"
>
订单备注信息:
</td>
<td>
{{$order_info['order_remark']}}
</td>
</tr>
</table>
</div>
@endif
<div
class=
"tabs-box order-total"
>
<div
class=
"tabs-box order-total"
>
<div>
<div>
<table>
<table>
...
...
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