www/js/inv_fermentables.js

changeset 274
65ca75fc4af8
parent 269
25696a91b395
child 286
124af734af68
equal deleted inserted replaced
273:19606adfea42 274:65ca75fc4af8
180 displayMember: 'nl', 180 displayMember: 'nl',
181 width: 180, 181 width: 180,
182 height: 23, 182 height: 23,
183 autoDropDownHeight: true 183 autoDropDownHeight: true
184 }); 184 });
185 $("#inventory").jqxNumberInput( Spin1dec ); 185 $("#inventory").jqxNumberInput( Spin3dec );
186 $("#production_date").jqxDateTimeInput( Dateopts ); 186 $("#production_date").jqxDateTimeInput( Dateopts );
187 $("#cost").jqxNumberInput( Spin2dec ); 187 $("#cost").jqxNumberInput( Spin2dec );
188 $("#tht_date").jqxDateTimeInput( Dateopts ); 188 $("#tht_date").jqxDateTimeInput( Dateopts );
189 $("#totval").jqxNumberInput( Show2dec ); 189 $("#totval").jqxNumberInput( Show2dec );
190 190

mercurial