|
@@ -412,9 +412,10 @@
|
|
|
let dataForm = {
|
|
let dataForm = {
|
|
|
...row,
|
|
...row,
|
|
|
buttonType: '1',
|
|
buttonType: '1',
|
|
|
- sourceCategory: '1',
|
|
|
|
|
|
|
+ sourceCategory: '1', // 入库依据类别
|
|
|
// materialTypeId: row.purchaseType, // 类别
|
|
// materialTypeId: row.purchaseType, // 类别
|
|
|
source: row.supplierName, // 来源对应供应商
|
|
source: row.supplierName, // 来源对应供应商
|
|
|
|
|
+ tableId: row.purchaseDetailId,
|
|
|
specifications: row.specification
|
|
specifications: row.specification
|
|
|
}
|
|
}
|
|
|
this.inboundVisible = true
|
|
this.inboundVisible = true
|