|
@@ -1,317 +1,317 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
- <head>
|
|
|
- <meta charset="utf-8">
|
|
|
- <title></title>
|
|
|
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
- <title>营业执照副本打印</title>
|
|
|
- <meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
|
- <style>
|
|
|
- @font-face {
|
|
|
- font-family: 'HYB1GJ';
|
|
|
- src: url('/rlzy/css/hyzhj.ttf');
|
|
|
- }
|
|
|
- @font-face {
|
|
|
- font-family:'HYSS2J';
|
|
|
- src: url('/rlzy/css/hyss2j.ttf');
|
|
|
- }
|
|
|
- body{
|
|
|
+<head>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <title></title>
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
+ <title>营业执照副本打印</title>
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
|
+ <style>
|
|
|
+ @font-face {
|
|
|
+ font-family: 'HYB1GJ';
|
|
|
+ src: url('/rlzy/css/hyzhj.ttf');
|
|
|
+ }
|
|
|
+ @font-face {
|
|
|
+ font-family:'HYSS2J';
|
|
|
+ src: url('/rlzy/css/hyss2j.ttf');
|
|
|
+ }
|
|
|
+ body{
|
|
|
|
|
|
- width:100%;
|
|
|
- height:100%;
|
|
|
- }
|
|
|
- .main{
|
|
|
- width:3508px;
|
|
|
- height:4961px;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
- /* 副本编号 */
|
|
|
- .fbbh{
|
|
|
- position: absolute;
|
|
|
- top:calc(25%);
|
|
|
- left: calc(13% + 10px);
|
|
|
- font-size: 60px;
|
|
|
- /* font-weight: bold; */
|
|
|
- padding-left: 240px;
|
|
|
- }
|
|
|
- /* 名称 */
|
|
|
- .mc{
|
|
|
- position: absolute;
|
|
|
- top:calc(33%);
|
|
|
- left:calc(5% + 10px);
|
|
|
- display: flex;
|
|
|
- }
|
|
|
- .mc div:first-child{
|
|
|
- font-family: 'HYB1GJ';
|
|
|
- font-size:70px ;
|
|
|
- width: 400px;
|
|
|
- display: none;
|
|
|
- justify-content: space-between;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- .mc div:last-child{
|
|
|
- font-family: 'HYSS2J';
|
|
|
- margin-left: 480px;
|
|
|
- font-size: 60px;
|
|
|
- margin-top:10px
|
|
|
- }
|
|
|
- /* 类型 */
|
|
|
- .lx{
|
|
|
- position: absolute;
|
|
|
- top:calc(33% + 130px);
|
|
|
- left:calc(5% + 10px);
|
|
|
- display: flex;
|
|
|
- }
|
|
|
- .lx div:first-child{
|
|
|
- font-family: 'HYB1GJ';
|
|
|
- font-size:60px ;
|
|
|
- width: 400px;
|
|
|
- display: none;
|
|
|
- justify-content: space-between;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- .lx div:last-child{
|
|
|
- font-family: 'HYSS2J';
|
|
|
- margin-left: 470px;
|
|
|
- font-size: 60px;
|
|
|
- margin-top:10px
|
|
|
- }
|
|
|
- /* 法定代表人 */
|
|
|
- .fddbr{
|
|
|
- position: absolute;
|
|
|
- top:calc(33% + 282px);
|
|
|
- left:calc(5% + 10px);
|
|
|
- display: flex;
|
|
|
- }
|
|
|
- .fddbr div:first-child{
|
|
|
- font-family: 'HYB1GJ';
|
|
|
- font-size:60px ;
|
|
|
- width: 400px;
|
|
|
- display: none;
|
|
|
- justify-content: space-between;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- .fddbr div:last-child{
|
|
|
- font-family: 'HYSS2J';
|
|
|
- margin-left: 470px;
|
|
|
- font-size: 60px;
|
|
|
- margin-top:10px
|
|
|
- }
|
|
|
- /* 经营范围 */
|
|
|
- .jyfw{
|
|
|
- position: absolute;
|
|
|
- top:calc(53% + 16px );
|
|
|
- left:calc(5% + 10px);
|
|
|
- display: flex;
|
|
|
- }
|
|
|
- .jyfw div:first-child{
|
|
|
- font-family: 'HYB1GJ';
|
|
|
- font-size:60px ;
|
|
|
- width: 310px;
|
|
|
- display: none;
|
|
|
- justify-content: space-between;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- .jyfw div:last-child{
|
|
|
- font-family: 'HYSS2J';
|
|
|
- margin-left: 470px;
|
|
|
- font-size: 60px;
|
|
|
- margin-top:10px;
|
|
|
- width: 1700px;
|
|
|
- }
|
|
|
- /* 机构性质 */
|
|
|
- .jgxz{
|
|
|
- position: absolute;
|
|
|
- top:calc(53% + 146px);
|
|
|
- left:calc(5% + 10px);
|
|
|
- display: flex;
|
|
|
- }
|
|
|
- .jgxz div:first-child{
|
|
|
- font-family: 'HYB1GJ';
|
|
|
- font-size:60px ;
|
|
|
- width: 310px;
|
|
|
- display: none;
|
|
|
- justify-content: space-between;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- .jgxz div:last-child{
|
|
|
- font-family: 'HYSS2J';
|
|
|
- margin-left: 470px;
|
|
|
- font-size: 60px;
|
|
|
- margin-top:10px;
|
|
|
- width: 1700px;
|
|
|
- }
|
|
|
- /* 许可文号 */
|
|
|
- .xkwh{
|
|
|
- position: absolute;
|
|
|
- top:calc(53% + 276px);
|
|
|
- left:calc(5% + 10px);
|
|
|
- display: flex;
|
|
|
- }
|
|
|
- .xkwh div:first-child{
|
|
|
- font-family: 'HYB1GJ';
|
|
|
- font-size:60px ;
|
|
|
- width: 310px;
|
|
|
- display: none;
|
|
|
- justify-content: space-between;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- .xkwh div:last-child{
|
|
|
- font-family: 'HYSS2J';
|
|
|
- margin-left: 470px;
|
|
|
- font-size: 60px;
|
|
|
- margin-top:10px;
|
|
|
- width: 1700px;
|
|
|
- }
|
|
|
- /* 服务范围 */
|
|
|
- .fwfw{
|
|
|
- position: absolute;
|
|
|
- top:calc(53% + 410px);
|
|
|
- left:calc(5% + 10px);
|
|
|
- display: flex;
|
|
|
- }
|
|
|
- .fwfw div:first-child{
|
|
|
- font-family: 'HYB1GJ';
|
|
|
- font-size:60px ;
|
|
|
- width: 310px;
|
|
|
- display: none;
|
|
|
- justify-content: space-between;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- .fwfw div:last-child{
|
|
|
- font-family: 'HYSS2J';
|
|
|
- margin-left: 470px;
|
|
|
- font-size: 60px;
|
|
|
- margin-top:10px;
|
|
|
- width: 1700px;
|
|
|
- }
|
|
|
- /* 发证日期 */
|
|
|
- .fzrq{
|
|
|
- position: absolute;
|
|
|
- top:calc(27% + 1290px);
|
|
|
- left:calc(53% + 18px);
|
|
|
- display: flex;
|
|
|
- }
|
|
|
- .fzrq div:first-child{
|
|
|
- font-family: 'HYB1GJ';
|
|
|
- font-size:60px ;
|
|
|
- width: 310px;
|
|
|
- display: none;
|
|
|
- justify-content: space-between;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- /* 有效期限 */
|
|
|
- .yxqx{
|
|
|
- position: absolute;
|
|
|
- top:calc(27% + 1390px);
|
|
|
- left:calc(53% + 18px);
|
|
|
- display: flex;
|
|
|
- }
|
|
|
- .yxqx div:first-child{
|
|
|
- font-family: 'HYB1GJ';
|
|
|
- font-size:50px ;
|
|
|
- width: 310px;
|
|
|
- display: none;
|
|
|
- justify-content: space-between;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- .rq{
|
|
|
- font-size: 50px;
|
|
|
- /* font-weight: bold; */
|
|
|
- margin-left: 360px;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
- .rq span:first-child{
|
|
|
- position: absolute;
|
|
|
- left:0px;
|
|
|
- }
|
|
|
- .rq span:nth-child(2){
|
|
|
- position: absolute;
|
|
|
- left:280px;
|
|
|
+ width:100%;
|
|
|
+ height:100%;
|
|
|
+ }
|
|
|
+ .main{
|
|
|
+ height:3508px;
|
|
|
+ width:4961px;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ /* 副本编号 */
|
|
|
+ .fbbh{
|
|
|
+ position: absolute;
|
|
|
+ top:calc(26%);
|
|
|
+ left: calc(18% + 10px);
|
|
|
+ font-size: 60px;
|
|
|
+ /* font-weight: bold; */
|
|
|
+ padding-left: 240px;
|
|
|
+ }
|
|
|
+ /* 名称 */
|
|
|
+ .mc{
|
|
|
+ position: absolute;
|
|
|
+ top:calc(34%);
|
|
|
+ left:calc(10% + 10px);
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .mc div:first-child{
|
|
|
+ font-family: 'HYB1GJ';
|
|
|
+ font-size:70px ;
|
|
|
+ width: 400px;
|
|
|
+ display: none;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .mc div:last-child{
|
|
|
+ font-family: 'HYSS2J';
|
|
|
+ margin-left: 480px;
|
|
|
+ font-size: 60px;
|
|
|
+ margin-top:10px
|
|
|
+ }
|
|
|
+ /* 类型 */
|
|
|
+ .lx{
|
|
|
+ position: absolute;
|
|
|
+ top:calc(35% + 130px);
|
|
|
+ left:calc(10% + 10px);
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .lx div:first-child{
|
|
|
+ font-family: 'HYB1GJ';
|
|
|
+ font-size:60px ;
|
|
|
+ width: 400px;0
|
|
|
+ display: none;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .lx div:last-child{
|
|
|
+ font-family: 'HYSS2J';
|
|
|
+ margin-left: 470px;
|
|
|
+ font-size: 60px;
|
|
|
+ margin-top:10px
|
|
|
+ }
|
|
|
+ /* 法定代表人 */
|
|
|
+ .fddbr{
|
|
|
+ position: absolute;
|
|
|
+ top:calc(37% + 282px);
|
|
|
+ left:calc(10% + 10px);
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .fddbr div:first-child{
|
|
|
+ font-family: 'HYB1GJ';
|
|
|
+ font-size:60px ;
|
|
|
+ width: 400px;
|
|
|
+ display: none;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .fddbr div:last-child{
|
|
|
+ font-family: 'HYSS2J';
|
|
|
+ margin-left: 470px;
|
|
|
+ font-size: 60px;
|
|
|
+ margin-top:10px
|
|
|
+ }
|
|
|
+ /* 经营范围 */
|
|
|
+ .jyfw{
|
|
|
+ position: absolute;
|
|
|
+ top:calc(54% + 16px );
|
|
|
+ left:calc(10% + 10px);
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .jyfw div:first-child{
|
|
|
+ font-family: 'HYB1GJ';
|
|
|
+ font-size:60px ;
|
|
|
+ width: 310px;
|
|
|
+ display: none;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .jyfw div:last-child{
|
|
|
+ font-family: 'HYSS2J';
|
|
|
+ margin-left: 470px;
|
|
|
+ font-size: 60px;
|
|
|
+ margin-top:10px;
|
|
|
+ width: 1700px;
|
|
|
+ }
|
|
|
+ /* 机构性质 */
|
|
|
+ .jgxz{
|
|
|
+ position: absolute;
|
|
|
+ top:calc(55% + 146px);
|
|
|
+ left:calc(10% + 10px);
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .jgxz div:first-child{
|
|
|
+ font-family: 'HYB1GJ';
|
|
|
+ font-size:60px ;
|
|
|
+ width: 310px;
|
|
|
+ display: none;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .jgxz div:last-child{
|
|
|
+ font-family: 'HYSS2J';
|
|
|
+ margin-left: 470px;
|
|
|
+ font-size: 60px;
|
|
|
+ margin-top:10px;
|
|
|
+ width: 1700px;
|
|
|
+ }
|
|
|
+ /* 许可文号 */
|
|
|
+ .xkwh{
|
|
|
+ position: absolute;
|
|
|
+ top:calc(57% + 276px);
|
|
|
+ left:calc(10% + 10px);
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .xkwh div:first-child{
|
|
|
+ font-family: 'HYB1GJ';
|
|
|
+ font-size:60px ;
|
|
|
+ width: 310px;
|
|
|
+ display: none;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .xkwh div:last-child{
|
|
|
+ font-family: 'HYSS2J';
|
|
|
+ margin-left: 470px;
|
|
|
+ font-size: 60px;
|
|
|
+ margin-top:10px;
|
|
|
+ width: 1700px;
|
|
|
+ }
|
|
|
+ /* 服务范围 */
|
|
|
+ .fwfw{
|
|
|
+ position: absolute;
|
|
|
+ top:calc(58% + 410px);
|
|
|
+ left:calc(10% + 10px);
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .fwfw div:first-child{
|
|
|
+ font-family: 'HYB1GJ';
|
|
|
+ font-size:60px ;
|
|
|
+ width: 310px;
|
|
|
+ display: none;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .fwfw div:last-child{
|
|
|
+ font-family: 'HYSS2J';
|
|
|
+ margin-left: 470px;
|
|
|
+ font-size: 60px;
|
|
|
+ margin-top:10px;
|
|
|
+ width: 1700px;
|
|
|
+ }
|
|
|
+ /* 发证日期 */
|
|
|
+ .fzrq{
|
|
|
+ position: absolute;
|
|
|
+ top:calc(43% + 1290px);
|
|
|
+ left:calc(59% + 18px);
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .fzrq div:first-child{
|
|
|
+ font-family: 'HYB1GJ';
|
|
|
+ font-size:60px ;
|
|
|
+ width: 310px;
|
|
|
+ display: none;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ /* 有效期限 */
|
|
|
+ .yxqx{
|
|
|
+ position: absolute;
|
|
|
+ top:calc(44% + 1390px);
|
|
|
+ left:calc(59% + 18px);
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .yxqx div:first-child{
|
|
|
+ font-family: 'HYB1GJ';
|
|
|
+ font-size:50px ;
|
|
|
+ width: 310px;
|
|
|
+ display: none;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .rq{
|
|
|
+ font-size: 50px;
|
|
|
+ /* font-weight: bold; */
|
|
|
+ margin-left: 360px;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .rq span:first-child{
|
|
|
+ position: absolute;
|
|
|
+ left:0px;
|
|
|
+ }
|
|
|
+ .rq span:nth-child(2){
|
|
|
+ position: absolute;
|
|
|
+ left:280px;
|
|
|
|
|
|
- }
|
|
|
- .rq span:nth-child(3){
|
|
|
- position: absolute;
|
|
|
- left: 460px;
|
|
|
- }
|
|
|
- .ma{
|
|
|
- width: 200px;
|
|
|
- height: 200px;
|
|
|
- border:1px solid #000;
|
|
|
- position: absolute;
|
|
|
- left:200px;
|
|
|
- bottom:240px
|
|
|
- }
|
|
|
- </style>
|
|
|
- </head>
|
|
|
- <body>
|
|
|
- <div class="main">
|
|
|
- <img src="/rlzy/images/bg2.jpg" style="position: absolute;left: 0;top: 0;width: 100%;height: 100%;"/>
|
|
|
- <div class="fbbh">
|
|
|
- (冀)人服证字﹝2023﹞0133000[[${rlzyApply.licenseNumber}]]23号
|
|
|
- </div>
|
|
|
- <div class="mc">
|
|
|
- <div>
|
|
|
- <span>机</span><span>构</span><span>名</span><span>称</span>
|
|
|
- </div>
|
|
|
- <div>[[${rlzyApply.name}]]</div>
|
|
|
- </div>
|
|
|
- <div class="lx">
|
|
|
- <div>
|
|
|
- <span>社</span><span>会</span><span>统</span><span>一</span><span>信</span><span>用</span><span>代</span><span>码</span>
|
|
|
- </div>
|
|
|
- <div>[[${rlzyApply.creditCode}]]</div>
|
|
|
- </div>
|
|
|
- <div class="fddbr">
|
|
|
- <div>
|
|
|
- <span>地</span><span>址</span>
|
|
|
- </div>
|
|
|
- <div>[[${rlzyApply.servicePlace}]]</div>
|
|
|
- </div>
|
|
|
- <div class="jyfw">
|
|
|
- <div>
|
|
|
- 法定代表人(负责人)
|
|
|
- </div>
|
|
|
- <div>[[${rlzyApply.legalName}]]</div>
|
|
|
- </div>
|
|
|
- <div class="jgxz">
|
|
|
- <div>
|
|
|
- <span>机</span><span>构</span><span>性</span><span>质</span>
|
|
|
- </div>
|
|
|
- <div>[[${rlzyApply.property}]]</div>
|
|
|
- </div>
|
|
|
- <div class="xkwh">
|
|
|
- <div>
|
|
|
- <span>许</span><span>可</span><span>文</span><span>号</span>
|
|
|
- </div>
|
|
|
- <div>赵行审人资许决﹝2023﹞00[[${rlzyApply.licenseCode}]]号</div>
|
|
|
- </div>
|
|
|
- <div class="fwfw">
|
|
|
- <div>
|
|
|
- <span>服</span><span>务</span><span>范</span><span>围</span>
|
|
|
- </div>
|
|
|
- <div>[[${rlzyApply.businessScope}]]</div>
|
|
|
- </div>
|
|
|
- <div class="fzrq">
|
|
|
- <div>
|
|
|
- <span>发</span><span>证</span><span>日</span><span>期</span>
|
|
|
- </div>
|
|
|
- <div class="rq">
|
|
|
- <span>[[${#dates.format(rlzyApply.openingDate, 'yyyy')}]]</span>
|
|
|
- <span>[[${#dates.format(rlzyApply.openingDate, 'MM')}]]</span>
|
|
|
- <span>[[${#dates.format(rlzyApply.openingDate, 'dd')}]]</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="yxqx">
|
|
|
- <div>
|
|
|
- <span>有</span><span>效</span><span>期</span><span>限</span>
|
|
|
- </div>
|
|
|
- <div class="rq">
|
|
|
- <span>[[${#dates.format(rlzyApply.efficaciousDate, 'yyyy')}]]</span>
|
|
|
- <span>[[${#dates.format(rlzyApply.efficaciousDate, 'MM')}]]</span>
|
|
|
- <span>[[${#dates.format(rlzyApply.efficaciousDate, 'dd')}]]</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ }
|
|
|
+ .rq span:nth-child(3){
|
|
|
+ position: absolute;
|
|
|
+ left: 460px;
|
|
|
+ }
|
|
|
+ .ma{
|
|
|
+ width: 200px;
|
|
|
+ height: 200px;
|
|
|
+ border:1px solid #000;
|
|
|
+ position: absolute;
|
|
|
+ left:200px;
|
|
|
+ bottom:240px
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+<div class="main">
|
|
|
+ <img src="/rlzy/images/bg2.jpg" style="position: absolute;left: 0;top: 0;width: 100%;height: 100%;"/>
|
|
|
+ <div class="fbbh">
|
|
|
+ [[${rlzyApply.licenseNumber}]]
|
|
|
+ </div>
|
|
|
+ <div class="mc">
|
|
|
+ <div>
|
|
|
+ <span>机</span><span>构</span><span>名</span><span>称</span>
|
|
|
</div>
|
|
|
- </body>
|
|
|
+ <div>[[${rlzyApply.name}]]</div>
|
|
|
+ </div>
|
|
|
+ <div class="lx">
|
|
|
+ <div>
|
|
|
+ <span>社</span><span>会</span><span>统</span><span>一</span><span>信</span><span>用</span><span>代</span><span>码</span>
|
|
|
+ </div>
|
|
|
+ <div>[[${rlzyApply.creditCode}]]</div>
|
|
|
+ </div>
|
|
|
+ <div class="fddbr">
|
|
|
+ <div>
|
|
|
+ <span>地</span><span>址</span>
|
|
|
+ </div>
|
|
|
+ <div>[[${rlzyApply.servicePlace}]]</div>
|
|
|
+ </div>
|
|
|
+ <div class="jyfw">
|
|
|
+ <div>
|
|
|
+ 法定代表人(负责人)
|
|
|
+ </div>
|
|
|
+ <div>[[${rlzyApply.legalName}]]</div>
|
|
|
+ </div>
|
|
|
+ <div class="jgxz">
|
|
|
+ <div>
|
|
|
+ <span>机</span><span>构</span><span>性</span><span>质</span>
|
|
|
+ </div>
|
|
|
+ <div>[[${rlzyApply.property}]]</div>
|
|
|
+ </div>
|
|
|
+ <div class="xkwh">
|
|
|
+ <div>
|
|
|
+ <span>许</span><span>可</span><span>文</span><span>号</span>
|
|
|
+ </div>
|
|
|
+ <div>[[${rlzyApply.licenseCode}]]</div>
|
|
|
+ </div>
|
|
|
+ <div class="fwfw">
|
|
|
+ <div>
|
|
|
+ <span>服</span><span>务</span><span>范</span><span>围</span>
|
|
|
+ </div>
|
|
|
+ <div>[[${rlzyApply.businessScope}]]</div>
|
|
|
+ </div>
|
|
|
+ <div class="fzrq">
|
|
|
+ <div>
|
|
|
+ <span>发</span><span>证</span><span>日</span><span>期</span>
|
|
|
+ </div>
|
|
|
+ <div class="rq">
|
|
|
+ <span>[[${#dates.format(rlzyApply.openingDate, 'yyyy')}]]</span>
|
|
|
+ <span>[[${#dates.format(rlzyApply.openingDate, 'MM')}]]</span>
|
|
|
+ <span>[[${#dates.format(rlzyApply.openingDate, 'dd')}]]</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="yxqx">
|
|
|
+ <div>
|
|
|
+ <span>有</span><span>效</span><span>期</span><span>限</span>
|
|
|
+ </div>
|
|
|
+ <div class="rq">
|
|
|
+ <span>[[${#dates.format(rlzyApply.efficaciousDate, 'yyyy')}]]</span>
|
|
|
+ <span>[[${#dates.format(rlzyApply.efficaciousDate, 'MM')}]]</span>
|
|
|
+ <span>[[${#dates.format(rlzyApply.efficaciousDate, 'dd')}]]</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+</body>
|
|
|
</html>
|