|
@@ -492,8 +492,9 @@ export default {
|
|
|
if (!row) return
|
|
|
let dataForm = {...row,
|
|
|
buttonType: '1',
|
|
|
- sourceCategory: '3',
|
|
|
+ sourceCategory: '3', // 入库依据类别
|
|
|
materialName: row.productName,
|
|
|
+ tableId: row.purComDetailId, // 主表ID
|
|
|
specifications: row.specificationExplian
|
|
|
}
|
|
|
this.inboundVisible = true
|