Commit 960c0402 authored by houyu's avatar houyu

补录提示

parent 7a7b9629
<%@page language="java" pageEncoding="UTF-8" isELIgnored="false"%>
<%@include file="/common/header.jsp"%>
<%@page language="java" pageEncoding="UTF-8" isELIgnored="false" %>
<%@include file="/common/header.jsp" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>项目管理</title>
<%@include file="/common/jsLib.jsp"%>
<title>项目管理</title>
<%@include file="/common/jsLib.jsp" %>
<style>
.l-btn-icon.icon-add {
margin-top: -7px;
}
</style>
<script>
<script>
var index4Sf = 1;
/* $(document).ready(function () {
$("#showTitle").title($("#sfxmmcselect option:selected").val().text());
});*/
/* $(document).ready(function () {
$("#showTitle").title($("#sfxmmcselect option:selected").val().text());
});*/
function onSelected() {
var option = $("#sfxmmcselect option:selected").val();
var show = option;
// document.getElementById("#showTitle").title("title");
// $("#showTitle").attr('title',show);
document.getElementById ("showTitle").setAttribute("title",show)
document.getElementById ("showTitle").title =show;
document.getElementById("showTitle").setAttribute("title", show)
document.getElementById("showTitle").title = show;
}
//验证收费信息
function verify1(data) {
var value;
var obj={};
var obj1={};
var flag1=true;
var boolean1=true;
var obj = {};
var obj1 = {};
var flag1 = true;
var boolean1 = true;
var message = "";
if ($("#yjjemx").val()=="" || $("#yjjemx").val()== undefined || $("#yjjemx").val()==null) {
$.messager.alert('提示', '请填写人防费应缴金额!');
return
if($(".yjjemx").is(':visible') == true){
if ($("#yjjemx").val() == "" || $("#yjjemx").val() == undefined || $("#yjjemx").val() == null) {
$.messager.alert('提示', '请填写人防费应缴金额!');
return
}
}
$("input[name=file1]").each(function(){
if($(this).val()!="") {
var name = $(this).parent().siblings().find("input").val();
$("input[name=file1]").each(function () {
if ($(this).val() != "") {
var name = $(this).parent().siblings().find("input").val();
flag1 = $(this).parent().siblings().find("input[type='checkbox']").is(':checked');
if(!flag1)
{
boolean1= false;
if (!flag1) {
boolean1 = false;
// $.messager.alert('提示',"请在"+name+"选中复选框");
message = "请选中复选框";
message = "请选中复选框";
return;
}
}
});
$("input[name=id]:checked").each(function(){
$("input[name=id]:checked").each(function () {
var name = $(this).val();
value = $(this).parent().siblings().find("input").val();
value = value.substring(value.lastIndexOf("\\")+1);
value = value.substring(value.lastIndexOf("\\") + 1);
var no = $(this).parent().parent().find("input[name=wdno]").val();
if(value=="")
{
boolean1= false;
if (value == "") {
boolean1 = false;
// $.messager.alert('提示',"请上传"+$(this).val()+"文件");
message = "请上传文件";
message = "请上传文件";
return;
}
obj[value] = name;
......@@ -69,87 +70,88 @@
$("#originFileName").val(JSON.stringify(obj1));
//1.收费项目数量<=7;
//2.三种状态其中一种改变,则对应的此状态不允许再添加新的缴费信息;
//2.三种状态其中一种改变,则对应的此状态不允许再添加新的缴费信息;
/*} else {*/
var cnjfhj = $('#sfTable input[name="rfxmsfxx.cnjfhj"]:checked').val();
if (cnjfhj=="" && $('#cnjfhj').val()!=undefined && $('#cnjfhj').val() !=null){
/*} else {*/
var cnjfhj = $('#sfTable input[name="rfxmsfxx.cnjfhj"]:checked').val();
if (cnjfhj == "" && $('#cnjfhj').val() != undefined && $('#cnjfhj').val() != null) {
var val = $('#cnjfhj').val();
cnjfhj = val;
}
}
if (!boolean1) {
$.messager.alert('提示', message);
return;
}
var ids = $("#sfxxid").val();
var yzsqy = $('#yzsqy') .val();
var dsdw = $('#dsdw') .val();
var sfxmmc = $('#sfxmmcselect option:selected') .val();//选中的值
var shbm = $('#shbmselect option:selected') .val();//选中的值
var yjjemx = $('#yjjemx') .val();
var sfxmlxdbh = $('#sfxmlxdbh') .val();
var yzsqy = $('#yzsqy').val();
var dsdw = $('#dsdw').val();
var sfxmmc = $('#sfxmmcselect option:selected').val();//选中的值
var shbm = $('#shbmselect option:selected').val();//选中的值
var yjjemx = $('#yjjemx').val();
var sfxmlxdbh = $('#sfxmlxdbh').val();
$.ajax({
async: false,
url: "${ctx}/jsp/rfxm/rfxmSfxxCheck.action?flag=edit",
type: 'post',
dataType: 'json',
async: false,
data: {rfxmid : "${rfxm.id}", "rfxmsfxx.yjjemx":yjjemx, "rfxmsfxx.sfxmlxdbh":sfxmlxdbh},
error: function () {
$.messager.alert('错误', '提交出错!');
},
success: function (data) {
if (data.result) {
abc="1";
$.messager.confirm("提交","确定提交吗?",function(result){
if(result){
document.myform1.action="rfxmSfxxEdit1.action";
document.myform1.submit();
}
$.ajax({
async: false,
url: "${ctx}/jsp/rfxm/rfxmSfxxCheck.action?flag=edit",
type: 'post',
dataType: 'json',
async: false,
data: {rfxmid: "${rfxm.id}", "rfxmsfxx.yjjemx": yjjemx, "rfxmsfxx.sfxmlxdbh": sfxmlxdbh},
error: function () {
$.messager.alert('错误', '提交出错!');
},
success: function (data) {
if (data.result) {
abc = "1";
$.messager.confirm("提交", "确定提交吗?", function (result) {
if (result) {
document.myform1.action = "rfxmSfxxEdit1.action";
document.myform1.submit();
}
parent.close_win();
reloadData();
});
} else {
abc="0";
// $("#yzjg").html('添加失败!'+data.message);
$.messager.alert('错误', '验证失败,'+data.message);
return;
}
}
});
}
});
} else {
abc = "0";
// $("#yzjg").html('添加失败!'+data.message);
$.messager.alert('错误', '验证失败,' + data.message);
return;
}
}
});
}
function getShbmBySfxmmc() {
//监测收费项目名称选择框
/*$("#sfxmmcselect").change(function(){*/
//置空部门选择框
var yzsqy = $('#yzsqy') .val();
var dsdw = $('#dsdw') .val();
var yzsqy = $('#yzsqy').val();
var dsdw = $('#dsdw').val();
var sfxmmc = $("#sfxmmcselect option:selected").val();
//异步获取
//根据一级select的值,异步获取数据更新二级的选项
$.ajax({
type:'get',
url:'${ctx}/jsp/rfxm/getShbmList.action',
data:{
"rfxmsfxx.sfxmmc":sfxmmc,
"rfxmsfxx.yzsqy":yzsqy,
"rfxmsfxx.dsdw":dsdw
type: 'get',
url: '${ctx}/jsp/rfxm/getShbmList.action',
data: {
"rfxmsfxx.sfxmmc": sfxmmc,
"rfxmsfxx.yzsqy": yzsqy,
"rfxmsfxx.dsdw": dsdw
},
cache:false,
dataType:'json',
success:function(secondDatas){
cache: false,
dataType: 'json',
success: function (secondDatas) {
// var data = eval('('+secondDatas+')');
var data = secondDatas.rows;
if (secondDatas.total != undefined && secondDatas.total != "" && secondDatas.total > 0) {
$("#shbmselect").empty();
}
//遍历回传的数据添加到二级select
$.each(data, function(key, secondData) {
$.each(data, function (key, secondData) {
var option = '<option value="'+secondData+'">'+secondData+'</option>'
var option = '<option value="' + secondData + '">' + secondData + '</option>'
$("#shbmselect").append(option)
})
......@@ -158,249 +160,284 @@
//三级select隐藏
$("#box-select-third").fadeOut("slow");*/
},
error:function(){
error: function () {
$.messager.alert('错误', '获取失败!');
}
});
/*});*/
}
function scan(d){
function scan(d) {
var text = $(d).parent().parent().find("input[type='checkbox']").val();
console.log(text);
// alert(text);
window.open('${ctx}/scan.jsp?id='+encodeURIComponent(text));
window.open('${ctx}/scan.jsp?id=' + encodeURIComponent(text));
}
function consoleConfig(data) {
console.log($("#myform1").rfxm.cnjfhj);
console.log($("#myform1").rfxm.cnjfhj);
}
function numberCheck(num){
function numberCheck(num) {
var cost = num.value;
var reg = /(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/;
if (!reg.test(cost)){
if (!reg.test(cost)) {
$.messager.alert({
title : '提示信息!',
msg : '金额的输入格式不正确,请确认!'
title: '提示信息!',
msg: '金额的输入格式不正确,请确认!'
});
return ;
return;
}
}
</script>
</head>
<body validform="true">
<div class="page_dialog">
<div class="inner6px">
<div class="cell" style="width: 100%">
<table width="100%" border="0">
<tr>
<td width="15%">项目信息</td>
</tr>
<tr>
<th width="15%">项目代码</th>
<td width="35%">
<input id="xmdm" name="rfxm.xmdm" style="width:90%" value="${rfxm.xmdm}" disabled/>
<font style='color:red'>*</font>
</td>
<th width="15">信息一览表编号</th>
<td width="35%">
<input id="xxylbbh" name="rfxm.xxylbbh" style="width:90%" value="${rfxm.xxylbbh}" disabled/>
</td>
</tr>
<tr>
<th width="15">规划项目编号</th>
<td width="35%">
<input id="xmbh" name="rfxm.xmbh" style="width:90%" value="${rfxm.xmbh}" disabled/>
</td>
<th width="15">建设单位名称</th>
<td width="35%">
<input id="jsdwmc" name="rfxm.jsdwmc" style="width:90%" value="${rfxm.jsdwmc}" disabled/>
</td>
</tr>
<tr>
<th width="15">规划许可证编号</th>
<td width="35%">
<input id="xkzh" name="rfxm.xkzh" style="width:90%" value="${rfxm.xkzh}" disabled/>
</td>
<th width="15">二级统计单位</th>
<td width="35%">
<input id="zsfw" name="rfxm.zsfw" value="${rfxm.zsfw}" disabled/>
</td>
</tr>
<tr>
<th width="15">工程项目名称</th>
<td width="35%">
<input id="gcxmmc" name="rfxm.gcxmmc" style="width:90%" value="${rfxm.gcxmmc}" disabled/>
<font style='color:red'>*</font>
</td>
<th width="15">工程项目地点</th>
<td width="35%">
<input id="gcxmdd" name="rfxm.gcxmdd" style="width:90%" value="${rfxm.gcxmdd}" disabled/>
<font style='color:red'>*</font>
</td>
</tr>
<tr>
<th width="15">地上建筑面积</th>
<td width="35%">
<input id="dsjzmj" name="rfxm.dsjzmj" style="width:90%" value="${rfxm.dsjzmj}" disabled/>
<font style='color:red'>*</font>
</td>
<th width="15">地下建筑面积</th>
<td width="35%">
<input id="dxjzmj" name="rfxm.dxjzmj" style="width:90%" value="${rfxm.dxjzmj}" disabled/>
<font style='color:red'>*</font>
</td>
</tr>
<tr>
<th width="15">建设单位联系人</th>
<td width="35%">
<input id="jsdwlxr" name="rfxm.jsdwlxr" style="width:90%" value="${rfxm.jsdwlxr}" disabled/>
<font style='color:red'>*</font>
</td>
<th width="15">联系电话</th>
<td width="35%">
<input id="lxdh" name="rfxm.lxdh" style="width:90%" value="${rfxm.lxdh}" disabled/>
</td>
</tr>
</table>
<form name="myform1" method="post" enctype="multipart/form-data">
<s:token />
<input type="hidden" name="flag" value="${flag}">
<input type="hidden" name="rfxm.id" value="${rfxm.id}">
<input id="sfxxid" type="hidden" name="rfxmsfxx.id" value="${rfxmsfxx.id}">
<input type="hidden" name="allFileName" id="allFileName"/>
<input type="hidden" name="originFileName" id="originFileName"/>
<div class="page_dialog">
<div class="inner6px">
<div class="cell" style="width: 100%">
<table width="100%" border="0">
<tr>
<td width="15%">项目信息</td>
</tr>
<tr>
<th width="15%">项目代码</th>
<td width="35%">
<input id="xmdm" name="rfxm.xmdm" style="width:90%" value="${rfxm.xmdm}" disabled/>
<font style='color:red'>*</font>
</td>
<th width="15">信息一览表编号</th>
<td width="35%">
<input id="xxylbbh" name="rfxm.xxylbbh" style="width:90%" value="${rfxm.xxylbbh}" disabled/>
</td>
</tr>
<tr>
<th width="15">规划项目编号</th>
<td width="35%">
<input id="xmbh" name="rfxm.xmbh" style="width:90%" value="${rfxm.xmbh}" disabled/>
</td>
<th width="15">建设单位名称</th>
<td width="35%">
<input id="jsdwmc" name="rfxm.jsdwmc" style="width:90%" value="${rfxm.jsdwmc}" disabled/>
</td>
</tr>
<tr>
<th width="15">规划许可证编号</th>
<td width="35%">
<input id="xkzh" name="rfxm.xkzh" style="width:90%" value="${rfxm.xkzh}" disabled/>
</td>
<th width="15">二级统计单位</th>
<td width="35%">
<input id="zsfw" name="rfxm.zsfw" value="${rfxm.zsfw}" disabled/>
</td>
</tr>
<tr>
<th width="15">工程项目名称</th>
<td width="35%">
<input id="gcxmmc" name="rfxm.gcxmmc" style="width:90%" value="${rfxm.gcxmmc}" disabled/>
<font style='color:red'>*</font>
</td>
<th width="15">工程项目地点</th>
<td width="35%">
<input id="gcxmdd" name="rfxm.gcxmdd" style="width:90%" value="${rfxm.gcxmdd}" disabled/>
<font style='color:red'>*</font>
</td>
</tr>
<tr>
<th width="15">地上建筑面积</th>
<td width="35%">
<input id="dsjzmj" name="rfxm.dsjzmj" style="width:90%" value="${rfxm.dsjzmj}" disabled/>
<font style='color:red'>*</font>
</td>
<th width="15">地下建筑面积</th>
<td width="35%">
<input id="dxjzmj" name="rfxm.dxjzmj" style="width:90%" value="${rfxm.dxjzmj}" disabled/>
<font style='color:red'>*</font>
</td>
</tr>
<tr>
<th width="15">建设单位联系人</th>
<td width="35%">
<input id="jsdwlxr" name="rfxm.jsdwlxr" style="width:90%" value="${rfxm.jsdwlxr}" disabled/>
<font style='color:red'>*</font>
</td>
<th width="15">联系电话</th>
<td width="35%">
<input id="lxdh" name="rfxm.lxdh" style="width:90%" value="${rfxm.lxdh}" disabled/>
</td>
</tr>
</table>
<form name="myform1" method="post" enctype="multipart/form-data">
<s:token/>
<input type="hidden" name="flag" value="${flag}">
<input type="hidden" name="rfxm.id" value="${rfxm.id}">
<input id="sfxxid" type="hidden" name="rfxmsfxx.id" value="${rfxmsfxx.id}">
<input type="hidden" name="allFileName" id="allFileName"/>
<input type="hidden" name="originFileName" id="originFileName"/>
<div id="payDiv" class="easyui-accordion" style="">
<div id="showTitle" class="" title="修改收费信息" data-options="iconCls:'icon-ok'" style="overflow:auto;padding:10px;">
<table width="100%" border="0" id="sfTable">
<div id="payDiv" class="easyui-accordion" style="">
<div id="showTitle" class="" title="修改收费信息" data-options="iconCls:'icon-ok'"
style="overflow:auto;padding:10px;">
<table width="100%" border="0" id="sfTable">
<tr>
<th width="15">收费项目名称</th>
<td width="35%">
<select id="sfxmmcselect" name="rfxmsfxx.sfxmmc" style="width: 91%" onchange="getShbmBySfxmmc()">
<c:forEach items="${yzssxsfxmmcList}" var="obj">
<c:if test="${obj == rfxmsfxx.sfxmmc}">
<option value="${obj}" selected="selected">${obj}</option>
</c:if>
<c:if test="${obj != rfxmsfxx.sfxmmc}">
<option value="${obj}">${obj}</option>
</c:if>
</c:forEach>
</select>
</td>
<th width="15">审核部门</th>
<td width="35%">
<select id="shbmselect" name="rfxmsfxx.shbm" style="width: 91%">
<c:forEach items="${yzssxshbmList}" var="obj">
<c:if test="${obj == rfxmsfxx.shbm}">
<option value="${obj}" selected="selected">${obj}</option>
</c:if>
<c:if test="${obj != rfxmsfxx.shbm}">
<option value="${obj}">${obj}</option>
</c:if>
</c:forEach>
</select>
</td>
</tr>
<tr>
<th width="15%">收费项目联系单编号</th>
<td width="35%">
<input id="sfxmlxdbh" name="rfxmsfxx.sfxmlxdbh" value="${rfxmsfxx.sfxmlxdbh}" style="width:90%" datatype="*1-50" maxlength="50"/>
</td>
<th width="15">应缴金额</th>
<td width="35%">
<input id="yjjemx" name="rfxmsfxx.yjjemx" value="${rfxmsfxx.yjjemx}" style="width:90%" datatype="*1-50" errormsg='此项为必填' maxlength="50" onblur="numberCheck(this)"/>
<font style='color:red'>*</font>
</td>
</tr>
<tr>
<th width="15">缴费承诺环节${rfxmsfxx.tqjn}</th>
<c:if test="${rfxm.paymentLink ==1}">
<td width="35%">
施工许可前
</td>
</c:if>
<c:if test="${rfxm.paymentLink ==3}">
<td width="35%">
30日内
</td>
<th width="15">提前缴纳配套费</th>
<c:if test="${rfxmsfxx.tqjn == '0'}">
<td width="35%">
</td>
</c:if>
<c:if test="${rfxmsfxx.tqjn == '1'}">
<td width="35%">
</td>
</c:if>
</c:if>
</tr>
<tr>
<th width="15">缴费情况:</th>
<td colspan="3" style="text-align:left;">
<table width="100%" id="table">
<tr>
<th width="20%" style="text-align: left;"><input name="id" type="checkbox" value="征收联系单"><span id='fujianm'>征收联系单:</span></th>
<td style="text-align: left;"width="20%" colspan="2">
<input type="file" name="file1" >
<input type="button" value="扫描" onclick="scan(this)"/>
</td>
</tr>
<tr>
<th width="20%" style="text-align: left;"><input name="id" type="checkbox" value="税务反馈单"><span id='fujianm'>税务反馈单:</span></th>
<td style="text-align: left;"width="20%" colspan="2">
<input type="file" name="file1" >
<input type="button" value="扫描" onclick="scan(this)"/>
</td>
</tr>
<tr>
<th width="20%" style="text-align: left;"><input name="id" type="checkbox" value="先行缴纳配套费的申请"><span id='fujianm'>先行缴纳配套费的申请:</span></th>
<td style="text-align: left;"width="20%" colspan="2">
<input type="file" name="file1" >
<input type="button" value="扫描" onclick="scan(this)"/>
</td>
</tr>
<tr>
<th width="20%" style="text-align: left;"><input name="id" type="checkbox" value="完税证明"><span id='fujianm'>完税证明:</span></th>
<td style="text-align: left;"width="20%" colspan="2">
<input type="file" name="file1" >
<input type="button" value="扫描" onclick="scan(this)"/>
</td>
</tr>
</table>
</tr>
</table>
<tr>
<th width="15">收费项目名称</th>
<td width="35%">
<select id="sfxmmcselect" name="rfxmsfxx.sfxmmc" style="width: 91%"
onchange="getShbmBySfxmmc()">
<c:forEach items="${yzssxsfxmmcList}" var="obj">
<c:if test="${obj == rfxmsfxx.sfxmmc}">
<option value="${obj}" selected="selected">${obj}</option>
</c:if>
<c:if test="${obj != rfxmsfxx.sfxmmc}">
<option value="${obj}">${obj}</option>
</c:if>
</c:forEach>
</select>
</td>
<th width="15">审核部门</th>
<td width="35%">
<select id="shbmselect" name="rfxmsfxx.shbm" style="width: 91%">
<c:forEach items="${yzssxshbmList}" var="obj">
<c:if test="${obj == rfxmsfxx.shbm}">
<option value="${obj}" selected="selected">${obj}</option>
</c:if>
<c:if test="${obj != rfxmsfxx.shbm}">
<option value="${obj}">${obj}</option>
</c:if>
</c:forEach>
</select>
</td>
</tr>
<tr>
<th width="15%">收费项目联系单编号</th>
<td width="35%">
<input id="sfxmlxdbh" name="rfxmsfxx.sfxmlxdbh" value="${rfxmsfxx.sfxmlxdbh}"
style="width:90%" datatype="*1-50" maxlength="50"/>
</td>
<th width="15">应缴金额</th>
<c:if test="${ empty rfxm.paymentLink}">
<td width="35%" class="showyj">
<input class="yjjemx" id="yjjemx" name="rfxmsfxx.yjjemx" value="${rfxmsfxx.yjjemx}"
style="width:90%;margin-top: 6px;" datatype="*1-50" errormsg='此项为必填'
maxlength="50" onblur="numberCheck(this)"/>
<font style='color:red'>*</font>
</td>
<td width="35%" class="yjstyle">
<input name="rfxmsfxx.yjjemx" value="${rfxmsfxx.yjjemx}"
style="width:90%;margin-top: 6px;"/>
</td>
</c:if>
<c:if test="${rfxm.paymentLink == 1}">
<td width="35%" class="showyj">
<input class="yjjemx" id="yjjemx" value="${rfxmsfxx.yjjemx}"
name="rfxmsfxx.yjjemx" style="width:90%;margin-top: 6px;"
datatype="*1-50" errormsg='此项为必填' maxlength="50"
onblur="numberCheck(this)"/>
<font style='color:red'>*</font>
</td>
</c:if>
<c:if test="${rfxm.paymentLink == 3}">
<td width="35%">
<input id="yjjemx" value="${rfxmsfxx.yjjemx}" name="rfxmsfxx.yjjemx"
style="width:90%;margin-top: 6px;"/>
</td>
</c:if>
</td>
</tr>
<tr>
<th width="15">缴费承诺环节${rfxmsfxx.tqjn}</th>
<c:if test="${rfxm.paymentLink ==1}">
<td width="35%">
施工许可前
</td>
</c:if>
<c:if test="${rfxm.paymentLink ==3}">
<td width="35%">
30日内
</td>
<th width="15">提前缴纳配套费</th>
<c:if test="${rfxmsfxx.tqjn == '0'}">
<td width="35%">
</td>
</c:if>
<c:if test="${rfxmsfxx.tqjn == '1'}">
<td width="35%">
</td>
</c:if>
</c:if>
</tr>
<tr>
<th width="15">缴费情况:</th>
<td colspan="3" style="text-align:left;">
<table width="100%" id="table">
<tr>
<th width="20%" style="text-align: left;"><input name="id" type="checkbox"
value="征收联系单"><span
id='fujianm'>征收联系单:</span></th>
<td style="text-align: left;" width="20%" colspan="2">
<input type="file" name="file1">
<input type="button" value="扫描" onclick="scan(this)"/>
</td>
</tr>
<tr>
<th width="20%" style="text-align: left;"><input name="id" type="checkbox"
value="税务反馈单"><span
id='fujianm'>税务反馈单:</span></th>
<td style="text-align: left;" width="20%" colspan="2">
<input type="file" name="file1">
<input type="button" value="扫描" onclick="scan(this)"/>
</td>
</tr>
<tr>
<th width="20%" style="text-align: left;"><input name="id" type="checkbox"
value="先行缴纳配套费的申请"><span
id='fujianm'>先行缴纳配套费的申请:</span></th>
<td style="text-align: left;" width="20%" colspan="2">
<input type="file" name="file1">
<input type="button" value="扫描" onclick="scan(this)"/>
</td>
</tr>
<tr>
<th width="20%" style="text-align: left;"><input name="id" type="checkbox"
value="完税证明"><span
id='fujianm'>完税证明:</span></th>
<td style="text-align: left;" width="20%" colspan="2">
<input type="file" name="file1">
<input type="button" value="扫描" onclick="scan(this)"/>
</td>
</tr>
</table>
</tr>
</table>
</div>
</div>
<table>
<tr>
<th width="15">备注</th>
<td width="85%">
<textarea id="beizhu" name="rfxmsfxx.beizhu" style="width: 95%" ></textarea>
</td>
</tr>
</table>
</div>
</div>
<table>
<tr>
<th width="15">备注</th>
<td width="85%">
<textarea id="beizhu" name="rfxmsfxx.beizhu" style="width: 95%"></textarea>
</td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td colspan="4" height="100px" style="text-align:center">
<s:if test="flag=='edit'">
<a href="#" class="btn_01" type="button" onclick="verify1(this)">修改<b></b></a>&nbsp;
</s:if>
<a href="#" class="btn_01" onclick="parent.close_win('win_rfxmsfxx');">关闭<b></b></a>
</td>
</tr>
</table>
</form>
</div>
</div>
</div>
<table width="100%" border="0">
<tr>
<td colspan="4" height="100px" style="text-align:center">
<s:if test="flag=='edit'">
<a href="#" class="btn_01" type="button" onclick="verify1(this)">修改<b></b></a>&nbsp;
</s:if>
<a href="#" class="btn_01" onclick="parent.close_win('win_rfxmsfxx');">关闭<b></b></a>
</td>
</tr>
</table>
</form>
</div>
</div>
</div>
</body>
</html>
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