From b411cadb2e3dd2f4bdbdea138faa28098d6052c1 Mon Sep 17 00:00:00 2001 From: zhangjun <894861882@qq.com> Date: Fri, 13 Dec 2019 16:54:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E7=BB=AD=E8=B4=B9=E7=8E=87=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LBAssetTransferRegistration/PoundageMaintenanceList.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/PoundageMaintenanceList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/PoundageMaintenanceList.jsp index fe803e0f0..1b4b18a50 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/PoundageMaintenanceList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/PoundageMaintenanceList.jsp @@ -40,7 +40,7 @@ AsDialog.PopView(sUrl,"ID="+id+"&startDate="+startDate+"&chargeChannel="+chargeChannel+"&chargeWay="+chargeWay,"resizable=yes;dialogWidth=850px;dialogHeight=200px;center:yes;status:no;statusbar:no",function(){reloadSelf();},"修改信息"); } function deleteRecord(){ - var ownNumber = getItemValue(0,getRow(),'subject'); + var ownNumber = getItemValue(0,getRow(),'charge_channel'); if(typeof(ownNumber)=="undefined" || ownNumber.length==0 ){ alert("请选择一条信息!"); return ;