Commit f6188472 authored by youjie's avatar youjie

no message

parent 51093612
...@@ -605,9 +605,9 @@ ...@@ -605,9 +605,9 @@
that.loading = true; that.loading = true;
that.apipost("dmcstatistics_post_CheckShopDetailsDMCRate", nMsg, res => { that.apipost("dmcstatistics_post_CheckShopDetailsDMCRate", nMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
if (res.data.result == 0) { if (res.data.data.result == 0) {
// that.Error("请检查汇率有为0的数据,请先在【操作】里面修改汇率再生成财务单据!"); // that.Error("请检查汇率有为0的数据,请先在【操作】里面修改汇率再生成财务单据!");
that.Error(res.data.errorMessage); that.Error(res.data.data.errorMessage);
that.loading = false; that.loading = false;
that.isShowFinaceDailog = false; that.isShowFinaceDailog = false;
} else { } else {
......
...@@ -420,9 +420,9 @@ ...@@ -420,9 +420,9 @@
that.loading = true; that.loading = true;
that.apipost("dmcstatistics_post_CheckShopDetailsDMCRate", nMsg, res => { that.apipost("dmcstatistics_post_CheckShopDetailsDMCRate", nMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
if (res.data.result == 0) { if (res.data.data.result == 0) {
// that.Error("请检查汇率有为0的数据,请先在【操作】里面修改汇率再生成财务单据!"); // that.Error("请检查汇率有为0的数据,请先在【操作】里面修改汇率再生成财务单据!");
that.Error(res.data.errorMessage); that.Error(res.data.data.errorMessage);
that.loading = false; that.loading = false;
that.isShowFinaceDailog = false; that.isShowFinaceDailog = false;
} else { } else {
...@@ -439,7 +439,6 @@ ...@@ -439,7 +439,6 @@
}) })
}).catch(() => {}) }).catch(() => {})
}, },
}, },
mounted() { mounted() {
......
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