凭证接口触发
This commit is contained in:
parent
629fa6ed1c
commit
a1e9d02581
@ -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(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user