提交 d7c71fe9 authored 作者: huaxinzhu's avatar huaxinzhu

fix-bug

上级 f77d7cc0
......@@ -538,10 +538,6 @@
goodsPriceMsg = '[ 商品售价 ]中,库存量不能为空,并且只能填大于0的整数'
isGoodsPrice = false;
break
} else if ( !Number(itemObj['weight']) || Number(itemObj['weight']) <0 ) {
goodsPriceMsg = '[ 商品售价 ]中,商品重量不能为空,并且只能填大于0的数字'
isGoodsPrice = false;
break
} else {
goodsPriceMsg = '';
isGoodsPrice = true;
......@@ -557,7 +553,7 @@
isGoodsPrice = false;
break;
}else if( !Number(ladderItem['money']) || Number(ladderItem['money']) <0 ) {
goodsPriceMsg = '[ 阶梯定价 ]中,商品数量不能为空,并且只能填大于0的数字'
goodsPriceMsg = '[ 阶梯定价 ]中,商品价格不能为空,并且只能填大于0的数字'
isGoodsPrice = false;
break;
}else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论