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
e8077b34
authored
Mar 19, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
下单页面列表添加采购员、批次
parent
cb3b2bd5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
9 deletions
public/js/add_order.js
resources/views/addOrder/content.blade.php
public/js/add_order.js
View file @
e8077b34
...
...
@@ -824,8 +824,10 @@
if
(
goods_type
==
1
)
{
html
+=
'<td>'
+
list
[
i
].
supplier_name
+
'</td>'
;
}
html
+=
'<td><a class="btn btn-danger btn-xs remove-goods">删除</a></td>'
+
html
+=
'<td>'
+
list
[
i
].
buyer_id
+
'</td>'
;
html
+=
'<td>'
+
list
[
i
].
batch
+
'</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/addOrder/content.blade.php
View file @
e8077b34
...
...
@@ -339,14 +339,16 @@
<thead>
<tr>
<th
width=
"5%"
>
序号
</th>
<th
width=
"1
5
%"
>
SKUID
</th>
<th
width=
"
20
%"
>
商品名称
</th>
<th
width=
"1
0
%"
>
SKUID
</th>
<th
width=
"
15
%"
>
商品名称
</th>
<th
width=
"10%"
>
制造商
</th>
<th
width=
"10%"
>
采购数量
</th>
<th
width=
"10%"
>
采购单价
</th>
<th
width=
"10%"
>
小计
</th>
<th
width=
"10%"
>
货期
</th>
<th
width=
"10%"
>
供应商
</th>
<th
width=
"8%"
>
采购数量
</th>
<th
width=
"7%"
>
采购单价
</th>
<th
width=
"7%"
>
小计
</th>
<th
width=
"7%"
>
货期
</th>
<th
width=
"7%"
>
供应商
</th>
<th
width=
"7%"
>
采购员
</th>
<th
width=
"10%"
>
批次
</th>
<th
width=
"5%"
>
操作
</th>
</tr>
</thead>
...
...
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