@@ -413,7 +413,8 @@
...row,
buttonType: '1',
sourceCategory: '1',
- materialTypeId: row.purchaseType,
+ // materialTypeId: row.purchaseType, // 类别
+ source: row.supplierName, // 来源对应供应商
specifications: row.specification
}
this.inboundVisible = true
@@ -145,7 +145,7 @@
this.$emit('onChose')
},
async init (id, display, dataForm) {
- console.log(dataForm)
+ // console.log(dataForm)
this.display = display
this.id = id || 0
this.visible = true