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
a7df695d
authored
Oct 26, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加附加费
parent
54aa24ca
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
2 deletions
config/website.php
public/css/detail.css
public/js/add_order.js
resources/views/addOnline/content.blade.php
resources/views/addOrder/content.blade.php
config/website.php
View file @
a7df695d
...
@@ -10,7 +10,7 @@ return [
...
@@ -10,7 +10,7 @@ return [
'search'
=>
'http://'
.
env
(
'LOGIN_DOMAIN'
,
''
)
.
'/api/search'
,
'search'
=>
'http://'
.
env
(
'LOGIN_DOMAIN'
,
''
)
.
'/api/search'
,
],
],
'domain'
=>
'liexin.
com
'
,
'domain'
=>
'liexin.
net
'
,
// 订单系统
// 订单系统
'order_url'
=>
'http://order.liexin.net'
,
'order_url'
=>
'http://order.liexin.net'
,
...
...
public/css/detail.css
View file @
a7df695d
...
@@ -152,7 +152,7 @@ li {
...
@@ -152,7 +152,7 @@ li {
padding
:
5px
;
padding
:
5px
;
resize
:
none
;
resize
:
none
;
}
}
.preferential_price
{
/* 优惠金额
*/
.preferential_price
,
.extend_fee
{
/* 优惠金额、附加费
*/
display
:
none
;
display
:
none
;
}
}
...
...
public/js/add_order.js
View file @
a7df695d
...
@@ -647,6 +647,11 @@
...
@@ -647,6 +647,11 @@
$
(
'.preferential_price_val'
).
empty
().
text
(
data
.
preferential_price_format
);
$
(
'.preferential_price_val'
).
empty
().
text
(
data
.
preferential_price_format
);
}
}
if
(
data
.
extend_fee
)
{
$
(
'.extend_fee'
).
show
();
$
(
'.extend_fee_val'
).
empty
().
text
(
data
.
extend_fee_format
);
// 附加费
}
if
(
goods_type
==
2
&&
address_id
)
{
if
(
goods_type
==
2
&&
address_id
)
{
$
(
'.express_fee_val'
).
empty
().
text
(
data
.
finally_shipping_price_format
);
// 运费
$
(
'.express_fee_val'
).
empty
().
text
(
data
.
finally_shipping_price_format
);
// 运费
}
}
...
...
resources/views/addOnline/content.blade.php
View file @
a7df695d
...
@@ -374,6 +374,11 @@
...
@@ -374,6 +374,11 @@
<p
class=
"con-val preferential_price_val"
>
0.00
</p>
<p
class=
"con-val preferential_price_val"
>
0.00
</p>
</div>
</div>
<div
class=
"row extend_fee"
>
<p
class=
"con-title"
><span>
附加费:
</span></p>
<p
class=
"con-val extend_fee_val"
>
0.00
</p>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<p
class=
"con-title"
><span>
运费:
</span></p>
<p
class=
"con-title"
><span>
运费:
</span></p>
<p
class=
"con-val express_fee_val"
>
0.00
</p>
<p
class=
"con-val express_fee_val"
>
0.00
</p>
...
...
resources/views/addOrder/content.blade.php
View file @
a7df695d
...
@@ -394,6 +394,11 @@
...
@@ -394,6 +394,11 @@
<p
class=
"con-val preferential_price_val"
>
0.00
</p>
<p
class=
"con-val preferential_price_val"
>
0.00
</p>
</div>
</div>
<div
class=
"row extend_fee"
>
<p
class=
"con-title"
><span>
附加费:
</span></p>
<p
class=
"con-val extend_fee_val"
>
0.00
</p>
</div>
<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>
...
...
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