Getting results referencing ProcedureSampleAssociation

This commit is contained in:
lwark
2025-06-09 11:05:10 -05:00
parent db0b65b07b
commit 10d4c9f155
17 changed files with 476 additions and 208 deletions

View File

@@ -23,9 +23,10 @@
{% endif %}
{% endblock %}
</body>
<script>
{% block script %}
{{ super() }}
<script>
document.getElementById("save_btn").addEventListener("click", function(){
var new_lot = document.getElementById('lot').value
var new_exp = document.getElementById('expiry').value
@@ -39,6 +40,7 @@
document.addEventListener('DOMContentLoaded', function() {
backend.activate_export(false);
}, false);
</script>
{% endblock %}
</script>
</html>