www/js/prod_edit.js

changeset 223
0de4455bd2a1
parent 177
325bd6425978
child 236
4b8e5478d08f
equal deleted inserted replaced
222:78946739b3a6 223:0de4455bd2a1
2095 { name: 'h_time', type: 'float' }, 2095 { name: 'h_time', type: 'float' },
2096 { name: 'h_alpha', type: 'float' }, 2096 { name: 'h_alpha', type: 'float' },
2097 { name: 'h_beta', type: 'float' }, 2097 { name: 'h_beta', type: 'float' },
2098 { name: 'h_hsi', type: 'float' }, 2098 { name: 'h_hsi', type: 'float' },
2099 { name: 'h_humulene', type: 'float' }, 2099 { name: 'h_humulene', type: 'float' },
2100 { name: 'h_carophyllene', type: 'float' }, 2100 { name: 'h_caryophyllene', type: 'float' },
2101 { name: 'h_cohumulone', type: 'float' }, 2101 { name: 'h_cohumulone', type: 'float' },
2102 { name: 'h_myrcene', type: 'float' }, 2102 { name: 'h_myrcene', type: 'float' },
2103 { name: 'h_total_oil', type: 'float' }, 2103 { name: 'h_total_oil', type: 'float' },
2104 { name: 'h_weight', type: 'float' } 2104 { name: 'h_weight', type: 'float' }
2105 ], 2105 ],
2172 row["h_time"] = 0; 2172 row["h_time"] = 0;
2173 row["h_alpha"] = datarecord.alpha; 2173 row["h_alpha"] = datarecord.alpha;
2174 row["h_beta"] = datarecord.beta; 2174 row["h_beta"] = datarecord.beta;
2175 row["h_hsi"] = datarecord.hsi; 2175 row["h_hsi"] = datarecord.hsi;
2176 row["h_humulene"] = datarecord.humulene; 2176 row["h_humulene"] = datarecord.humulene;
2177 row["h_carophyllene"] = datarecord.carophyllene; 2177 row["h_caryophyllene"] = datarecord.caryophyllene;
2178 row["h_cohumulone"] = datarecord.cohumulone; 2178 row["h_cohumulone"] = datarecord.cohumulone;
2179 row["h_myrcene"] = datarecord.myrcene; 2179 row["h_myrcene"] = datarecord.myrcene;
2180 row["h_total_oil"] = datarecord.total_oil; 2180 row["h_total_oil"] = datarecord.total_oil;
2181 row["h_weight"] = 0; 2181 row["h_weight"] = 0;
2182 var commit = $("#hopGrid").jqxGrid('addrow', null, row); 2182 var commit = $("#hopGrid").jqxGrid('addrow', null, row);

mercurial