|
@@ -89,7 +89,7 @@ export default {
|
|
|
let showUsePrice = Number(info.showUsePrice)>0 ? info.showUsePrice: 100
|
|
let showUsePrice = Number(info.showUsePrice)>0 ? info.showUsePrice: 100
|
|
|
let data = [{id:info.id,bigCount:info.bigCount,price:showUsePrice}]
|
|
let data = [{id:info.id,bigCount:info.bigCount,price:showUsePrice}]
|
|
|
this.$service.orderItem.addItem({data:JSON.stringify(data),id:this.simpleData.id}).then(res => {
|
|
this.$service.orderItem.addItem({data:JSON.stringify(data),id:this.simpleData.id}).then(res => {
|
|
|
- that.$message.success('添加成功')
|
|
|
|
|
|
|
+ this.$message.success('添加成功')
|
|
|
this.$emit('renewArrival',this.simpleData)
|
|
this.$emit('renewArrival',this.simpleData)
|
|
|
this.closeFn()
|
|
this.closeFn()
|
|
|
})
|
|
})
|