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

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

parent 50176823
......@@ -2623,7 +2623,9 @@
$('.price-list').remove(); //如果存在价格列表先移除
}
else {
$(self).after(temp); //加载列表信息
if(presetPriceTwo != undefined){ //多单位的商品
$(self).after(temp); //加载列表信息
}
}
$('.price-list ul li').off("click").on("click",function(){
var price = $(this).text();
......
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