Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
njzsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐州
njzsb
Commits
8ccd68c6
Commit
8ccd68c6
authored
Aug 31, 2022
by
houyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打印
parent
57573e8a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
614 additions
and
120 deletions
+614
-120
PaymentVoucher_ZslxdList.jsp
...pages/account/paymentVoucher/PaymentVoucher_ZslxdList.jsp
+14
-11
Jfzm_List.jsp
WebRoot/WEB-INF/pages/jfzm/Jfzm_List.jsp
+16
-109
jfzm_print.jsp
WebRoot/WEB-INF/pages/jfzm/jfzm_print.jsp
+584
-0
No files found.
WebRoot/WEB-INF/pages/account/paymentVoucher/PaymentVoucher_ZslxdList.jsp
View file @
8ccd68c6
...
@@ -23,17 +23,20 @@
...
@@ -23,17 +23,20 @@
success
:
function
(
data
){
success
:
function
(
data
){
if
(
data
.
result
){
if
(
data
.
result
){
$
.
messager
.
confirm
(
"提示"
,
"确认要生成凭证吗?"
,
function
(
result
)
{
$
.
messager
.
confirm
(
"提示"
,
"确认要生成凭证吗?"
,
function
(
result
)
{
$
.
ajax
({
if
(
result
){
url
:
"${ctx}/jsp/paymentItemHis/scpz.action"
,
$
.
ajax
({
type
:
'post'
,
url
:
"${ctx}/jsp/paymentItemHis/scpz.action"
,
dataType
:
'json'
,
type
:
'post'
,
data
:{
dataType
:
'json'
,
id
:
row_Id
data
:{
},
id
:
row_Id
async
:
false
},
});
async
:
false
$
.
messager
.
alert
(
"提示"
,
"操作成功"
)
});
search_paymentItemHis
();
$
.
messager
.
alert
(
"提示"
,
"操作成功"
)
search_paymentItemHis
();
}
});
});
}
else
{
}
else
{
$
.
messager
.
alert
(
'错误'
,
data
.
message
);
$
.
messager
.
alert
(
'错误'
,
data
.
message
);
...
...
WebRoot/WEB-INF/pages/jfzm/Jfzm_List.jsp
View file @
8ccd68c6
...
@@ -643,16 +643,22 @@
...
@@ -643,16 +643,22 @@
<script>
<script>
function
doPrint
(
id
)
{
function
doPrint
(
id
)
{
// var jatoolsPrinter = document.getElementById("jatoolsPrinter");
// var jatoolsPrinter = document.getElementById("jatoolsPrinter");
$
.
ajax
({
<%--
$
.
ajax
({
--%>
url
:
"${ctx}/jsp/jfzm/queryDetail.action"
,
<%--
url
:
"${ctx}/jsp/jfzm/queryDetail.action"
,
--%>
type
:
'post'
,
<%--
type
:
'post'
,
--%>
dataType
:
'json'
,
<%--
dataType
:
'json'
,
--%>
data
:{
<%--
data
:{
--%>
id
:
id
<%--
id
:
id
--%>
},
<%--
},
--%>
success
:
function
(
data
)
{
<%--
success
:
function
(
data
)
{
--%>
alert
(
JSON
.
stringify
(
data
))
}
<%--
alert
(
data
)
--%>
<%--
}
--%>
<%--
});
--%>
$
.
messager
.
confirm
(
"提示"
,
"是否打印"
,
function
(
result
)
{
var
row_Id
=
1
var
zslxdbh
=
2
createSimpleWindow
(
"win_paymentVoucher"
,
"打印缴费凭证"
,
"${ctx}/jsp/jfpz/print.action?id="
+
row_Id
,
850
,
700
);
});
});
<%--
var
tp
=
'${rfxm.mjyj}'
==
'002'
||
'${rfxm.mjyj}'
==
'004'
?
1
:
2
;
--%>
<%--
var
tp
=
'${rfxm.mjyj}'
==
'002'
||
'${rfxm.mjyj}'
==
'004'
?
1
:
2
;
--%>
<%--
myDoc
=
{
--%>
<%--
myDoc
=
{
--%>
...
@@ -731,106 +737,7 @@
...
@@ -731,106 +737,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<
%
--
横联
--
%
>
<div></div>
<c:if
test=
"${rfxm.mjyj != '002' && rfxm.mjyj != '004'}"
>
<div
id=
"page1"
class=
'only_for_print pagestyle'
style=
'width:210mm;height:140mm;position:relative;'
>
<img
class=
'screen-only'
src=
"${ctx}/webResources/images/guihuaju.jpg"
style=
"position:absolute;width:100%;height:100%"
/>
<div
id=
'f1'
draggable=
'true'
class=
'f1'
>
${rfxm.xxylb}
</div>
<div
id=
'f2'
draggable=
'true'
class=
'f2'
>
${rfxm.slbh}
</div>
<div
id=
'f3'
draggable=
'true'
class=
'f3'
>
${fn:substring(rfxm.jsdw,0,13)}
<br/>
${fn:substring(rfxm.jsdw,13,26)}
<br/>
${fn:substring(rfxm.jsdw,26,-1)}
</div>
<div
id=
'f4'
draggable=
'true'
class=
'f4'
>
${fn:substring(rfxm.xmmc,0,13)}
<br/>
${fn:substring(rfxm.xmmc,13,26)}
<br/>
${fn:substring(rfxm.xmmc,26,-1)}
</div>
<div
id=
'f5'
draggable=
'true'
class=
'f5'
>
${rfxm.zjsmj} 平方米
</div>
<div
id=
'f6'
draggable=
'true'
class=
'f6'
><fmt:formatNumber
value=
"${csptf}"
pattern=
"#,##0.00#"
/>
元
</div>
<div
id=
'f7'
draggable=
'true'
class=
'f7'
><fmt:formatNumber
value=
"${rfxm.ptyjje}"
pattern=
"#,##0.00#"
/>
元
</div>
<div
id=
'f8'
draggable=
'true'
class=
'f8'
><fmt:formatNumber
value=
"${rfxm.ptymje}"
pattern=
"#,##0.00#"
/>
元
</div>
<div
id=
'f9'
draggable=
'true'
class=
'f9'
></div>
<div
id=
'f10'
draggable=
'true'
class=
'f10'
></div>
<div
id=
'f11'
draggable=
'true'
class=
'f11'
></div>
<div
id=
'f12'
draggable=
'true'
class=
'f12'
>
${rfxm.ECN}
</div>
<div
id=
'f13'
draggable=
'true'
class=
'f13'
>
${fn:substring(rfxm.createTime,0,4)}
</div>
<div
id=
'f14'
draggable=
'true'
class=
'f14'
>
${fn:substring(rfxm.createTime,5,7)}
</div>
<div
id=
'f15'
draggable=
'true'
class=
'f15'
>
${fn:substring(rfxm.createTime,8,10)}
</div>
<div
id=
'f16'
draggable=
'true'
class=
'f16'
>
${rfxm.ECN}
</div>
<div
id=
'f17'
draggable=
'true'
class=
'f17'
>
${rfxm.xxylb}
</div>
<div
id=
'f18'
draggable=
'true'
class=
'f18'
>
${rfxm.slbh}
</div>
<div
id=
'f19'
draggable=
'true'
class=
'f19'
>
${rfxm.jsdw}
</div>
<div
id=
'f20'
draggable=
'true'
class=
'f20'
>
${rfxm.xmmc}
</div>
<div
id=
'f21'
draggable=
'true'
class=
'f21'
>
${rfxm.jsdd}
</div>
<div
id=
'f22'
draggable=
'true'
class=
'f22'
>
${rfxm.zjsmj} 平方米
</div>
<div
id=
'f23'
draggable=
'true'
class=
'f23'
></div>
<div
id=
'f24'
draggable=
'true'
class=
'f24'
>
汤静
</div>
<div
id=
'f25'
draggable=
'true'
class=
'f25'
>
83321375
</div>
<div
id=
'f26'
draggable=
'true'
class=
'f26'
>
83377920
</div>
<div
id=
'f27'
draggable=
'true'
class=
'f27'
>
${fn:substring(rfxm.createTime,0,4)}
</div>
<div
id=
'f28'
draggable=
'true'
class=
'f28'
>
${fn:substring(rfxm.createTime,5,7)}
</div>
<div
id=
'f29'
draggable=
'true'
class=
'f29'
>
${fn:substring(rfxm.createTime,8,10)}
</div>
<div
id=
'f30'
draggable=
'true'
class=
'f30'
>
规划许可证号:${rfxm.xkzh}
</div>
<div
id=
'f31'
draggable=
'true'
class=
'f31'
>
规划项目编号:${rfxm.xmbh}
</div>
<
%
--
isRfyz =
1
显示人防章
--
%
>
<
%
--
isRfyz
!=
1
显示人防章未用章
--
%
>
<
%
--
isSbj =
1
市本级
--
%
>
<
%
--
isSbj
!=
1
非市本级
--
%
>
<
%
--
isSl =
1
竖联
--
%
>
<
%
--
isSl
!=
1
横联
--
%
>
<div
id=
'32'
draggable=
'true'
class=
'f32'
>
${zslxdbh}
</div>
<div
id=
'33'
draggable=
'true'
class=
'f33'
>
${zslxdbh}
</div>
<div
id=
'34'
draggable=
'true'
class=
'f34'
>
${jbr}
</div>
<c:if
test=
"${rfxm.isRfyz=='1'}"
>
<div
id=
'36'
draggable=
'true'
class=
'f36'
><img
src=
"${ctx}/images/img/zhang1.png"
alt=
""
></div>
<div
id=
'37'
draggable=
'true'
class=
'f37'
><img
src=
"${ctx}/images/img/zhang1.png"
alt=
""
></div>
</c:if>
<c:if
test=
"${rfxm.isSbj=='1'}"
>
<div
id=
'38'
draggable=
'true'
class=
'f38'
><img
src=
"${ctx}/images/img/zhang2.png"
alt=
""
></div>
<div
id=
'39'
draggable=
'true'
class=
'f39'
><img
src=
"${ctx}/images/img/zhang2.png"
alt=
""
></div>
</c:if>
</div>
</c:if>
<
%
--
竖联
--
%
>
<c:if
test=
"${rfxm.mjyj == '002' || rfxm.mjyj == '004'}"
>
<div
id=
"page1"
class=
'only_for_print pagestyle'
style=
'width:210mm;height:140mm;position:relative;'
>
<img
src=
"${ctx}/webResources/images/fanggaiban.jpg"
style=
"position:absolute;width:100%;height:100%"
/>
<div
id=
'f111'
draggable=
'true'
class=
'f111'
>
${paymentItemHis.ECN}
</div>
<div
id=
'f211'
draggable=
'true'
class=
'f211'
>
${paymentItemHis.jsdw}
</div>
<div
id=
'f311'
draggable=
'true'
class=
'f311'
>
${paymentItemHis.zslxdbh}
</div>
<div
id=
'f411'
draggable=
'true'
class=
'f411'
>
${fn:substring(paymentItemHis.xmmc,0,20)}
<br
/>
${fn:substring(paymentItemHis.xmmc,20,-1)}
</div>
<div
id=
'f511'
draggable=
'true'
class=
'f511'
>
${paymentItemHis.slbh}
</div>
<div
id=
'f611'
draggable=
'true'
class=
'f611'
>
${paymentItemHis.jsdd}
</div>
<div
id=
'f711'
draggable=
'true'
class=
'f711'
>
${paymentItemHis.lianxiren}
<br
/>
${paymentItemHis.phone}
</div>
<div
id=
'f811'
draggable=
'true'
class=
'f811'
>
${paymentItemHis.csmj}
</div>
<div
id=
'f911'
draggable=
'true'
class=
'f911'
>
${paymentItemHis.ptyjje}
</div>
<div
id=
'f1211'
draggable=
'true'
class=
'f1211'
></div>
<div
id=
'f1311'
draggable=
'true'
class=
'f1311'
></div>
<div
id=
'f1411'
draggable=
'true'
class=
'f1411'
>
${fn:substring(paymentItemHis.createTime,0,4)}
</div>
<div
id=
'f1511'
draggable=
'true'
class=
'f1511'
>
${fn:substring(paymentItemHis.createTime,5,7)}
</div>
<div
id=
'f1611'
draggable=
'true'
class=
'f1611'
>
${fn:substring(paymentItemHis.createTime,8,10)}
</div>
<div
id=
'f1711'
draggable=
'true'
class=
'f1711'
>
${paymentItemHis.ECN}
</div>
<div
id=
'f1811'
draggable=
'true'
class=
'f1811'
>
${paymentItemHis.jsdw}
</div>
<div
id=
'f1911'
draggable=
'true'
class=
'f1911'
>
${paymentItemHis.zslxdbh}
</div>
<div
id=
'f2011'
draggable=
'true'
class=
'f2011'
>
${fn:substring(paymentItemHis.xmmc,0,20)}
<br
/>
${fn:substring(paymentItemHis.xmmc,20,-1)}
</div>
<div
id=
'f2111'
draggable=
'true'
class=
'f2111'
>
${paymentItemHis.slbh}
</div>
<div
id=
'f2211'
draggable=
'true'
class=
'f2211'
>
${paymentItemHis.jsdd}
</div>
<div
id=
'f2311'
draggable=
'true'
class=
'f2311'
>
${paymentItemHis.lianxiren}
<br
/>
${paymentItemHis.phone}
</div>
<div
id=
'f2411'
draggable=
'true'
class=
'f2411'
>
${paymentItemHis.csmj}
</div>
<div
id=
'f2511'
draggable=
'true'
class=
'f2511'
>
</div>
<div
id=
'f2811'
draggable=
'true'
class=
'f2811'
>
${fn:substring(paymentItemHis.createTime,0,4)}
</div>
<div
id=
'f2911'
draggable=
'true'
class=
'f2911'
>
${fn:substring(paymentItemHis.createTime,5,7)}
</div>
<div
id=
'f3011'
draggable=
'true'
class=
'f3011'
>
${fn:substring(paymentItemHis.createTime,8,10)}
</div>
<div
id=
'f3111'
draggable=
'true'
class=
'f3111'
><img
src=
"${ctx}/images/img/zhang1.png"
alt=
""
></div>
<div
id=
'f3211'
draggable=
'true'
class=
'f3211'
><img
src=
"${ctx}/images/img/zhang1.png"
alt=
""
></div>
</div>
</c:if>
<OBJECT
ID=
"jatoolsPrinter"
CLASSID=
"CLSID:B43D3361-D075-4BE2-87FE-057188254255"
codebase=
"/njzsb/plugin/jatoolsPrinter.cab#version=8,6,0,0"
width=
"0"
height=
"0"
>
</OBJECT>
</body>
</body>
<script>
<script>
function
asy_tb
()
{
function
asy_tb
()
{
...
...
WebRoot/WEB-INF/pages/jfzm/jfzm_print.jsp
0 → 100644
View file @
8ccd68c6
<
%@
page
language=
"java"
pageEncoding=
"UTF-8"
isELIgnored=
"false"
%
>
<
%@
include
file=
"/common/header.jsp"
%
>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<
%@
include
file=
"/common/jsLib.jsp"
%
>
<script
type=
"text/javascript"
src=
"${ctx}/webResources/js/jatoolPrinter.js"
></script>
<style>
.title
{
font-family
:
Arial
,
Vernada
,
Tahoma
,
sans-serif
;
font-size
:
30px
;
color
:
#00008B
;
background-color
:
White
;
text-decoration
:
underline
}
.normal
{
font-family
:
Arial
,
Vernada
,
Tahoma
,
Helvetica
,
sans-serif
;
font-size
:
14px
;
color
:
#444444
;
text-decoration
:
none
;
line-height
:
180%
;
}
.f1
{
left
:
250px
;
top
:
188px
}
/* 建设单位(左) */
.f2
{
left
:
200px
;
top
:
215px
}
/* 项目性质(左) */
.f3
{
left
:
170px
;
top
:
243px
}
/* 项目名称(左) */
.f4
{
left
:
170px
;
top
:
298px
}
/* 项目名称(左) */
.f5
{
left
:
170px
;
top
:
351px
}
/* 建筑面积(左)*/
.f6
{
left
:
190px
;
top
:
376px
}
/* 测算配套费(左) */
.f7
{
left
:
205px
;
top
:
429px
}
.f8
{
left
:
205px
;
top
:
458px
}
.f9
{
left
:
145px
;
top
:
499px
}
/* 备注 */
.f10
{
left
:
175px
;
top
:
549px
}
/* 经办人 */
.f11
{
left
:
175px
;
top
:
607px
}
/* 领单人 */
.f12
{
left
:
185px
;
top
:
673px
}
/* 电子监管号 */
.f13
{
left
:
165px
;
top
:
707px
}
/* 年 */
.f14
{
left
:
230px
;
top
:
707px
}
/* 月 */
.f15
{
left
:
275px
;
top
:
707px
}
/* 日 */
.f16
{
left
:
580px
;
top
:
660px
}
/* 电子监管号 */
.f17
{
left
:
600px
;
top
:
258px
}
.f18
{
left
:
855px
;
top
:
258px
}
.f19
{
left
:
600px
;
top
:
303px
}
.f20
{
left
:
600px
;
top
:
348px
}
.f21
{
left
:
600px
;
top
:
393px
}
.f22
{
left
:
600px
;
top
:
438px
}
.f23
{
left
:
600px
;
top
:
483px
}
.f24
{
left
:
580px
;
top
:
580px
}
.f25
{
left
:
580px
;
top
:
605px
}
.f26
{
left
:
580px
;
top
:
634px
}
.f27
{
left
:
795px
;
top
:
709px
}
.f28
{
left
:
865px
;
top
:
709px
}
.f29
{
left
:
920px
;
top
:
709px
}
.f30
{
left
:
600px
;
top
:
479px
}
.f31
{
left
:
600px
;
top
:
499px
}
/*NO.PTF*/
.f32
{
left
:
220px
;
top
:
123px
;
font-size
:
24px
;
color
:
red
;
font-weight
:
bolder
;
}
/*NO.PTF*/
.f33
{
left
:
920px
;
top
:
130px
;
font-size
:
24px
;
color
:
red
;
font-weight
:
bolder
;
}
/*经办人*/
.f34
{
left
:
155px
;
top
:
563px
;
font-weight
:
bolder
;
}
/*内部使用*/
.f35
{
left
:
800px
;
top
:
408px
;
color
:
red
;
font-size
:
20px
;
background-color
:
#F2F7FD
;
z-index
:
99
;
}
/*章1*/
.f36
{
left
:
840px
;
top
:
620px
;
}
.f36
img
,
.f37
img
{
width
:
160px
;
height
:
160px
;
}
/*章2*/
.f37
{
left
:
250px
;
top
:
250px
;
}
.f38
{
left
:
70px
;
top
:
490px
;
}
.f39
{
left
:
800px
;
top
:
395px
;
}
.f38
img
,
.f39
img
{
width
:
200px
;
height
:
60px
;
}
#page1
DIV
{
position
:
absolute
}
.only_for_print
{
display
:
none
}
.f111
{
left
:
660px
;
top
:
104px
}
/* 项目编号 */
.f211
{
left
:
219px
;
top
:
168px
}
/* 建设单位 */
.f311
{
left
:
570px
;
top
:
168px
}
/* 房改办联系单编号 */
.f411
{
left
:
219px
;
top
:
222px
}
/* 项目名称 */
.f511
{
left
:
570px
;
top
:
222px
}
/* 项目受理编号 */
.f611
{
left
:
219px
;
top
:
284px
}
/* 项目地址 */
.f711
{
left
:
570px
;
top
:
284px
}
/* 联系人及电话 */
.f811
{
left
:
219px
;
top
:
356px
}
/* 补缴面积 */
.f911
{
left
:
570px
;
top
:
356px
}
/* 其它规费 */
.f1211
{
left
:
232px
;
top
:
368px
}
/* 经办人 */
.f1311
{
left
:
200px
;
top
:
430px
}
/* 领单人 */
.f1411
{
left
:
485px
;
top
:
488px
}
/* 年 */
.f1511
{
left
:
545px
;
top
:
488px
}
/* 月 */
.f1611
{
left
:
585px
;
top
:
488px
}
/* 日 */
.f1711
{
left
:
660px
;
top
:
564px
}
/* 项目编号 */
.f1811
{
left
:
219px
;
top
:
686px
}
/* 建设单位 */
.f1911
{
left
:
570px
;
top
:
686px
}
/* 房改办联系单编号 */
.f2011
{
left
:
219px
;
top
:
740px
}
/* 项目名称 */
.f2111
{
left
:
570px
;
top
:
740px
}
/* 项目受理编号 */
.f2211
{
left
:
219px
;
top
:
810px
}
/* 项目地址 */
.f2311
{
left
:
570px
;
top
:
810px
}
/* 联系人及电话 */
.f2411
{
left
:
219px
;
top
:
896px
}
/* 补缴面积 */
.f2511
{
left
:
570px
;
top
:
896px
}
/* 其它规费 */
.f2811
{
left
:
485px
;
top
:
1031px
}
/* 年 */
.f2911
{
left
:
545px
;
top
:
1031px
}
/* 月 */
.f3011
{
left
:
585px
;
top
:
1031px
}
.f3111
{
left
:
585px
;
top
:
408px
}
.f3211
{
left
:
585px
;
top
:
950px
}
.f3111
img
,
.f3211
img
{
width
:
160px
;
height
:
160px
;
}
</style>
<title>
Title
</title>
<script>
function
doPrint
(
type
)
{
myDoc
=
{
settings
:
{
pageWidth
:
2100
,
pageHeight
:
1400
,
orientation
:
2
},
documents
:
document
,
marginIgnored
:
true
,
dragDesigner
:
{
viewSource
:
true
},
settingsID
:
'mydoc3'
,
classesReplacedWhenPrint
:
new
Array
(
'.only_for_print{display:block}'
),
copyrights
:
"杰创软件拥有版权 www.jatools.com"
}
var
jatoolsPrinter
=
document
.
getElementById
(
"jatoolsPrinter"
);
if
(
"pre"
==
type
){
updateZslxdbh
();
jatoolsPrinter
.
printPreview
(
myDoc
);
}
else
if
(
"print"
==
type
){
updateZslxdbh
();
jatoolsPrinter
.
print
(
myDoc
,
true
);
}
}
function
updateZslxdbh
(){
$
.
ajax
({
url
:
"${ctx}/jsp/paymentVoucher/updateZslxdbh.action"
,
type
:
'post'
,
dataType
:
'json'
,
data
:{
id
:
"${paymentItemHis.id}"
,
zslxdbh
:
"${zslxdbh}"
},
async
:
false
,
});
}
</script>
</head>
<body>
<form
name=
"myform"
method=
"post"
>
<div
class=
"page_dialog"
>
<div
class=
"inner6px"
>
<div
class=
"cell"
style=
"width: ${tableWidth}"
>
<table
width=
"100%"
>
<tr>
<td
colspan=
"4"
height=
"100px"
style=
"text-align:center"
>
<a
href=
"#"
class=
"btn_01"
onclick=
"doPrint('print');"
>
打印
<b></b></a>
<a
href=
"#"
class=
"btn_01"
onclick=
"doPrint('pre');"
>
打印预览
<b></b></a>
<a
href=
"#"
class=
"btn_01"
onclick=
"parent.close_win('win_paymentVoucher');"
>
关闭
<b></b></a>
</td>
</tr>
</table>
</div></div></div>
</form>
<
%
--
横联
--
%
>
<c:if
test=
"${rfxm.mjyj != '002' && rfxm.mjyj != '004'}"
>
<div
id=
"page1"
class=
'only_for_print pagestyle'
style=
'width:210mm;height:140mm;position:relative;'
>
<img
class=
'screen-only'
src=
"${ctx}/webResources/images/guihuaju.jpg"
style=
"position:absolute;width:100%;height:100%"
/>
<div
id=
'f1'
draggable=
'true'
class=
'f1'
>
${rfxm.xxylb}
</div>
<div
id=
'f2'
draggable=
'true'
class=
'f2'
>
${rfxm.slbh}
</div>
<div
id=
'f3'
draggable=
'true'
class=
'f3'
>
${fn:substring(rfxm.jsdw,0,13)}
<br/>
${fn:substring(rfxm.jsdw,13,26)}
<br/>
${fn:substring(rfxm.jsdw,26,-1)}
</div>
<div
id=
'f4'
draggable=
'true'
class=
'f4'
>
${fn:substring(rfxm.xmmc,0,13)}
<br/>
${fn:substring(rfxm.xmmc,13,26)}
<br/>
${fn:substring(rfxm.xmmc,26,-1)}
</div>
<div
id=
'f5'
draggable=
'true'
class=
'f5'
>
${rfxm.zjsmj} 平方米
</div>
<div
id=
'f6'
draggable=
'true'
class=
'f6'
><fmt:formatNumber
value=
"${csptf}"
pattern=
"#,##0.00#"
/>
元
</div>
<div
id=
'f7'
draggable=
'true'
class=
'f7'
><fmt:formatNumber
value=
"${rfxm.ptyjje}"
pattern=
"#,##0.00#"
/>
元
</div>
<div
id=
'f8'
draggable=
'true'
class=
'f8'
><fmt:formatNumber
value=
"${rfxm.ptymje}"
pattern=
"#,##0.00#"
/>
元
</div>
<div
id=
'f9'
draggable=
'true'
class=
'f9'
></div>
<div
id=
'f10'
draggable=
'true'
class=
'f10'
></div>
<div
id=
'f11'
draggable=
'true'
class=
'f11'
></div>
<div
id=
'f12'
draggable=
'true'
class=
'f12'
>
${rfxm.ECN}
</div>
<div
id=
'f13'
draggable=
'true'
class=
'f13'
>
${fn:substring(rfxm.createTime,0,4)}
</div>
<div
id=
'f14'
draggable=
'true'
class=
'f14'
>
${fn:substring(rfxm.createTime,5,7)}
</div>
<div
id=
'f15'
draggable=
'true'
class=
'f15'
>
${fn:substring(rfxm.createTime,8,10)}
</div>
<div
id=
'f16'
draggable=
'true'
class=
'f16'
>
${rfxm.ECN}
</div>
<div
id=
'f17'
draggable=
'true'
class=
'f17'
>
${rfxm.xxylb}
</div>
<div
id=
'f18'
draggable=
'true'
class=
'f18'
>
${rfxm.slbh}
</div>
<div
id=
'f19'
draggable=
'true'
class=
'f19'
>
${rfxm.jsdw}
</div>
<div
id=
'f20'
draggable=
'true'
class=
'f20'
>
${rfxm.xmmc}
</div>
<div
id=
'f21'
draggable=
'true'
class=
'f21'
>
${rfxm.jsdd}
</div>
<div
id=
'f22'
draggable=
'true'
class=
'f22'
>
${rfxm.zjsmj} 平方米
</div>
<div
id=
'f23'
draggable=
'true'
class=
'f23'
></div>
<div
id=
'f24'
draggable=
'true'
class=
'f24'
>
汤静
</div>
<div
id=
'f25'
draggable=
'true'
class=
'f25'
>
83321375
</div>
<div
id=
'f26'
draggable=
'true'
class=
'f26'
>
83377920
</div>
<div
id=
'f27'
draggable=
'true'
class=
'f27'
>
${fn:substring(rfxm.createTime,0,4)}
</div>
<div
id=
'f28'
draggable=
'true'
class=
'f28'
>
${fn:substring(rfxm.createTime,5,7)}
</div>
<div
id=
'f29'
draggable=
'true'
class=
'f29'
>
${fn:substring(rfxm.createTime,8,10)}
</div>
<div
id=
'f30'
draggable=
'true'
class=
'f30'
>
规划许可证号:${rfxm.xkzh}
</div>
<div
id=
'f31'
draggable=
'true'
class=
'f31'
>
规划项目编号:${rfxm.xmbh}
</div>
<
%
--
isRfyz =
1
显示人防章
--
%
>
<
%
--
isRfyz
!=
1
显示人防章未用章
--
%
>
<
%
--
isSbj =
1
市本级
--
%
>
<
%
--
isSbj
!=
1
非市本级
--
%
>
<
%
--
isSl =
1
竖联
--
%
>
<
%
--
isSl
!=
1
横联
--
%
>
<div
id=
'32'
draggable=
'true'
class=
'f32'
>
${zslxdbh}
</div>
<div
id=
'33'
draggable=
'true'
class=
'f33'
>
${zslxdbh}
</div>
<div
id=
'34'
draggable=
'true'
class=
'f34'
>
${jbr}
</div>
<c:if
test=
"${rfxm.isRfyz=='1'}"
>
<div
id=
'36'
draggable=
'true'
class=
'f36'
><img
src=
"${ctx}/images/img/zhang1.png"
alt=
""
></div>
<div
id=
'37'
draggable=
'true'
class=
'f37'
><img
src=
"${ctx}/images/img/zhang1.png"
alt=
""
></div>
</c:if>
<c:if
test=
"${rfxm.isSbj=='1'}"
>
<div
id=
'38'
draggable=
'true'
class=
'f38'
><img
src=
"${ctx}/images/img/zhang2.png"
alt=
""
></div>
<div
id=
'39'
draggable=
'true'
class=
'f39'
><img
src=
"${ctx}/images/img/zhang2.png"
alt=
""
></div>
</c:if>
</div>
</c:if>
<
%
--
竖联
--
%
>
<c:if
test=
"${rfxm.mjyj == '002' || rfxm.mjyj == '004'}"
>
<div
id=
"page1"
class=
'only_for_print pagestyle'
style=
'width:210mm;height:140mm;position:relative;'
>
<img
src=
"${ctx}/webResources/images/fanggaiban.jpg"
style=
"position:absolute;width:100%;height:100%"
/>
<div
id=
'f111'
draggable=
'true'
class=
'f111'
>
${paymentItemHis.ECN}
</div>
<div
id=
'f211'
draggable=
'true'
class=
'f211'
>
${paymentItemHis.jsdw}
</div>
<div
id=
'f311'
draggable=
'true'
class=
'f311'
>
${paymentItemHis.zslxdbh}
</div>
<div
id=
'f411'
draggable=
'true'
class=
'f411'
>
${fn:substring(paymentItemHis.xmmc,0,20)}
<br
/>
${fn:substring(paymentItemHis.xmmc,20,-1)}
</div>
<div
id=
'f511'
draggable=
'true'
class=
'f511'
>
${paymentItemHis.slbh}
</div>
<div
id=
'f611'
draggable=
'true'
class=
'f611'
>
${paymentItemHis.jsdd}
</div>
<div
id=
'f711'
draggable=
'true'
class=
'f711'
>
${paymentItemHis.lianxiren}
<br
/>
${paymentItemHis.phone}
</div>
<div
id=
'f811'
draggable=
'true'
class=
'f811'
>
${paymentItemHis.csmj}
</div>
<div
id=
'f911'
draggable=
'true'
class=
'f911'
>
${paymentItemHis.ptyjje}
</div>
<div
id=
'f1211'
draggable=
'true'
class=
'f1211'
></div>
<div
id=
'f1311'
draggable=
'true'
class=
'f1311'
></div>
<div
id=
'f1411'
draggable=
'true'
class=
'f1411'
>
${fn:substring(paymentItemHis.createTime,0,4)}
</div>
<div
id=
'f1511'
draggable=
'true'
class=
'f1511'
>
${fn:substring(paymentItemHis.createTime,5,7)}
</div>
<div
id=
'f1611'
draggable=
'true'
class=
'f1611'
>
${fn:substring(paymentItemHis.createTime,8,10)}
</div>
<div
id=
'f1711'
draggable=
'true'
class=
'f1711'
>
${paymentItemHis.ECN}
</div>
<div
id=
'f1811'
draggable=
'true'
class=
'f1811'
>
${paymentItemHis.jsdw}
</div>
<div
id=
'f1911'
draggable=
'true'
class=
'f1911'
>
${paymentItemHis.zslxdbh}
</div>
<div
id=
'f2011'
draggable=
'true'
class=
'f2011'
>
${fn:substring(paymentItemHis.xmmc,0,20)}
<br
/>
${fn:substring(paymentItemHis.xmmc,20,-1)}
</div>
<div
id=
'f2111'
draggable=
'true'
class=
'f2111'
>
${paymentItemHis.slbh}
</div>
<div
id=
'f2211'
draggable=
'true'
class=
'f2211'
>
${paymentItemHis.jsdd}
</div>
<div
id=
'f2311'
draggable=
'true'
class=
'f2311'
>
${paymentItemHis.lianxiren}
<br
/>
${paymentItemHis.phone}
</div>
<div
id=
'f2411'
draggable=
'true'
class=
'f2411'
>
${paymentItemHis.csmj}
</div>
<div
id=
'f2511'
draggable=
'true'
class=
'f2511'
>
</div>
<div
id=
'f2811'
draggable=
'true'
class=
'f2811'
>
${fn:substring(paymentItemHis.createTime,0,4)}
</div>
<div
id=
'f2911'
draggable=
'true'
class=
'f2911'
>
${fn:substring(paymentItemHis.createTime,5,7)}
</div>
<div
id=
'f3011'
draggable=
'true'
class=
'f3011'
>
${fn:substring(paymentItemHis.createTime,8,10)}
</div>
<div
id=
'f3111'
draggable=
'true'
class=
'f3111'
><img
src=
"${ctx}/images/img/zhang1.png"
alt=
""
></div>
<div
id=
'f3211'
draggable=
'true'
class=
'f3211'
><img
src=
"${ctx}/images/img/zhang1.png"
alt=
""
></div>
</div>
</c:if>
<OBJECT
ID=
"jatoolsPrinter"
CLASSID=
"CLSID:B43D3361-D075-4BE2-87FE-057188254255"
codebase=
"/njzsb/plugin/jatoolsPrinter.cab#version=8,6,0,0"
width=
"0"
height=
"0"
>
</OBJECT>
</body>
</html>
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