jiangping
2024-06-18 f55d6c3c4f13e1564899d3c88cbe698537aefcf9
company/src/components/business/OperaApplyChangeDetailWindow.vue
@@ -211,6 +211,7 @@
        <OperaInsuranceApply ref="OperaInsuranceApply" @success="successEvent" />
        <!--    加减保申请    -->
        <reinsurance ref="reinsurance" @success="successEvent" />
      <OperaPdfViewerWindow ref="OperaPdfViewerWindow" />
        <!--    更换派遣单位申请    -->
        <factoryChange ref="factoryChange" @success="successEvent" />
        <!--    投保详情    -->
@@ -268,6 +269,7 @@
import OperaInsuranceApply from '@/components/enterprise/OperaInsuranceApplyAddWindow'
import { mapState } from 'vuex'
import OperaPdfViewerWindow from '@/components/business/OperaPdfViewerWindow'
export default {
  name: 'OperaApplyChangeDetailWindow1',
  extends: BaseOpera,
@@ -278,6 +280,7 @@
      add_subtract_return,
      OperaInsuranceApply,
      reinsurance,
      OperaPdfViewerWindow,
      factoryChange,
      insuranceApplyDetails: () => import ('@/components/business/OperaInsuranceApplyWindow')
  },
@@ -439,12 +442,14 @@
      },
    viewApplyFile(){
       if(this.model.applyFile && this.model.applyFile.fileurlFull){
        window.open(this.model.applyFile.fileurlFull)
         this.$refs.OperaPdfViewerWindow.open('查看申请单',this.model.applyFile.fileurlFull)
        // window.open(this.model.applyFile.fileurlFull)
       }
    },
    viewPidan(){
      if(this.model.pidanFile && this.model.pidanFile.fileurlFull){
        window.open(this.model.pidanFile.fileurlFull)
        this.$refs.OperaPdfViewerWindow.open('查看批单',this.model.pidanFile.fileurlFull)
        // window.open(this.model.pidanFile.fileurlFull)
      }
    },
    handleSizeChange(val){