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
5d370327
authored
Aug 10, 2020
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
up
parent
61035c54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
resources/views/web/BomView.blade.php
resources/views/web/BomView.blade.php
View file @
5d370327
...
...
@@ -27,7 +27,7 @@
<tbody>
<tr>
<td>
BOM单号
</td>
<td>
{{$bomInfo->bom_
sn
}}
</td>
<td>
{{$bomInfo->bom_
name
}}
</td>
<td>
客户账号
</td>
<td>
{{$bomInfo->bomExtend ? $bomInfo->bomExtend->user_name : ""}}
</td>
<td>
创建时间
</td>
...
...
@@ -35,7 +35,7 @@
</tr>
<tr>
<td>
BOM名称
</td>
<td>
{{$bomInfo->
bom
_name}}
</td>
<td>
{{$bomInfo->
origin_file
_name}}
</td>
<td>
BOM套数
</td>
<td>
{{$bomInfo->amount}}
</td>
<td>
</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