Authored by wangshusheng

Merge branch 'hotfix-brand-0114'

... ... @@ -408,6 +408,9 @@ function TYgoodsParams(){
data.productMaterial = "";
if (ag3.rows.length > 0) {
data.productMaterial = ag3.rows[0].val;
if(data.productMaterial == undefined){
data.productMaterial = ag3.rows[0].__val;
}
}
data.productSkn = $('#productSkn').val();
... ...