Commit 80929d3b by 王昆

gsb

parent a567c4f5
...@@ -830,13 +830,14 @@ class ApplyService extends ServiceBase { ...@@ -830,13 +830,14 @@ class ApplyService extends ServiceBase {
where: { where: {
id: item.id id: item.id
}, },
attributes: ['status'] attributes: ['status', 'invoiceImg']
}); });
if (_invoice.status) { if (_invoice.status) {
this.dao.setRowCodeName(_invoice, "status"); this.dao.setRowCodeName(_invoice, "status");
} else { } else {
_invoice.status = ""; _invoice.status = "";
} }
item.invoiceImg = this.trim(_invoice.invoiceImg);
item.delivererStatus = _invoice.statusName; item.delivererStatus = _invoice.statusName;
//处理时间 //处理时间
this.handleDate(item, ["invoiceTime"], null, -8); this.handleDate(item, ["invoiceTime"], null, -8);
......
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