sgj
2026-03-25 a1282a38396443dff9b8406d1b7145cebdb5259d
fzzy-igdss-web/src/main/resources/templates/print/pay.html
@@ -2,7 +2,7 @@
<html lang='zh-cn'>
<head>
    <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'>
    <meta content='text/html;charset=UTF-8' http-equiv='Content-Type'>
    <title>结算单</title>
    <style>
        body {text-align: center;padding: 10px;font-family: '宋体';}  .tit {font-size: 24px;flex-grow: 1;text-align: center;}  .div-tit {padding-top: 6px;}  table {width: 100%;border-right: 1px solid;border-bottom: 1px solid;font-size: 14px;border-collapse: collapse;}  table td {border-left: 1px solid;border-top: 1px solid;height: 32px;}  .sp1 {width: 33%;float: left;padding-bottom: 5px;}  .sp2 {width: 25%;float: left;text-align: center;}  .sp3 {width: 16.6%;float: left;text-align: center;}  .txt-left {text-align: left;}  .txt-center {text-align: center;}  .txt-right {text-align: right;}
@@ -12,16 +12,16 @@
<body>
<h1 class='tit'><u>[billTitle]</u></h1>
<div class='div-tit'><span class='sp1 txt-left'>库区名称:[deptId]</span><span class='sp1 txt-center'>单据号:[id]</span><span class='sp1 txt-right'>打印时间:[payTime]</span></div>
<table cellspacing='0' cellpadding='0'>
<table cellpadding='0' cellspacing='0'>
    <tr>
        <td>客户名称</td>
        <td colspan='7'>[customerName]</td>
    </tr>
    <tr>
        <td width='12.5%'>承运人</td>
        <td width='37.5%' colspan='3'>[userName]</td>
        <td colspan='3' width='37.5%'>[userName]</td>
        <td width='12.5%'>联系电话</td>
        <td width='37.5%' colspan='3'>[userContact]</td>
        <td colspan='3' width='37.5%'>[userContact]</td>
    </tr>
    <tr>
        <td>身份证号码</td>