|
@@ -114,11 +114,12 @@ export default {
|
|
|
}
|
|
|
|
|
|
})
|
|
|
- console.log(document.execCommand,'4545');
|
|
|
- // addPrint({ ids: ids.join(',') }).then(res => {
|
|
|
- // // this.$successMsg('提交成功');
|
|
|
- // this.$parent.getList()
|
|
|
- // })
|
|
|
+
|
|
|
+ // console.log(document.execCommand('print'),'4545');
|
|
|
+ addPrint({ ids: ids.join(',') }).then(res => {
|
|
|
+ // this.$successMsg('提交成功');
|
|
|
+ this.$parent.getList()
|
|
|
+ })
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -138,7 +139,8 @@ export default {
|
|
|
width: 100%;
|
|
|
height: auto !important;
|
|
|
margin-bottom: 50px;
|
|
|
- font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
|
|
|
+ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
|
|
|
+ // font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
|
|
|
color: #000 !important;
|
|
|
}
|
|
|
.top-container {
|