Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
php_frq_api
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
a254ff9c
authored
Apr 01, 2021
by
hcy001
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1
parent
5bd1ae42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
resources/views/pdf/sale.blade.php
resources/views/pdf/sale.blade.php
View file @
a254ff9c
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
ichunt.com--
{$data['order_sn']}
</title>
<title>
ichunt.com--
销售报价单
</title>
<style
type=
"text/css"
media=
"screen"
>
*
{
font-family
:
"simsun"
;
font-weight
:
normal
;
margin
:
0px
;
padding
:
0px
;
}
/*.pdf-box{margin:0 auto;font-size: 14px;color:#333;width:900px;padding:50px;}*/
...
...
@@ -106,7 +106,19 @@
</table>
</div>
<div
class=
"footer"
style=
"padding-top: 20px;"
>
<img
src=
"http://api.ichunt.com/public/img/contract.png"
width=
'150'
height=
'150'
>
<img
src=
"http://api.ichunt.com/public/img/contract.png"
width=
'150'
height=
'150'
style=
"top:
<?php
switch
(
count
(
$itemsArr
)){
case
3
:
echo
"-10px;"
;
break
;
case
4
:
echo
"40px;"
;
break
;
default
:
echo
"0px"
;
break
;
}
?>
"
>
<b
style=
"font-size: 18px;font-weight: bold;color:#000;"
>
条款和说明:
<br>
Terms and conditions:
</b>
<br>
1.>
<span
class=
"pr30"
>
付款方式:月结30天
</span>
...
...
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