errore numtec
This commit is contained in:
parent
72e4a6b4ca
commit
749d21dd70
@ -82,5 +82,7 @@ namespace VirtualTask.Models
|
|||||||
[StringLength(50)]
|
[StringLength(50)]
|
||||||
public string? RagioneSociale { get; set; }
|
public string? RagioneSociale { get; set; }
|
||||||
|
|
||||||
|
public int? numtec { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -222,15 +222,15 @@
|
|||||||
// link = link + item.ser_buono_chiu + ".jpg";
|
// link = link + item.ser_buono_chiu + ".jpg";
|
||||||
// <td><a href="@link" target="_blank">@item.ser_buono_chiu</a></td>
|
// <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">
|
//<script type="text/javascript">
|
||||||
function openNewWindow() {
|
// function openNewWindow() {
|
||||||
window.open("/Rapp_New/Immagine", "New Window", "top=0,left=0,height=1020,width=1020");
|
// window.open("/Rapp_New/Immagine", "New Window", "top=0,left=0,height=1020,width=1020");
|
||||||
}
|
// }
|
||||||
</script>
|
//</script>
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user