shish 4 years ago
parent
commit
32efae1de4
1 changed files with 4 additions and 3 deletions
  1. 4 3
      ghsApp/src/mixins/product.js

+ 4 - 3
ghsApp/src/mixins/product.js

@@ -179,9 +179,10 @@ export default {
 							currentArray[currentIndex].bigPrice = this.globalItemList[currentId].bigPrice
 							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 })