|
@@ -179,9 +179,10 @@ export default {
|
|
|
currentArray[currentIndex].bigPrice = this.globalItemList[currentId].bigPrice
|
|
currentArray[currentIndex].bigPrice = this.globalItemList[currentId].bigPrice
|
|
|
currentArray[currentIndex].smallPrice = this.globalItemList[currentId].smallPrice
|
|
currentArray[currentIndex].smallPrice = this.globalItemList[currentId].smallPrice
|
|
|
//已经记住的花材,价格修改之后,被记住的价格也要同步修改
|
|
//已经记住的花材,价格修改之后,被记住的价格也要同步修改
|
|
|
- if(!this.$util.isEmpty(currentArray[currentIndex].userPrice)){
|
|
|
|
|
- currentArray[currentIndex].userPrice = this.globalItemList[currentId].bigPrice
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ //不能放开会造成采购单已经填好的,也会变动 shish 20220114
|
|
|
|
|
+ // if(!this.$util.isEmpty(currentArray[currentIndex].userPrice)){
|
|
|
|
|
+ // currentArray[currentIndex].userPrice = this.globalItemList[currentId].bigPrice
|
|
|
|
|
+ // }
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
this.setSelectInfo({ selectJobType: this.selectJobType, info: currentInfo,selectJobId:this.selectJobId })
|
|
this.setSelectInfo({ selectJobType: this.selectJobType, info: currentInfo,selectJobId:this.selectJobId })
|