intermediate draft

This commit is contained in:
msyu
2025-06-06 06:03:11 +03:00
parent 529334d03b
commit 118012e17e
9 changed files with 394 additions and 107 deletions
+4 -5
View File
@@ -179,7 +179,7 @@
<th>Ключ строки</th>
<th>Услуга</th>
<th>Код услуги</th>
<!--- <th>Стоимость</th> --->
<th>Версий</th>
<!--- <th>Компонентов</th> --->
<th></th>
</tr>
@@ -187,13 +187,12 @@
<cfoutput query="qItem">
<tr>
<td>
<c:link_view_edit canWrite=#pageInfo.writePermitted()# entity="specification_item" id=#specification_item_uid# fwx=#tr.fwx#/>
<c:link_view_edit canWrite=#pageInfo.writePermitted()# entity="specification_item" key="specification_item_uid" id=#specification_item_uid# fwx=#tr.fwx#/>
</td>
<td>#specification_item_uid#</td>
<td>#svc#</td>
<td class="r">#quantity#</td>
<td class="r">#price#</td>
<td class="c">#item_version_count#</td>
<td>#code#</td>
<td>#item_version_count#</td>
<td class="c">
<c:link_del canWrite=#pageInfo.writePermitted()# entity="specification_item" id=#specification_item_uid# fwx=#tr.fwx#/>
</td>