Commit 7f833be5 by 王昆

dd

parent 72b93f00
......@@ -164,7 +164,7 @@ class SaasinvoiceapplyService extends ServiceBase {
saasInvoiceApply.fee_type_name = "注册订单费用";
} else if (saasInvoiceApply.fee_type == "10") {
saasInvoiceApply.fee_type_name = "平台转账费用";
} else if (this.saasinvoiceDao.fee_type == "20") {
} else if (saasInvoiceApply.fee_type == "20") {
saasInvoiceApply.fee_type_name = "商户转账费用";
}
......@@ -173,7 +173,7 @@ class SaasinvoiceapplyService extends ServiceBase {
saasInvoiceApply.invoice_type_name = "增值税专用发票";
} else if (saasInvoiceApply.invoice_type == "20") {
saasInvoiceApply.invoice_type_name = "增值税普通发票";
} else if (this.saasinvoiceDao.invoice_type == "30") {
} else if (saasInvoiceApply.invoice_type == "30") {
saasInvoiceApply.invoice_type_name = "普通发票";
}
this.handleDate(saasInvoiceApply, ['updated_at', 'created_at'], 'YYYY-MM-DD HH:mm:ss');
......
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