Commit edc855ec by 泽锋 李

fix

parent 1e02022c
......@@ -296,13 +296,13 @@ namespace AutoTurnOver.Controllers
public JsonResult PushBuySys(int limit, int offset, int main_id, string sort, string sku, string warehousecode,
DateTime? end_date, DateTime? start_date, string warehousetype, int? warehousearea, string order,
bool? ispush = null, int? type = null, string supplier_name = null, string purchase_user = null, string product_inner_code = null, bool? is_multiple_warehouse = false,
decimal? quantity_final_advise_price_max = null, decimal? quantity_final_advise_price_min = null)
decimal? quantity_final_advise_price_max = null, decimal? quantity_final_advise_price_min = null, int? purchase_type_jit = null)
{
try
{
var m = new dc_auto_purchase_advise_detailed_search_dto
{
main_id = main_id,
main_id = main_id,
sku = sku,
warehouse_code = warehousecode,
end_date = end_date,
......@@ -316,7 +316,8 @@ namespace AutoTurnOver.Controllers
product_inner_code = product_inner_code,
is_multiple_warehouse = is_multiple_warehouse.Value,
quantity_final_advise_price_max = quantity_final_advise_price_max,
quantity_final_advise_price_min = quantity_final_advise_price_min
quantity_final_advise_price_min = quantity_final_advise_price_min,
purchase_type_jit = purchase_type_jit
};
var total = 0;
......
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