Commit 03adc541 by 泽锋 李

历史调拨运费改成算在途+在库

parent 2c6b90b3
...@@ -73,6 +73,10 @@ namespace AutoTurnOver.Models.Report ...@@ -73,6 +73,10 @@ namespace AutoTurnOver.Models.Report
/// </summary> /// </summary>
public int quantity_final_advise_ocean; public int quantity_final_advise_ocean;
/// <summary> /// <summary>
/// 调拨周期
/// </summary>
public int quantity_final_advise_ocean_transfer_days;
/// <summary>
/// 海运供应链长度销量 /// 海运供应链长度销量
/// </summary> /// </summary>
public dynamic turnover_sales_ocean; public dynamic turnover_sales_ocean;
......
...@@ -16,9 +16,15 @@ namespace AutoTurnOver.Models ...@@ -16,9 +16,15 @@ namespace AutoTurnOver.Models
public decimal freight_unit_price { get; set; } public decimal freight_unit_price { get; set; }
/// <summary> /// <summary>
/// 当前总运费
/// </summary>
public decimal freight { get; set; }
/// <summary>
/// 更新时间 /// 更新时间
/// </summary> /// </summary>
public DateTime update_time { get; set; } public DateTime update_time { get; set; }
public string formula { get; set; }
} }
...@@ -35,6 +41,10 @@ namespace AutoTurnOver.Models ...@@ -35,6 +41,10 @@ namespace AutoTurnOver.Models
/// 运费单价 /// 运费单价
/// </summary> /// </summary>
public decimal freight_unit_price { get; set; } public decimal freight_unit_price { get; set; }
/// <summary>
/// 总价
/// </summary>
public decimal freight { get; set; }
/// <summary> /// <summary>
...@@ -59,5 +69,6 @@ namespace AutoTurnOver.Models ...@@ -59,5 +69,6 @@ namespace AutoTurnOver.Models
/// </summary> /// </summary>
public string action_log_id { get; set; } public string action_log_id { get; set; }
public string remarks { get; set; } public string remarks { get; set; }
public string formula { get; set; }
} }
} }
...@@ -24,7 +24,7 @@ namespace ResetOutofstock ...@@ -24,7 +24,7 @@ namespace ResetOutofstock
//dc_base_trans_temp_schedule_dao.SynchroTransTempScheduleData(true); //dc_base_trans_temp_schedule_dao.SynchroTransTempScheduleData(true);
//dc_auto_turnover.CalculationProfitAnalysis("LM-EO-007", "MMDUSFBA"); //dc_auto_turnover.CalculationProfitAnalysis("LM-EO-007", "MMDUSFBA");
//dc_auto_turnover.SynchroCalculationProfitAnalysis(); //dc_auto_turnover.SynchroCalculationProfitAnalysis();
//dc_base_transfer_freight_dao.CalculationSingle("LM-EO-007", "MMDUSFBA");
} }
catch (Exception ex) catch (Exception ex)
{ {
......
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