Commit bcda7cd8 by 泽锋 李

推送给采购系统的调拨单,默认用铁路运输

parent a0f4962c
...@@ -127,7 +127,7 @@ namespace AutoTurnOver.Services ...@@ -127,7 +127,7 @@ namespace AutoTurnOver.Services
mPlanToPurchaseDto data = new mPlanToPurchaseDto mPlanToPurchaseDto data = new mPlanToPurchaseDto
{ {
bp_sendtype = 1, bp_sendtype = 4,
bp_send = item.Key.warehouse_type != "国内仓" ? 1 : 0, bp_send = item.Key.warehouse_type != "国内仓" ? 1 : 0,
bp_sendfromCode = item.Key.warehouse_type != "国内仓" ? "GZBLZZG" : item.Key.warehouse_code, bp_sendfromCode = item.Key.warehouse_type != "国内仓" ? "GZBLZZG" : item.Key.warehouse_code,
bp_sendtoCode = item.Key.warehouse_type != "国内仓" ? item.Key.warehouse_code : null, bp_sendtoCode = item.Key.warehouse_type != "国内仓" ? item.Key.warehouse_code : null,
......
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