sgj
2026-02-26 abf0b44fe291299f8440b84cc185a1205ece7096
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!doctypehtml>
<html lang=zh-cn>
<meta content="text/html;charset=UTF-8" http-equiv=Content-Type>
<title>入库过磅单</title>
<style>body {
    text-align: center;
    padding: 10px
}
 
.tit {
    margin: 10px;
    font-size: 24px;
    font-family: '宋体';
    padding-top: 15px
}
 
.div-tit {
    padding-top: 10px
}
 
table {
    width: 100%;
    border-bottom: 1px solid;
    font-size: 14px
}
 
table td {
    border-left: 1px solid;
    border-top: 1px solid;
    height: 38px
}
 
.sp1 {
    width: 33%;
    float: left;
    padding-bottom: 10px
}
 
.sp2 {
    width: 25%;
    float: left;
    text-align: center
}
 
.no-border td {
    border: none
}
 
.border_right {
    border-right: 1px solid
}</style>
<h1 class=tit>billTitle</h1>
<table cellpadding=0 cellspacing=0>
    <tr class=no-border>
        <td colspan=2>磅单号:serId
        <td colspan=2>单位:KG
        <td colspan=2>打印日期:printTime
    <tr>
        <td>车牌号
        <td>plateNum
        <td>货物名称
        <td>foodVariety
        <td>所属仓库
        <td class=border_right>depotName
    <tr>
        <td>毛重时间
        <td>fullTime
        <td>毛重
        <td>fullWeight
        <td>单价(元/KG)
        <td class=border_right>price
    <tr>
        <td>皮重时间
        <td>emptyTime
        <td>皮重
        <td>emptyWeight
        <td>结算金额
        <td class=border_right>settleMoney
    <tr>
        <td>扣重(杂)
        <td>
        <td>净重
        <td>netWeight
        <td>客户名称
        <td class=border_right>customerName
    <tr>
        <td>水分
        <td>
        <td>备注
        <td class=border_right colspan=3>remark
    <tr>
        <td>制表人
        <td>createUser
        <td>司机签名
        <td>
        <td>司机电话
        <td class=border_right>userContact
</table>
<div style=padding-top:10px><span></span></div>