This commit is contained in:
msyu
2025-06-18 09:56:04 +03:00
parent 96c669df04
commit a07522702c
8 changed files with 262 additions and 13 deletions
+9 -1
View File
@@ -32,6 +32,7 @@
<d:param field="dt_agreement" type="timestamp" format="yyyy-MM-dd" init=#Now()#/>
<d:param field="is_actual" type="bit" init="0" default="0"/>
<d:param field="deal_uid" type="guid" skipInsert skipUpdate/>
<d:param field="probability_perc" type="integer" forNull="" init=100/>
<d:param field="descr" type="varchar" preprocessor=#plain2HtmClean#/>
<d:param field="creator_id" type="integer" value="#request.usr_id#" skipUpdate/>
@@ -77,7 +78,7 @@
---><layout:page section="header" pageInfo=#pageInfo#>
<layout:attribute name="title">
<cfoutput>
Соглашение
Соглашение (сделка)
<cfif d.agreement_version GE 0>
<b>#d.agreement#</b>
[#d.agreement_version#]
@@ -121,6 +122,13 @@
<div class="td">
#d.deal_uid#
</div>
</div>
<div class="tr">
<div class="th">Вероятность</div>
<div class="td">
<input type="text" name="probability_perc" value="#d.probability_perc#" size="3"/>
</div>
</div>
<div class="tr">