Commit 24308627 authored by houyu's avatar houyu

查看展示

parent f6774eef
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
document.myform1.submit(); document.myform1.submit();
parent.reloadDate(); parent.reloadDate();
parent.close_win('win_rfxmsfxx'); parent.close_win('win_rfxmsfxx');
/*$.ajax({ $.ajax({
async: false, async: false,
url: "${ctx}/jsp/rfxm/rfxmSfxxReview.action", url: "${ctx}/jsp/rfxm/rfxmSfxxReview.action",
type: 'post', type: 'post',
...@@ -77,43 +77,43 @@ ...@@ -77,43 +77,43 @@
// $("#yzjg").html('添加失败!'+data.message); // $("#yzjg").html('添加失败!'+data.message);
setTimeout(function () { parent.close_win('win_rfxmsfxx'); }, 2000); setTimeout(function () { parent.close_win('win_rfxmsfxx'); }, 2000);
/!*parent.close_win('win_rfxmsfxx'); parent.close_win('win_rfxmsfxx');
return;*!/ return;
} }
/!*window.location.reload(); // window.location.reload();
var curTabWin = null; var curTabWin = null;
var curTab = parent.$('#main-center').tabs('getSelected'); var curTab = parent.$('#main-center').tabs('getSelected');
if (curTab && curTab.find('iframe').length > 0) { if (curTab && curTab.find('iframe').length > 0) {
curTabWin = curTab.find('iframe')[0].contentWindow; curTabWin = curTab.find('iframe')[0].contentWindow;
} }
var childWin = document.getElementById('iframe_sfxxTab').contentWindow; var childWin = document.getElementById('iframe_sfxxTab').contentWindow;
childWin.reloadDate();*!/ childWin.reloadDate();
/!*parent.close_win("win_rfxmsfxx"); // parent.close_win("win_rfxmsfxx");
parent.document.frames["sfxxTab"].reloadDate();*!/ // parent.document.frames["sfxxTab"].reloadDate();
// reloadDate(); // reloadDate();
/!*setTimeout(parent.close_win('win_rfxmsfxx'),1000);*!/ // /!*setTimeout(parent.close_win('win_rfxmsfxx'),1000);*!/
} }
});*/ });
} }
<%--
/*/!*!//验证收费信息 //验证收费信息
function verify1(data) { function verify1(data) {
/!*if ($("#sfxmmc").val()=="" || $("#sfxmmc").val()== undefined || $("#sfxmmc").val()==null) { // /!*if ($("#sfxmmc").val()=="" || $("#sfxmmc").val()== undefined || $("#sfxmmc").val()==null) {
$.messager.alert('提示', '请填写收费项目名称!'); // $.messager.alert('提示', '请填写收费项目名称!');
return // return
}*!/ // }
if ($("#sfxmlxdbh").val()=="" || $("#sfxmlxdbh").val()== undefined || $("#sfxmlxdbh").val()==null) { // if ($("#sfxmlxdbh").val()=="" || $("#sfxmlxdbh").val()== undefined || $("#sfxmlxdbh").val()==null) {
$.messager.alert('提示', '请填写收费项目联系单编号!'); // $.messager.alert('提示', '请填写收费项目联系单编号!');
return // return
} // }
if ($("#yjjemx").val()=="" || $("#yjjemx").val()== undefined || $("#yjjemx").val()==null) { // if ($("#yjjemx").val()=="" || $("#yjjemx").val()== undefined || $("#yjjemx").val()==null) {
$.messager.alert('提示', '请填写应缴金额明细!'); // $.messager.alert('提示', '请填写应缴金额明细!');
return // return
} // }
/!*if ($("#shbm").val()=="" || $("#shbm").val()== undefined || $("#shbm").val()==null) { // /!*if ($("#shbm").val()=="" || $("#shbm").val()== undefined || $("#shbm").val()==null) {
$.messager.alert('提示', '请填写审核部门!'); // $.messager.alert('提示', '请填写审核部门!');
return // return
}*!/ // }
var value; var value;
var obj={}; var obj={};
...@@ -203,11 +203,10 @@ ...@@ -203,11 +203,10 @@
} }
} }
}); });
/!*}*!/
} }
function getShbmBySfxmmc() { function getShbmBySfxmmc() {
//监测收费项目名称选择框 //监测收费项目名称选择框
/!*$("#sfxmmcselect").change(function(){*!/ // /!*$("#sfxmmcselect").change(function(){*!/
//置空部门选择框 //置空部门选择框
var yzsqy = $('#yzsqy') .val(); var yzsqy = $('#yzsqy') .val();
...@@ -238,24 +237,23 @@ ...@@ -238,24 +237,23 @@
$("#shbmselect").append(option) $("#shbmselect").append(option)
}) })
/!* //二级select展示 //二级select展示
$("#box-select-second").fadeIn("slow"); $("#box-select-second").fadeIn("slow");
//三级select隐藏 //三级select隐藏
$("#box-select-third").fadeOut("slow");*!/ $("#box-select-third").fadeOut("slow");
}, },
error:function(){ error:function(){
$.messager.alert('错误', '获取失败!'); $.messager.alert('错误', '获取失败!');
} }
}); });
/!*});*!/ }
}*!/
function scan(d){ function scan(d){
var text = $(d).parent().parent().find("input[type='checkbox']").val(); var text = $(d).parent().parent().find("input[type='checkbox']").val();
console.log(text); console.log(text);
// alert(text); // alert(text);
window.open('${ctx}/scan.jsp?id='+encodeURIComponent(text)); window.open('${ctx}/scan.jsp?id='+encodeURIComponent(text));
}*/ --%> }
function consoleConfig(data) { function consoleConfig(data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment