errore numtec

This commit is contained in:
Marco Audiffredi 2024-10-16 15:16:19 +02:00
parent 72e4a6b4ca
commit 749d21dd70
2 changed files with 10 additions and 8 deletions

View File

@ -81,6 +81,8 @@ namespace VirtualTask.Models
[Display(Name = "Ragione Sociale")]
[StringLength(50)]
public string? RagioneSociale { get; set; }
public int? numtec { get; set; }
}
}

View File

@ -222,15 +222,15 @@
// link = link + item.ser_buono_chiu + ".jpg";
// <td><a href="@link" target="_blank">@item.ser_buono_chiu</a></td>
// <td>@item.ser_buono_chiu</td>
<td>@item.ser_buono_chiu</td>
<td><a href="" onclick="openNewWindow();">@item.ser_buono_chiu</a></td>
//<td><a href="" onclick="openNewWindow();">@item.ser_buono_chiu</a></td>
<script type="text/javascript">
function openNewWindow() {
window.open("/Rapp_New/Immagine", "New Window", "top=0,left=0,height=1020,width=1020");
}
</script>
//<script type="text/javascript">
// function openNewWindow() {
// window.open("/Rapp_New/Immagine", "New Window", "top=0,left=0,height=1020,width=1020");
// }
//</script>
}
else
{