Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
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
119c17b3
authored
Jun 23, 2022
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改
parent
f6e6c6c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
resources/views/web/PrintSupplier.blade.php
resources/views/web/PrintSupplier.blade.php
View file @
119c17b3
...
@@ -91,13 +91,20 @@
...
@@ -91,13 +91,20 @@
<tr>
<tr>
<td
width=
"20%"
colspan=
"1"
>
注册资金
</td>
<td
width=
"20%"
colspan=
"1"
>
注册资金
</td>
<td
width=
"80%"
colspan=
"5"
<td
width=
"80%"
colspan=
"5"
style=
"text-align: left;padding-left: 20px"
>
{{$printData['registered_capital']
}}万
style=
"text-align: left;padding-left: 20px"
>
{{$printData['registered_capital']
?$printData['registered_capital'].'万':''}}
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
width=
"20%"
colspan=
"1"
>
是否历史经营异常
</td>
<td
width=
"20%"
colspan=
"1"
>
是否历史经营异常
</td>
<td
width=
"80%"
colspan=
"5"
<td
width=
"80%"
colspan=
"5"
style=
"text-align: left;padding-left: 20px"
>
{{$printData['is_business_abnormal']==1?'是':'否'}}
style=
"text-align: left;padding-left: 20px"
>
@if ($printData['is_business_abnormal']==1)
是
@elseif ($printData['is_business_abnormal']==-1)
否
@else
@endif
</td>
</td>
</tr>
</tr>
<tr>
<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