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
f55bd7a9
authored
Sep 11, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整附加费展示明细
parent
6227ccb8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
public/js/add_order.js
resources/views/detail/changeOrder.blade.php
resources/views/detail/content.blade.php
public/js/add_order.js
View file @
f55bd7a9
...
@@ -293,7 +293,7 @@
...
@@ -293,7 +293,7 @@
// 添加到商品列表
// 添加到商品列表
$
(
'.add-to-lists'
).
click
(
function
()
{
$
(
'.add-to-lists'
).
click
(
function
()
{
var
goods_min_num
=
$
(
this
).
parents
(
'.sku-info'
).
find
(
'.
goods-min-num
'
).
text
();
var
goods_min_num
=
$
(
this
).
parents
(
'.sku-info'
).
find
(
'.
moq
'
).
text
();
var
goods_id
=
$
(
this
).
siblings
(
'.goods_id'
).
val
();
var
goods_id
=
$
(
this
).
siblings
(
'.goods_id'
).
val
();
var
type
=
$
(
this
).
siblings
(
'.goods_type'
).
val
();
var
type
=
$
(
this
).
siblings
(
'.goods_type'
).
val
();
var
delivery_place
=
1
;
// 1.大陆,2.香港 自营默认是大陆
var
delivery_place
=
1
;
// 1.大陆,2.香港 自营默认是大陆
...
...
resources/views/detail/changeOrder.blade.php
View file @
f55bd7a9
...
@@ -145,7 +145,10 @@
...
@@ -145,7 +145,10 @@
</td>
</td>
<input
type=
"hidden"
name=
"change_extend_fee[{{$k}}][count]"
value=
"{{$v['count']}}"
>
<input
type=
"hidden"
name=
"change_extend_fee[{{$k}}][count]"
value=
"{{$v['count']}}"
>
<input
type=
"hidden"
name=
"change_extend_fee[{{$k}}][ladder_max]"
value=
"{{$v['ladder_max']}}"
>
@if (isset($v['ladder_max']))
<input
type=
"hidden"
name=
"change_extend_fee[{{$k}}][ladder_max]"
value=
"{{$v['ladder_max']}}"
>
@endif
</tr>
</tr>
@endforeach
@endforeach
</tbody>
</tbody>
...
...
resources/views/detail/content.blade.php
View file @
f55bd7a9
...
@@ -383,7 +383,7 @@
...
@@ -383,7 +383,7 @@
<th>
采购数量
</th>
<th>
采购数量
</th>
<th>
采购单价
</th>
<th>
采购单价
</th>
<!-- <th>采购小计</th> -->
<!-- <th>采购小计</th> -->
<th>
优惠
单价
</th>
<th>
均摊后
单价
</th>
<th>
小计
</th>
<th>
小计
</th>
<th>
货期
</th>
<th>
货期
</th>
<th>
供应商
</th>
<th>
供应商
</th>
...
...
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