Browse Source

需求单No.137969

master
wugang 8 years ago
parent
commit
d23424c2ce
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      BWP.B3_YunKen/BLActions/SaleOutStoreFreightData.cs

+ 2
- 2
BWP.B3_YunKen/BLActions/SaleOutStoreFreightData.cs View File

@ -20,12 +20,12 @@ namespace BWP.B3_YunKen.BLActions
{
public string Description
{
get { return "若{计价方式}为计重,则运费金额=【销售出库】明细中{报价数量}合计*{运费单价};若{计价方式}为包车,则运费单价=【销售出库】的{运费金额}/【销售出库】明细中{报价数量}合计"; }
get { return "若{计价方式}为计重,则运费金额=【销售订单】明细中{报价数量}合计*{运费单价};若{计价方式}为包车,则运费单价=【销售订单】的{运费金额}/【销售订单】明细中{报价数量}合计"; }
}
public void Execute(IDmoContext context, object dmo, object parameter)
{
var bill = dmo as SaleOutStore;
var bill = dmo as Order;
if (bill == null)
return;
if (bill.FreightPayment == .) {


Loading…
Cancel
Save