@@ -1975,7 +1975,7 @@ function printDzfp(patientId,times,receiptNo,loadingFlag,name,amount) {
successMesageSimaple("电子发票上传成功,即将打印!")
setTimeout(function(){
prn1PrintAndQRCode(patientId, times,rs.data.serialNo,name,amount);
- },1000)
+ },3000)
if(typeFlag == 1){
initFeeTable();
}