Browse Source

匹配规则调整

qianyi
shanji 3 years ago
parent
commit
0b973f5c87
  1. 8
      BBWY.Client/ViewModels/FinancialTerminal/ProcurementAuditViewModel.cs

8
BBWY.Client/ViewModels/FinancialTerminal/ProcurementAuditViewModel.cs

@ -218,11 +218,17 @@ namespace BBWY.Client.ViewModels
if (relationPurchaseOrder == null)
{
if (payBill.IsSupportMerchantOrderNo)
{
if (payBill.MerchantOrderNo.StartsWith("XP"))
payBill.AuditCapitalType = AuditCapitalType.;
else
payBill.ErrorMessage = "未匹配采购单";
}
else
payBill.AuditCapitalType = AuditCapitalType.;
payBill.ErrorMessage = "未选资金类型";
continue;
}
payBill.RelationPurchaseOrderId = relationPurchaseOrder.PurchaseOrderId;
payBill.RelationShopOrderId = relationPurchaseOrder.OrderId;
payBill.BelongShopId = relationPurchaseOrder.ShopId;

Loading…
Cancel
Save