Commit ad1af9eb by 王昆

dd

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