Commit aad2db03 by 泽锋 李

fix

parent 5bee1b79
...@@ -92,7 +92,7 @@ namespace AutoTurnOver.Models ...@@ -92,7 +92,7 @@ namespace AutoTurnOver.Models
} }
else if((int)dc_report_cash_flow_log_data_type_enum.新增头程费用 == data_type || (int)dc_report_cash_flow_log_data_type_enum.新增头程费用_首单 == data_type) else if((int)dc_report_cash_flow_log_data_type_enum.新增头程费用 == data_type || (int)dc_report_cash_flow_log_data_type_enum.新增头程费用_首单 == data_type)
{ {
return "http://trans.bailuntec.com/#/allot-manage/ordinaryAllotOrderList?ordercode=" + no; return "http://trans.bailuntec.com/#/allot-manage/ordinaryAllotOrderList?ordercode=" + item;
} }
else if ((int)dc_report_cash_flow_log_data_type_enum.新增采购费用 == data_type || (int)dc_report_cash_flow_log_data_type_enum.新增采购费用_首单 == data_type) else if ((int)dc_report_cash_flow_log_data_type_enum.新增采购费用 == data_type || (int)dc_report_cash_flow_log_data_type_enum.新增采购费用_首单 == data_type)
{ {
......
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