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

销售出库的单价完善

parent 185c45d6
...@@ -2615,8 +2615,7 @@ ...@@ -2615,8 +2615,7 @@
//定义模版 //定义模版
var temp = "<div class='price-list'>"; var temp = "<div class='price-list'>";
temp +="<ul>"; temp +="<ul>";
temp +="<li>预设售价1:" + presetPriceOne + "</li>"; temp +="<li>批发价:" + presetPriceTwo + "</li>";
temp +="<li>预设售价2:" + presetPriceTwo + "</li>";
temp +="<li>零售价:" + retailPrice + "</li>"; temp +="<li>零售价:" + retailPrice + "</li>";
temp +="</ul>"; temp +="</ul>";
temp +="</div>"; temp +="</div>";
......
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