|
|
@ -61,7 +61,7 @@ |
|
|
<div class="line"></div> |
|
|
<div class="line"></div> |
|
|
<div class="subtitle"> {{ $t('page.business.study.studyFormFill.jcgj') }}</div> |
|
|
<div class="subtitle"> {{ $t('page.business.study.studyFormFill.jcgj') }}</div> |
|
|
</div> |
|
|
</div> |
|
|
<JcgjList ref="jcgjExportList" :readonly="true" v-show="jcgjlxExport != 999" /> |
|
|
|
|
|
|
|
|
<JcgjExportList ref="jcgjExportList" :readonly="true" v-show="jcgjlxExport != 999" /> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div v-if="showExport" id="watermark-overlay" ref="watermarkContainer" :style="{ |
|
|
<div v-if="showExport" id="watermark-overlay" ref="watermarkContainer" :style="{ |
|
|
@ -152,12 +152,13 @@ |
|
|
import { studyFormFill_jcgjqmxxList, studyFormFill_tb, studyFormFill_info, studyFormFill_jcgj, studyFormFill_qmxx, studyFormFill_exportDetail } from "@/api/business/study/studyFormFill" |
|
|
import { studyFormFill_jcgjqmxxList, studyFormFill_tb, studyFormFill_info, studyFormFill_jcgj, studyFormFill_qmxx, studyFormFill_exportDetail } from "@/api/business/study/studyFormFill" |
|
|
import { mapGetters } from 'vuex' |
|
|
import { mapGetters } from 'vuex' |
|
|
import JcgjList from "@/views/business/comps/common/JcgjList"; |
|
|
import JcgjList from "@/views/business/comps/common/JcgjList"; |
|
|
|
|
|
import JcgjExportList from "@/views/business/comps/common/JcgjExportList"; |
|
|
import TemplateTable from '@/views/business/comps/template/TemplateTable'; |
|
|
import TemplateTable from '@/views/business/comps/template/TemplateTable'; |
|
|
import moment from "moment"; |
|
|
import moment from "moment"; |
|
|
import VueHtml2pdf from 'vue-html2pdf' |
|
|
import VueHtml2pdf from 'vue-html2pdf' |
|
|
export default { |
|
|
export default { |
|
|
name: "Xq", |
|
|
name: "Xq", |
|
|
components: { JcgjList, TemplateTable, VueHtml2pdf }, |
|
|
|
|
|
|
|
|
components: { JcgjExportList,JcgjList, TemplateTable, VueHtml2pdf }, |
|
|
data() { |
|
|
data() { |
|
|
return { |
|
|
return { |
|
|
watermarkText:'', |
|
|
watermarkText:'', |
|
|
@ -448,7 +449,7 @@ export default { |
|
|
} |
|
|
} |
|
|
#watermark-overlay { |
|
|
#watermark-overlay { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 0; |
|
|
|
|
|
|
|
|
top: -80px; |
|
|
left: 0; |
|
|
left: 0; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
|