025 interface imptovements
This commit is contained in:
+4
-3
@@ -52,11 +52,11 @@
|
||||
where d.__id = ANY(siv.deal)
|
||||
) as line_cnt
|
||||
</d:field> --->
|
||||
<!--- <d:field>(select count(*)
|
||||
<!--- <d:field title="Строк">(select count(*)
|
||||
from elma.deals_services siv
|
||||
where d.__id = ANY(siv.deal) AND siv.is_actual
|
||||
where d.__id = ANY(siv.deal) AND siv.is_actual AND siv."__deletedAt" IS NULL
|
||||
) as line_cnt_actual
|
||||
</d:field> --->
|
||||
</d:field> --->
|
||||
<!---<d:field>(select sum(param_cost)
|
||||
from component
|
||||
where d.__id = ANY(component.deal_uids) AND component.type IN (2)
|
||||
@@ -176,6 +176,7 @@ select count(*) as cnt from elma.deals d where 1=1
|
||||
<c:column width="3%" field="__status_status"><c:td class="c"/></c:column>
|
||||
<c:column width="5%" field="status"><c:td class="c"/></c:column>
|
||||
<c:column width="3%" field="probability_pc"><c:td class="c"/></c:column>
|
||||
<!--- <c:column width="3%" field="line_cnt_actual"><c:td class="c"/></c:column> --->
|
||||
<c:column width="5%" field="__createdAt" formatter=#function(dt){return dateformat(dt,"YYYY-MM-DD");}#><c:td class="c"/></c:column>
|
||||
<c:column width="8%" field="owner"><c:td class="l"/></c:column>
|
||||
<c:column width="5%" field="f_additional_agreement"><c:td class="l"/></c:column>
|
||||
|
||||
Reference in New Issue
Block a user