Commit 73e65dad authored by 黄媛媛's avatar 黄媛媛

打印成本价格注释

parent 503e2c75
......@@ -107,10 +107,10 @@
<span class="print_item_c_r_s">商品规格:</span>
<span v-for="(x,y) in item.SpecificationList" :key="y">{{x}} <span v-if="item.SpecificationList.length !== y+1"> , </span></span>
</div>
<div style='margin-top:5px'>
<!-- <div style='margin-top:5px'>
<span class="print_item_c_r_s">成本价格:</span>
<span>{{item.CostMoney}}</span>
</div>
</div> -->
</el-col>
</el-row>
</div>
......
......@@ -361,7 +361,7 @@
</span>
</div>
<div>成本价格:{{item.MaterialModel.Money}} <span style="margin-left:30px">数量:{{item.Number}}{{item.MaterialModel.Units}}</span></div>
<div>成本价格:¥{{item.CostMoney}} <span style="margin-left:30px">采购数量:{{item.Number}}{{item.MaterialModel.Units}}</span><span style="margin-left:30px">入库数量:{{item.StockInNum}}{{item.MaterialModel.Units}}</span></div>
</div>
</div>
......
Markdown is supported
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