Commit 80929d3b by 王昆

gsb

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