shish 4 years ago
parent
commit
11caf0196a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ghsApp/src/pagesPurchase/info.vue

+ 0 - 1
ghsApp/src/pagesPurchase/info.vue

@@ -263,7 +263,6 @@ export default {
 							for (const ele of that.detailInfo.itemInfo) {
 								if(ele.name && !that.$util.isEmpty(ele.name)){
 									let num = parseFloat(ele.itemNum)
-									num = 5
 									let label = that.createLable(ele.name,ele.itemId,num)
 									data.push(label)
 									let separateLabel = that.createSeparateLabel()