提交 6eaae1e5 authored 作者: 王天霸's avatar 王天霸

Merge branch '慧聪问题优化' into test

...@@ -589,6 +589,10 @@ ...@@ -589,6 +589,10 @@
goodsPriceMsg = '[ 商品售价 ]中,销售指导价不能低于供货结算价' goodsPriceMsg = '[ 商品售价 ]中,销售指导价不能低于供货结算价'
isGoodsPrice = false; isGoodsPrice = false;
break break
}else if( Number(itemObj['sc_price'])< Number(itemObj['js_price'])) {
goodsPriceMsg = '[ 商品售价 ]中,市场划线价价不能低于供货结算价'
isGoodsPrice = false;
break
}else { }else {
goodsPriceMsg = ''; goodsPriceMsg = '';
isGoodsPrice = true; isGoodsPrice = true;
...@@ -643,7 +647,10 @@ ...@@ -643,7 +647,10 @@
goodsPriceMsg = '[ 商品售价 ]中,销售指导价不能低于供货结算价' goodsPriceMsg = '[ 商品售价 ]中,销售指导价不能低于供货结算价'
isGoodsPrice = false; isGoodsPrice = false;
}else { }else if( Number(itemObj['sc_price'])< Number(itemObj['js_price'])) {
goodsPriceMsg = '[ 商品售价 ]中,市场划线价价不能低于供货结算价'
isGoodsPrice = false;
}else {
goodsPriceMsg = '' goodsPriceMsg = ''
isGoodsPrice = true; isGoodsPrice = true;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论