From 74f4d54e15111db46e15680cb47ba7bec847fc3b Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 14 三月 2025 15:47:45 +0800 Subject: [PATCH] 增加送货单(U9)清点和收货单(U9)上架的Controller --- Tiger.Business.WMS/T100ToWMS/MaterialInfoBusiness.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.Business.WMS/T100ToWMS/MaterialInfoBusiness.cs b/Tiger.Business.WMS/T100ToWMS/MaterialInfoBusiness.cs index ac93108..86a5894 100644 --- a/Tiger.Business.WMS/T100ToWMS/MaterialInfoBusiness.cs +++ b/Tiger.Business.WMS/T100ToWMS/MaterialInfoBusiness.cs @@ -1275,7 +1275,7 @@ BILLTYPE = Convert.ToInt32(item.pmdldoctype), //STATUS = Convert.ToInt32(item.pmdlstus), // 鐘舵�佹棤娉曡浆鎹� CURRENCY = item.pmdl015, - EXCHANGERATE = item.pmdl016.ToDecimal(), + EXCHANGERATE = item.pmdl016.ToDouble(), PURDEPTCODE = item.pmdl003, PUREMPLOYEECODE = item.pmdl002, SUPPLIERCODE = item.pmdl004, -- Gitblit v1.9.3