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
f6e6c6c0
authored
Jun 23, 2022
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改打印页面
parent
856f51c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
6 deletions
resources/views/web/PrintSupplier.blade.php
resources/views/web/PrintSupplier.blade.php
View file @
f6e6c6c0
...
...
@@ -7,7 +7,7 @@
</head>
<style>
td
{
height
:
3
5
px
!important
;
height
:
3
2
px
!important
;
}
/*.title-td {*/
...
...
@@ -89,6 +89,23 @@
style=
"text-align: left;padding-left: 20px"
>
{{$printData['tax_number']}}
</td>
</tr>
<tr>
<td
width=
"20%"
colspan=
"1"
>
注册资金
</td>
<td
width=
"80%"
colspan=
"5"
style=
"text-align: left;padding-left: 20px"
>
{{$printData['registered_capital']}}万
</td>
</tr>
<tr>
<td
width=
"20%"
colspan=
"1"
>
是否历史经营异常
</td>
<td
width=
"80%"
colspan=
"5"
style=
"text-align: left;padding-left: 20px"
>
{{$printData['is_business_abnormal']==1?'是':'否'}}
</td>
</tr>
<tr>
<td
width=
"20%"
colspan=
"1"
>
供应商营业税号
</td>
<td
width=
"80%"
colspan=
"5"
style=
"text-align: left;padding-left: 20px"
>
{{$printData['tax_number']}}
</td>
</tr>
<tr>
<td
width=
"20%"
colspan=
"1"
>
供应商成立时间*
</td>
<td
width=
"80%"
colspan=
"5"
style=
"text-align: left;padding-left: 20px"
>
{{$printData['established_time']}}
</td>
...
...
@@ -114,11 +131,11 @@
</tr>
<tr>
<td
width=
"20%"
colspan=
"1"
>
账期详情*
</td>
{{--
<td
width=
"20%"
colspan=
"1"
></td>
--}}
{{--
<td
width=
"20%"
colspan=
"1"
></td>
--}}
<td
width=
"80%"
colspan=
"5"
>
{{$printData['pay_type_name'] or ''}}
</td>
{{-- style="text-align: left;padding-left: 20px">{{$printData['pay_type_name'] or ''}}
</td>
--}}
{{--
<td
width=
"80%"
colspan=
"5"
--
}}
{{
--
style=
"text-align: left;padding-left: 20px"
></td>
--}}
{{-- style="text-align: left;padding-left: 20px">{{$printData['pay_type_name'] or ''}}
</td>
--}}
{{--
<td
width=
"80%"
colspan=
"5"
--
}}
{{
--
style=
"text-align: left;padding-left: 20px"
></td>
--}}
</tr>
<tr>
<td
width=
"20%"
colspan=
"1"
>
业务负责人
</td>
...
...
@@ -151,7 +168,7 @@
</tr>
</table>
<table
border=
"1"
style=
"width: 100%;"
>
<table
border=
"1"
style=
"width: 100%;"
>
<tr>
<td
width=
"16.6%"
colspan=
"1"
>
主管审批 :
</td>
<td
width=
"16.6%"
colspan=
"1"
></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