Authored by weiqingting

销售价bug修改

... ... @@ -217,7 +217,12 @@ $(document).on("click",".sortadd",function(){
common.util.__tip("请选择完整的分类目录");
return;
}
if ($.trim($("#salesPriceStr").val())=="") {
common.util.__tip("请填写销售价");
return;
}
if(g.__e.validate()){
ENUM.goodsSizeList.salePrice=$.trim($("#salesPriceStr").val());
g.__rows.push({
"factoryCode": "",
"goodsColorImage": "",
... ...