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
5e83cc21
authored
Nov 22, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
自营下单去掉供应商列
parent
976c8fc5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
public/js/add_order.js
resources/views/addOffline/content.blade.php
resources/views/addOnline/content.blade.php
public/js/add_order.js
View file @
5e83cc21
...
...
@@ -821,7 +821,7 @@
'<td class="goods_amount">'
+
list
[
i
].
goods_amount_format
+
'</td>'
+
'<td>'
+
list
[
i
].
delivery_time
+
'</td>'
;
if
(
role
!=
7
)
{
if
(
goods_type
==
1
)
{
html
+=
'<td>'
+
list
[
i
].
supplier_name
+
'</td>'
;
}
...
...
resources/views/addOffline/content.blade.php
View file @
5e83cc21
...
...
@@ -198,7 +198,7 @@
<th
width=
"10%"
>
采购单价
</th>
<th
width=
"10%"
>
小计
</th>
<th
width=
"6%"
>
货期
</th>
<
th
width=
"10%"
>
供应商
</th
>
<
!-- <th width="10%">供应商</th> --
>
<th
width=
"5%"
>
操作
</th>
</tr>
</thead>
...
...
@@ -210,7 +210,7 @@
<!-- 订单金额 -->
<div
class=
"amount-section"
>
<p>
(95折后)
应付金额:
<span
class=
"text-danger order_amount"
></span></p>
<p>
应付金额:
<span
class=
"text-danger order_amount"
></span></p>
</div>
</div>
...
...
resources/views/addOnline/content.blade.php
View file @
5e83cc21
...
...
@@ -339,7 +339,7 @@
<th
width=
"6%"
>
货期
</th>
<!-- 自营客服过滤供应商 -->
@if ($role != 7)
<
th
width=
"10%"
>
供应商
</th
>
<
!-- <th width="10%">供应商</th> --
>
@endif
<th
width=
"5%"
>
操作
</th>
</tr>
...
...
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