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
1981c813
authored
Jun 18, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整自营审单
parent
a7b27c99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
resources/views/changeOrder/content.blade.php
resources/views/changeOrder/content.blade.php
View file @
1981c813
...
...
@@ -137,7 +137,9 @@
<th
width=
"10%"
>
供应商
</th>
<th
width=
"10%"
>
型号
</th>
<th
width=
"10%"
>
品牌
</th>
<th
width=
"11%"
>
标准品牌
</th>
@if ($order_info['order_goods_type'] == 1)
<th
width=
"11%"
>
标准品牌
</th>
@endif
<th
width=
"10%"
>
调整数量
</th>
<th
width=
"10%"
>
调整单价
</th>
<!-- 销售类型为预售时展示 -->
...
...
@@ -168,6 +170,7 @@
<input
class=
"change_brand_name"
type=
"hidden"
name=
"change_info[{{$v['rec_id']}}][brand_name]"
value=
"{{$v['brand_name']}}"
>
<p>
{{$v['brand_name']}}
</p>
</td>
@if ($order_info['order_goods_type'] == 1)
<td>
<input
type=
"hidden"
class=
"change_standard_brand_id"
name=
"change_info[{{$v['rec_id']}}][standard_brand_id]"
value=
"{{$v['standard_brand_id']}}"
/>
@if ($v['standard_brand_name'] || $v['status'] == -1)
...
...
@@ -178,6 +181,7 @@
<i
class=
"fa fa-exclamation-triangle fa-2x select-standard-brand"
aria-hidden=
"true"
data-type=
2
></i>
@endif
</td>
@endif
<td>
<input
class=
"only_number num change_goods_number"
name=
"change_info[{{$v['rec_id']}}][goods_number]"
value=
"{{$v['goods_number']}}"
<?=
$v
[
'status'
]
==
-
1
?
'readonly'
:
''
?>
>
</td>
...
...
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