From d23424c2ceaa7a2eb07a6b0b48acccdfcf1cb231 Mon Sep 17 00:00:00 2001 From: wugang <425674808@qq.com> Date: Fri, 29 Dec 2017 10:20:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8D=95No.137969?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BWP.B3_YunKen/BLActions/SaleOutStoreFreightData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BWP.B3_YunKen/BLActions/SaleOutStoreFreightData.cs b/BWP.B3_YunKen/BLActions/SaleOutStoreFreightData.cs index 2a6105f..ad007cf 100644 --- a/BWP.B3_YunKen/BLActions/SaleOutStoreFreightData.cs +++ b/BWP.B3_YunKen/BLActions/SaleOutStoreFreightData.cs @@ -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 == 运费支付方式.计重) {