Showing
1 changed file
with
5 additions
and
0 deletions
@@ -217,7 +217,12 @@ $(document).on("click",".sortadd",function(){ | @@ -217,7 +217,12 @@ $(document).on("click",".sortadd",function(){ | ||
217 | common.util.__tip("请选择完整的分类目录"); | 217 | common.util.__tip("请选择完整的分类目录"); |
218 | return; | 218 | return; |
219 | } | 219 | } |
220 | + if ($.trim($("#salesPriceStr").val())=="") { | ||
221 | + common.util.__tip("请填写销售价"); | ||
222 | + return; | ||
223 | + } | ||
220 | if(g.__e.validate()){ | 224 | if(g.__e.validate()){ |
225 | + ENUM.goodsSizeList.salePrice=$.trim($("#salesPriceStr").val()); | ||
221 | g.__rows.push({ | 226 | g.__rows.push({ |
222 | "factoryCode": "", | 227 | "factoryCode": "", |
223 | "goodsColorImage": "", | 228 | "goodsColorImage": "", |
-
Please register or login to post a comment