0
This commit is contained in:
@@ -246,11 +246,11 @@ namespace MyCode.Project.Services.Implementation
|
||||
Fcode = n.Barcode, // 条码带出物料 、物料带出税额
|
||||
FQty = n.SellCount, // 销售数量
|
||||
FTaxPrice = Math.Round(n.DivideSellTotal / n.SellCount, 10), // 含税单价等于 金额/总数
|
||||
// 仓库必填
|
||||
FSOStockId = new FSOStockId()
|
||||
FSOStockId = new FSOStockId() // 仓库必填
|
||||
{
|
||||
FNUMBER = pushKingdeeOrder.WarehouseCode
|
||||
},
|
||||
|
||||
}).ToList();
|
||||
// 构建单据数据包
|
||||
var model = new SaleOrderModel()
|
||||
|
||||
Reference in New Issue
Block a user