11
This commit is contained in:
parent
cadb353234
commit
52c8b59438
@ -98,6 +98,9 @@ namespace Pilot_KD_Parino.QPHY_AutoWrire
|
||||
F_RowNew = 1,
|
||||
BenCi=0,
|
||||
}).ToList();
|
||||
|
||||
var kehu = ReceiveBILLLIST.Select(t => t.FClient).Distinct().ToList();
|
||||
SaleBILLLIS = SaleBILLLIS.Where(t => kehu.Contains(t.FClient)).ToList();
|
||||
SaleBILLLIS2 = SaleBILLLIS.ToList();
|
||||
|
||||
//绑定销售订单数据
|
||||
|
Loading…
x
Reference in New Issue
Block a user