凭证接口触发

This commit is contained in:
xiezhiwen 2019-01-14 19:20:52 +08:00
parent 629fa6ed1c
commit a1e9d02581

View File

@ -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(){