...
|
...
|
@@ -245,7 +245,7 @@ $(document).on("click",".sortadd",function(){ |
|
|
if ($.trim($("#firstShelveTime").val())!=""&&$.trim($("#firstShelveTime").val())!=0) {
|
|
|
common.util.__tip("商品有过上架操作,不允许修改厂家颜色","warning");
|
|
|
return;
|
|
|
// }
|
|
|
}
|
|
|
if(g.__e.validate()){
|
|
|
var goodsSizeList=$.extend({},ENUM.goodsSizeList);
|
|
|
goodsSizeList.salePrice=$("#salesPriceStr").val();
|
...
|
...
|
|