From a1e9d025814d00d996d5937743371b6fba9e0d48 Mon Sep 17 00:00:00 2001 From: xiezhiwen Date: Mon, 14 Jan 2019 19:20:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=AD=E8=AF=81=E6=8E=A5=E5=8F=A3=E8=A7=A6?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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(){