|
|
@@ -196,7 +196,8 @@ export default {
|
|
|
for (const ele of that.itemList) {
|
|
|
if(ele.name && !that.$util.isEmpty(ele.name)){
|
|
|
let num = parseFloat(ele.num)
|
|
|
- let label = that.createLable(ele.name,ele.goodsSn,num)
|
|
|
+ let price = parseFloat(ele.salePrice)
|
|
|
+ let label = that.createLable(ele.name,ele.goodsSn,num,price)
|
|
|
data.push(label)
|
|
|
let separateLabel = that.createSeparateLabel()
|
|
|
data.push(separateLabel)
|