...
|
...
|
@@ -14941,9 +14941,6 @@ webpackJsonp([47],{ |
|
|
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();
|
...
|
...
|
|