Commit 1ec826b1 authored by 黄奎's avatar 黄奎

生成地接财务单据

parent 8a2dbe8a
......@@ -333,7 +333,7 @@
this.apipost('dmcstatistics_post_ShopCreateBill', billMsg, res => {
this.loading = false;
if (res.data.resultCode == 1) {
this.Info(res.data.message);
this.Success(res.data.message);
} else {
this.$message.error(res.data.message)
}
......
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