diff --git a/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp b/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp index 8633f08cd..f35029bde 100644 --- a/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp +++ b/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp @@ -35,9 +35,12 @@ * 凭证NC接口生成xml文件 */ function NCInterface(){ - alert("传输开始"); - var mes = RunJavaMethodTrans("com.tenwa.voucher.serviceImp.VoucherSysJointNCServiceImpl","sendVoucherData",""); - alert("传输完成"); + var res = RunJavaMethodTrans("com.tenwa.voucher.serviceImp.VoucherToNCforVoucherPZ","sendVoucherData",""); + if(res=="true"){ + alert("传输成功 !"); + }else{ + alert("传输失败 !"); + } } function synVoucherCode(){