合同样式
This commit is contained in:
@@ -254,7 +254,7 @@ export default {
|
|||||||
const printNode = $(htmlNode)
|
const printNode = $(htmlNode)
|
||||||
body.append(printNode)
|
body.append(printNode)
|
||||||
window.print()
|
window.print()
|
||||||
body.children().show()
|
body.children().not('script').show()
|
||||||
printNode.remove()
|
printNode.remove()
|
||||||
} else {
|
} else {
|
||||||
this.$message.error('请选择合同')
|
this.$message.error('请选择合同')
|
||||||
|
|||||||
Reference in New Issue
Block a user