|
@ -139,7 +139,7 @@ const butttondata = (row,$index) => { |
|
|
const buttonTableClick = async (val, row) => { |
|
|
const buttonTableClick = async (val, row) => { |
|
|
if (val == 'documentPrint') { |
|
|
if (val == 'documentPrint') { |
|
|
// 单据打印 |
|
|
// 单据打印 |
|
|
handleDocumentPrint(row.masterId) |
|
|
handleDocumentPrint(row.id) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|