|
@@ -1202,7 +1202,7 @@ export default {
|
|
|
this.$set(this.goodsList[this.currentId],'realMaterialNumber',currentData.materialNumber)
|
|
|
this.$set(this.goodsList[this.currentId],'realMaterialOldNumber',currentData.materialOldNumber)
|
|
|
this.$set(this.goodsList[this.currentId],'realSpecification',currentData.specification)
|
|
|
- console.log(this.goodsList[this.currentId]);
|
|
|
+ this.$set(this.goodsList[this.currentId],'remark',`${this.goodsList[this.currentId].remark},实装物料编号:${currentData.materialNumber},实装厂产品编码:${currentData.materialOldNumber}`)
|
|
|
this.isSetMaterial = false
|
|
|
},
|
|
|
// 检查库存
|