Compare commits
No commits in common. "c27ad2c05b812d3e729354fa5303df9c4c0ba46e" and "933b0f7e99af9c911873c91e562bd64f985e3860" have entirely different histories.
c27ad2c05b
...
933b0f7e99
|
@ -332,23 +332,6 @@
|
|||
<!--Здесь пишем ЯВА СКРИПТ-->
|
||||
<script>
|
||||
$(".button_chng_instit").click(function () {
|
||||
console.log('111')
|
||||
let id=$(this).data('id');
|
||||
let institut=$(this).data('institut');
|
||||
if(institut=='mgtu') {
|
||||
$("#content_budget_filial_" + id).hide();
|
||||
$("#content_budget_mgtu_" + id).show();
|
||||
$("#id_mgtu_" + id).show();
|
||||
$("#id_filial_" + id).hide();
|
||||
}else{
|
||||
$("#content_budget_filial_"+id).show();
|
||||
$("#content_budget_mgtu_"+id).hide();
|
||||
$("#id_mgtu_"+id).hide();
|
||||
$("#id_filial_"+id).show();
|
||||
}
|
||||
});
|
||||
$(document).on("click", ".calc_green_circle_button", function () {
|
||||
console.log('111')
|
||||
let id=$(this).data('id');
|
||||
let institut=$(this).data('institut');
|
||||
if(institut=='mgtu') {
|
||||
|
@ -415,7 +398,6 @@
|
|||
|
||||
</div>
|
||||
<script>window.onload = function () {
|
||||
|
||||
$(".unclearall").click(function () {
|
||||
|
||||
$('input[type="checkbox"]').prop('checked', false);
|
||||
|
@ -451,7 +433,22 @@
|
|||
|
||||
</script>
|
||||
<script>
|
||||
|
||||
$(".calc_green_circle_button").click(function () {
|
||||
console.log('111')
|
||||
let name=$(this).data('id');
|
||||
let institut=$(this).data('institut');
|
||||
if(institut=='mgtu') {
|
||||
$("#content_budget_filial_" + id).hide();
|
||||
$("#content_budget_mgtu_" + id).show();
|
||||
$("#id_mgtu_" + id).show();
|
||||
$("#id_filial_" + id).hide();
|
||||
}else{
|
||||
$("#content_budget_filial_"+id).show();
|
||||
$("#content_budget_mgtu_"+id).hide();
|
||||
$("#id_mgtu_"+id).hide();
|
||||
$("#id_filial_"+id).show();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue