Authored by 马力

线上厂家颜色不同时,但校验出错的bug

@@ -304,7 +304,7 @@ $(document).on("click",".sortadd",function(){ @@ -304,7 +304,7 @@ $(document).on("click",".sortadd",function(){
304 goodsSizeList.salePrice=$.trim($("#salesPriceStr").val()); 304 goodsSizeList.salePrice=$.trim($("#salesPriceStr").val());
305 g.__rows.push({ 305 g.__rows.push({
306 factoryCode: "", 306 factoryCode: "",
307 - factoryGoodsName: $.trim($("#factoryGoodsName").val())?$.trim($("#factoryGoodsName").val()):$(this).text(), 307 + factoryGoodsName: text,
308 goodsColorImage: "", 308 goodsColorImage: "",
309 goodsName: $(this).text(), 309 goodsName: $(this).text(),
310 colorId: (+$(this).data("id")), 310 colorId: (+$(this).data("id")),