Commit 54f5f57c authored by eddie.woo's avatar eddie.woo

modify

parent e0128142
......@@ -364,8 +364,9 @@
},
function (isConfirm) {
if (isConfirm) {
vatReportService.hasManualDataSource(vatSessionService.project.id,vatSessionService.month).then(function (hasManual) {
if(hasManual){
vatReportService.hasManualDataSource(vatSessionService.project.id, vatSessionService.month).then(function (hasManual) {
if (hasManual) {
setTimeout(function () {
swal({
title: "warning!",
text: "是否保留手工数据!",
......@@ -380,11 +381,12 @@
function (isConfirm) {
if (isConfirm) {
doStartCaculate2(true);
}else{
} else {
doStartCaculate2(false);
}
});
}else{
}, 500);
} else {
doStartCaculate2(false);
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment