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
e4f920d2
Commit
e4f920d2
authored
Sep 28, 2022
by
houyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同步施工许可证-生成图片功能
parent
b710ceef
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
6 deletions
+13
-6
Jfzm_List.jsp
WebRoot/WEB-INF/pages/jfzm/Jfzm_List.jsp
+7
-1
Jfzm_view.jsp
WebRoot/WEB-INF/pages/jfzm/Jfzm_view.jsp
+0
-0
jfzm_print.jsp
WebRoot/WEB-INF/pages/jfzm/jfzm_print.jsp
+5
-4
Rfxm_Detail.jsp
WebRoot/WEB-INF/pages/rfxm/Rfxm_Detail.jsp
+1
-1
gz_half.jpg
WebRoot/images/img/gz_half.jpg
+0
-0
gz_half.png
WebRoot/images/img/gz_half.png
+0
-0
zhang_half.png
WebRoot/images/img/zhang_half.png
+0
-0
canvans.js
WebRoot/webResources/js/canvans.js
+0
-0
No files found.
WebRoot/WEB-INF/pages/jfzm/Jfzm_List.jsp
View file @
e4f920d2
...
...
@@ -310,7 +310,13 @@
}
function
jfzm_view
(
id
)
{
createSimpleWindow
(
"win_jfzm_view"
,
"查询缴款通知书"
,
"${ctx}/jsp/jfzm/jfzm_view.action?id="
+
id
,
800
,
800
);
//打印施工许可证功能需要用到js截图,此功能不支持ie浏览器
if
(
!!
window
.
ActiveXObject
||
(
"ActiveXObject"
in
window
))
{
alert
(
'请使用谷歌浏览器或360浏览器急速模式操作'
);
return
;
}
else
{
createSimpleWindow
(
"win_jfzm_view"
,
"同步施工许可"
,
"${ctx}/jsp/jfzm/jfzm_view.action?id="
+
id
,
800
,
900
);
}
}
</script>
...
...
WebRoot/WEB-INF/pages/jfzm/Jfzm_view.jsp
View file @
e4f920d2
This diff is collapsed.
Click to expand it.
WebRoot/WEB-INF/pages/jfzm/jfzm_print.jsp
View file @
e4f920d2
...
...
@@ -284,7 +284,6 @@
.f38
img
,
.f39
img
{
width
:
200px
;
height
:
60px
;
}
#page1
DIV
{
position
:
absolute
...
...
@@ -533,9 +532,11 @@
</td>
</tr>
</table>
</div></div></div>
</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}/images/img/gz.jpg"
style=
"position:absolute;width:100%;height:100%"
/>
...
...
@@ -651,7 +652,7 @@
</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%"
/>
...
...
WebRoot/WEB-INF/pages/rfxm/Rfxm_Detail.jsp
View file @
e4f920d2
<
%@
page
import=
"com.jshx.common.utils.Constant"
%
>
<
%@
page
import=
"com.jshx.core.utils.SysPropertiesUtil"
%
>
<
%@
page
import=
"java.io.File"
%
>
<
%@
page
import=
"com.jshx.common.utils.Constant"
%
>
<
%@
page
language=
"java"
pageEncoding=
"UTF-8"
isELIgnored=
"false"
%
>
<
%@
include
file=
"/common/header.jsp"
%
>
<
%
...
...
WebRoot/images/img/gz_half.jpg
0 → 100644
View file @
e4f920d2
985 KB
WebRoot/images/img/gz_half.png
0 → 100644
View file @
e4f920d2
985 KB
WebRoot/images/img/zhang_half.png
0 → 100644
View file @
e4f920d2
121 KB
WebRoot/webResources/js/canvans.js
0 → 100644
View file @
e4f920d2
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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