Commit a76f7a1d by 王昆

gsbn

parent c3c3beea
......@@ -396,7 +396,7 @@ class InvoiceService extends ServiceBase {
let tax_ladder = null,other_ladder = null;
if(invoice_type=="10"){ //专业发票
tax_ladder = JSON.parse(businessmenBean.common_tax_ladder);
other_ladder = JSON.parse(businessmenBean.common_ohter_ladder);
other_ladder = JSON.parse(businessmenBean.common_other_ladder);
} else{ //普通发票
tax_ladder = JSON.parse(businessmenBean.special_tax_ladder);
other_ladder = JSON.parse(businessmenBean.special_other_ladder);
......
......@@ -182,11 +182,11 @@ class System {
// merchant: "http://127.0.0.1:3101" + path,
// 订单服务
order: domain2 + ":3103" + path,
order: domain + ":3103" + path,
// order: domain + ":3103" + path,
// 发票服务
invoice: domain2 + ":3105" + path,
invoice: domain + ":3105" + path,
// invoice: domain + ":3105" + path,
// 用户中心
......
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