|
@@ -5,7 +5,7 @@
|
|
|
<div class="Viewheaderstop">
|
|
|
<div> <img src="@/assets/images/logo.png" alt=""></div>
|
|
|
<div>
|
|
|
- <p style="font-weight:600;font-size:28px;height:30px"> 海南陵水水务集团</p>
|
|
|
+ <p style="font-weight:600;font-size:28px;height:30px"> 德昌毅欣水务公司</p>
|
|
|
<p style="font-size:12px;height:20px;margin-top:-10px">LINGSHUI COUNTY WATER GROUP</p>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -207,28 +207,12 @@ export default {
|
|
|
this.archivedObject.remarks = this.editData.gdgzyy
|
|
|
},
|
|
|
methods: {
|
|
|
- // handleClick(tab, event) {
|
|
|
- // console.log(tab)
|
|
|
- // console.log(this.activeName)
|
|
|
- // this.activeName = tab.name
|
|
|
- // console.log(tab.name, event)
|
|
|
- // }
|
|
|
- // 导出pdf
|
|
|
exportPdf() {
|
|
|
- this.getPdf('海南陵水水务集团业务工单')
|
|
|
+ this.getPdf('德昌毅欣水务业务工单')
|
|
|
},
|
|
|
printpdf() {
|
|
|
- // this.CreateOneFormPage()
|
|
|
- // this.LODOP.PREVIEW()
|
|
|
this.printPdf()
|
|
|
}
|
|
|
- // CreateOneFormPage() {
|
|
|
- // this.LODOP = getLodop()
|
|
|
- // this.LODOP.PRINT_INIT('打印控件功能演示_Lodop功能_表单一')
|
|
|
- // this.LODOP.SET_PRINT_STYLE('FontSize', 18)
|
|
|
- // this.LODOP.SET_PRINT_STYLE('Bold', 1)
|
|
|
- // this.LODOP.ADD_PRINT_HTM(0, 0, 350, 600, document.getElementById('pdfDom').innerHTML)
|
|
|
- // }
|
|
|
}
|
|
|
}
|
|
|
</script>
|