Commit a9ae9bee authored by 季圣华's avatar 季圣华
Browse files

隐藏多单位商品的销售单据中的单价下拉框

parent 50176823
...@@ -2623,8 +2623,10 @@ ...@@ -2623,8 +2623,10 @@
$('.price-list').remove(); //如果存在价格列表先移除 $('.price-list').remove(); //如果存在价格列表先移除
} }
else { else {
if(presetPriceTwo != undefined){ //多单位的商品
$(self).after(temp); //加载列表信息 $(self).after(temp); //加载列表信息
} }
}
$('.price-list ul li').off("click").on("click",function(){ $('.price-list ul li').off("click").on("click",function(){
var price = $(this).text(); var price = $(this).text();
price = price.substring(price.indexOf("") + 1); price = price.substring(price.indexOf("") + 1);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment