Commit 0ed68f92 by 孙亚楠

dd

parent 15ebbbb3
......@@ -201,7 +201,7 @@ class IInvoiceService extends ServiceBase {
await this.setStatus(list);
for (let item of list) {
if (item.red_status == 0) {
item.red_status_name = "红冲";
item.red_status_name = "红冲";
} else if (item.red_status == 1) {
item.red_status_name = '已经红冲';
} else if (item.red_status == 2) {
......
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