@@ -193,6 +193,9 @@ public class SaleQuotationSimpleInfo {
if (status == 314) { // 已作废的算作已失效。
return 1;
}
+ if (status == 100) { // 在录入不算已失效
+ return 0;
+ }
if (endDate == null) {
return 0;