www/js/prod_edit.js

changeset 340
fa4eb830c151
parent 335
4a8704b63376
child 341
9c4bc199be9e
--- a/www/js/prod_edit.js	Mon Apr 01 19:57:34 2019 +0200
+++ b/www/js/prod_edit.js	Thu Apr 18 21:26:06 2019 +0200
@@ -4855,6 +4855,10 @@
 		$("#mashGrid").jqxGrid('sortby', 'step_temp', 'asc');
 	});
 	$("#wstep_name").jqxInput({ theme: theme, width: 320, height: 23 });
+	$("#wstep_name").on('change', function (event) {
+		var rowdata = $("#mashGrid").jqxGrid('getrowdata', mashRow);
+                rowdata.step_name = event.args.value;
+	});
 	$("#wstep_type").jqxDropDownList({
 		theme: theme,
 		source: MashStepTypeAdapter,

mercurial