|
|
@ -1126,7 +1126,7 @@ namespace ICS.Application.Business.Service |
|
|
|
new { SaleQuotationNo = pro.SaleQuotationNo, SaleQuotationLine = pro.SaleQuotationLine.ToString() } |
|
|
|
equals new { SaleQuotationNo = b8.SqCode, SaleQuotationLine = b8.SqLineNo } into dd8 |
|
|
|
from Sale in dd8.DefaultIfEmpty() |
|
|
|
where 1 == 1 |
|
|
|
where processnew != null && processnew.CompleteRate!="0%" |
|
|
|
|
|
|
|
select new IcsProProgressTJListDto |
|
|
|
{ |
|
|
|