<!DOCTYPE html>
|
<html lang='zh-cn'>
|
<head>
|
<meta http-equiv='Content-Type' content='text/html;charset=UTF-8'>
|
<title>出库打印单</title>
|
<style>
|
body {
|
text-align: center;
|
padding: 10px;
|
}
|
|
span {
|
padding-bottom: 10px;
|
}
|
|
.div-tit {
|
padding-top: 10px;
|
}
|
|
.fl {
|
float: left;
|
}
|
|
.fr {
|
float: right;
|
}
|
|
table {
|
width: 100%;
|
border-right: 1px solid;
|
border-bottom: 1px solid;
|
font-size: 12px;
|
}
|
|
table td {
|
border-left: 1px solid;
|
border-top: 1px solid;
|
height: 38px;
|
}
|
|
.td-bottom {
|
border-bottom: 1px solid;
|
}
|
</style>
|
|
</head>
|
<body>
|
<h1>义乌市中心粮库出库称重单</h1>
|
<span>时间:time</span>
|
<div class='div-tit'>
|
<span class='fl'>来往单位:customerName</span> <span class=''>单位编码:customerId</span><span class='fr'>流水号:serId</span>
|
</div>
|
|
<table cellspacing='0' cellpadding='0'>
|
<tr>
|
<td width='12.5%'>品种</td>
|
<td width='12.5%'>foodVariety</td>
|
<td width='12.5%'>承运车牌</td>
|
<td width='12.5%'>plateNum</td>
|
<td width='12.5%'>出库仓库</td>
|
<td width='12.5%'>depotName</td>
|
<td width='12.5%'>产地</td>
|
<td width='12.5%'>foodLocation</td>
|
</tr>
|
|
<tr>
|
<td>皮重(KG)</td>
|
<td>emptyWeight</td>
|
<td>毛重(KG)</td>
|
<td>fullWeight</td>
|
<td>净重(KG)</td>
|
<td>netWeight</td>
|
<td>水分增重(KG)</td>
|
<td>deWet</td>
|
</tr>
|
|
<tr>
|
<td>合同数量(KG)</td>
|
<td>planWeight</td>
|
<td class='td-bottom'>已提(KG)</td>
|
<td class='td-bottom'>completeWeight</td>
|
<td class='td-bottom'>完成百分比</td>
|
<td class='td-bottom'>completePer</td>
|
<td class='td-bottom'>结算净重(KG)</td>
|
<td class='td-bottom'>settleWeight</td>
|
</tr>
|
<tr>
|
<td>备注</td>
|
<td rowspan='7' colspan='7'>remark</td>
|
</tr>
|
</table>
|
<div class='div-tit'>
|
<span class='fl'>司磅员:weightUser</span> <span class=''>保管员:depotKeeper</span><span
|
class='fr'>承运人:driverName</span>
|
</div>
|
</body>
|
</html>
|