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
c975c3e3
authored
Jul 25, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
temp
parent
06921702
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
public/js/add_order.js
resources/views/addOnline/content.blade.php
public/js/add_order.js
View file @
c975c3e3
...
...
@@ -795,9 +795,13 @@
html
+=
'<td><input type="text" class="goods_num" name="goods_num" value="'
+
list
[
i
].
goods_number
+
'"></td>'
+
'<td class="goods_price">'
+
list
[
i
].
goods_price
+
'</td>'
+
'<td class="goods_amount">'
+
list
[
i
].
goods_amount_format
+
'</td>'
+
'<td>'
+
list
[
i
].
delivery_time
+
'</td>'
+
'<td>'
+
list
[
i
].
supplier_name
+
'</td>'
+
'<td><a class="btn btn-danger btn-xs remove-goods">删除</a></td>'
+
'<td>'
+
list
[
i
].
delivery_time
+
'</td>'
;
if
(
role
!=
7
)
{
html
+=
'<td>'
+
list
[
i
].
supplier_name
+
'</td>'
;
}
html
+=
'<td><a class="btn btn-danger btn-xs remove-goods">删除</a></td>'
+
'</tr>'
;
cart_ids
.
push
(
list
[
i
].
cart_id
);
// 购物车ID集合
...
...
resources/views/addOnline/content.blade.php
View file @
c975c3e3
...
...
@@ -255,12 +255,15 @@
</div>
<div
class=
"row"
>
<!-- 自营客服过滤供应商 -->
@if ($role != 7)
<div
class=
"col-sm-6"
>
<div
class=
"form-group"
>
<span>
供应商:
</span>
<span
class=
"supplier_name"
></span>
</div>
</div>
@endif
<div
class=
"col-sm-6"
>
<div
class=
"form-group"
>
...
...
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