Commit 99749d01 by 孙亚楠

dd

parent b26428f8
...@@ -192,6 +192,9 @@ class ObusinessmenService extends ServiceBase { ...@@ -192,6 +192,9 @@ class ObusinessmenService extends ServiceBase {
if (list) { if (list) {
for (var row of list) { for (var row of list) {
this.handleDate(row, ["created_at", "assignTime","reg_date","tax_reg_day","updated_at"], null, -8); this.handleDate(row, ["created_at", "assignTime","reg_date","tax_reg_day","updated_at"], null, -8);
row.service_rate=system.f2y(row.service_rate);
row.cost_rate=system.f2y(row.cost_rate);
row.tax_rate=system.f2y(row.tax_rate);
if(row.invoice_content) { if(row.invoice_content) {
try { try {
row.invoice_content = JSON.parse(row.invoice_content); row.invoice_content = JSON.parse(row.invoice_content);
......
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