0
This commit is contained in:
parent
e790bd1517
commit
6335e88415
@ -315,7 +315,7 @@ namespace MyCode.Project.Services.Implementation
|
||||
// 1:零售业务7:售后发货;8:售后退货
|
||||
FNUMBER = pushKingdeeOrder.TradeType == 8 ? "XSDD05_SYS" : "XSDD01_SYS"
|
||||
},
|
||||
FOrdertype = pushKingdeeOrder.TradeType == 8 ? "8" : "9",
|
||||
FOrdertype = pushKingdeeOrder.TradeType == 8 ? "10" : "9",
|
||||
FDate = pushKingdeeOrder.ConsignTime?.ToString("yyyy/MM/dd"),
|
||||
FSaleOrgId = new FSaleOrgId()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user