Authored by wangshusheng

还原

... ... @@ -408,9 +408,6 @@ 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();
... ...