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
4d336825
Commit
4d336825
authored
Sep 06, 2022
by
徐州
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
31839919
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
30 deletions
+22
-30
PaymentVoucher_ZslxdList.jsp
...pages/account/paymentVoucher/PaymentVoucher_ZslxdList.jsp
+20
-28
Rfxm_Sfxx_View.jsp
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_View.jsp
+1
-1
struts-rfxm.xml
src/com/jshx/rfxm/conf/struts-rfxm.xml
+1
-1
No files found.
WebRoot/WEB-INF/pages/account/paymentVoucher/PaymentVoucher_ZslxdList.jsp
View file @
4d336825
...
...
@@ -138,34 +138,26 @@
},
async
:
false
,
success
:
function
(
data
){
if
(
data
.
result
){
$
.
messager
.
confirm
(
"提示"
,
"请核实费用到账是否正确"
,
function
(
result
)
{
if
(
result
){
if
(
""
==
zslxdbh
){
if
(
"001"
==
mjyj
||
"005"
==
mjyj
){
$
(
"#titleName"
).
text
(
"缴费凭证编号"
);
}
else
{
$
(
"#titleName"
).
text
(
"联系单编号"
);
}
$
(
"#win"
).
window
(
"open"
)
}
else
{
if
(
"001"
==
mjyj
||
"005"
==
mjyj
){
createSimpleWindow
(
"win_paymentVoucher"
,
"打印缴费凭证"
,
"${ctx}/jsp/paymentVoucher/printPaymentVoucher_GuiHua.action?id="
+
row_Id
+
"&zslxdbh="
+
zslxdbh
,
700
,
350
);
}
else
if
(
"002"
==
mjyj
){
createSimpleWindow
(
"win_paymentVoucher"
,
"打印补缴回复函(产权处)"
,
"${ctx}/jsp/paymentVoucher/printPaymentVoucher_ChanQuan.action?id="
+
row_Id
+
"&zslxdbh="
+
zslxdbh
,
700
,
350
);
}
else
if
(
"003"
==
mjyj
){
createSimpleWindow
(
"win_paymentVoucher"
,
"打印补缴回复函(紫金科创)"
,
"${ctx}/jsp/paymentVoucher/printPaymentVoucher_ZiJin.action?id="
+
row_Id
+
"&zslxdbh="
+
zslxdbh
,
700
,
350
);
}
else
if
(
"004"
==
mjyj
){
createSimpleWindow
(
"win_paymentVoucher"
,
"打印补缴回复函(房改办经适房)"
,
"${ctx}/jsp/paymentVoucher/printPaymentVoucher_FangGaiBan.action?id="
+
row_Id
+
"&zslxdbh="
+
zslxdbh
,
700
,
350
);
}
else
{
$
.
messager
.
alert
(
'提示'
,
'数据有误,请核实数据后再打印!'
);
}
}
}
});
}
else
{
$
.
messager
.
alert
(
'错误'
,
data
.
message
);
}
if
(
""
==
zslxdbh
){
if
(
"001"
==
mjyj
||
"005"
==
mjyj
){
$
(
"#titleName"
).
text
(
"缴费凭证编号"
);
}
else
{
$
(
"#titleName"
).
text
(
"联系单编号"
);
}
$
(
"#win"
).
window
(
"open"
)
}
else
{
if
(
"001"
==
mjyj
||
"005"
==
mjyj
){
createSimpleWindow
(
"win_paymentVoucher"
,
"打印缴费凭证"
,
"${ctx}/jsp/paymentVoucher/printPaymentVoucher_GuiHua.action?id="
+
row_Id
+
"&zslxdbh="
+
zslxdbh
,
700
,
350
);
}
else
if
(
"002"
==
mjyj
){
createSimpleWindow
(
"win_paymentVoucher"
,
"打印补缴回复函(产权处)"
,
"${ctx}/jsp/paymentVoucher/printPaymentVoucher_ChanQuan.action?id="
+
row_Id
+
"&zslxdbh="
+
zslxdbh
,
700
,
350
);
}
else
if
(
"003"
==
mjyj
){
createSimpleWindow
(
"win_paymentVoucher"
,
"打印补缴回复函(紫金科创)"
,
"${ctx}/jsp/paymentVoucher/printPaymentVoucher_ZiJin.action?id="
+
row_Id
+
"&zslxdbh="
+
zslxdbh
,
700
,
350
);
}
else
if
(
"004"
==
mjyj
){
createSimpleWindow
(
"win_paymentVoucher"
,
"打印补缴回复函(房改办经适房)"
,
"${ctx}/jsp/paymentVoucher/printPaymentVoucher_FangGaiBan.action?id="
+
row_Id
+
"&zslxdbh="
+
zslxdbh
,
700
,
350
);
}
else
{
$
.
messager
.
alert
(
'提示'
,
'数据有误,请核实数据后再打印!'
);
}
}
}
});
}
...
...
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_View.jsp
View file @
4d336825
...
...
@@ -61,7 +61,7 @@
},
success
:
function
(
data
)
{
if
(
data
.
result
)
{
getTabWindow
().
reloadDate
();
parent
.
reloadData
();
$
.
messager
.
alert
(
'提示'
,
data
.
message
,
"info"
,
function
()
{
parent
.
close_win
(
'win_rfxmsfxx'
);
});
...
...
src/com/jshx/rfxm/conf/struts-rfxm.xml
View file @
4d336825
...
...
@@ -73,7 +73,7 @@
<action
name=
"rfxmSfxxReview"
class=
"com.jshx.rfxm.web.RfxmAction"
method=
"rfxmSfxxReview"
>
<!-- <interceptor-ref name="tokenInterceptor" />-->
<!-- <interceptor-ref name="coreStack" />-->
<!-- <result name="reload" type="redirect">/common/successToSelf.jsp?windowId=win_rfxmsfxx</result>--
>
<result
name=
"reload"
type=
"redirect"
>
/common/successToSelf.jsp?windowId=win_rfxmsfxx2
</result
>
<!-- <result name="invalid.token">/invalid.jsp</result>-->
</action>
<!-- 收费列表查询,返回Json数据 -->
...
...
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