231
This commit is contained in:
@@ -109,6 +109,7 @@ namespace Pilot_KD_Parino.Sal_Order
|
||||
{
|
||||
try
|
||||
{
|
||||
int jieSuanBiBie = 1;
|
||||
IOperationResult result = new OperationResult();
|
||||
//获取单据转换规则
|
||||
ConvertRuleElement ruleElement;
|
||||
@@ -278,6 +279,7 @@ namespace Pilot_KD_Parino.Sal_Order
|
||||
//this.View.ShowMessage("更新了1");
|
||||
if (beiHuoName3 == "香港派诺")
|
||||
{
|
||||
jieSuanBiBie = 7;
|
||||
beiHuoName3 = "派诺科技(香港)有限公司";
|
||||
}
|
||||
string sqltemp1 = $@"/*dialect*/ SELECT FUseOrgId,a.FNUMBER,b.FNAME,a.FCUSTID FROM T_BD_CUSTOMER a
|
||||
@@ -497,8 +499,8 @@ namespace Pilot_KD_Parino.Sal_Order
|
||||
var tempOne1 = SaleOrderFinanceList2.FirstOrDefault();
|
||||
t["ExchangeTypeId_Id"] = tempOne1["ExchangeTypeId_Id"];
|
||||
t["ExchangeTypeId"] = tempOne1["ExchangeTypeId"];
|
||||
t["SettleCurrId_Id"] = tempOne1["LocalCurrId_Id"];
|
||||
t["SettleCurrId"] = tempOne1["LocalCurrId"];
|
||||
t["SettleCurrId_Id"] = jieSuanBiBie;
|
||||
//t["SettleCurrId"] = tempOne1["LocalCurrId"];
|
||||
if (orderSheet["SaleOrgId_Id"].ToString() == "438224")
|
||||
{
|
||||
t["LocalCurrId_Id"] = 2;
|
||||
|
||||
Reference in New Issue
Block a user