Commit c2c76460 by 王昆

gsb

parent 4a82ec6a
......@@ -33,6 +33,7 @@ class IinvoicedeliverService extends ServiceBase {
let list = await this.dao.pageByParams(params);
if (list) {
for (var item of list) {
item.red_status_name = "未红冲";
this.handleDate(item, ['updated_at', 'created_at'], 'YYYY-MM-DD HH:mm:ss');
this.handleDate(item, ['invoice_time', 'apply_time'], 'YYYY-MM-DD');
}
......
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