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