123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996 |
- <template>
- <div class="hc-layout-box">
- <div
- id="wbs-left-tree" :style="`width:${isWbsTreeShow ? leftWidth : 0}px; ${isWbsTreeShow ? '' : 'display: none'}`"
- class="hc-layout-left-box bg-white" :class="[isWbsTreeShow ? 'show' : '']"
- >
- <div class="hc-project-box">
- <div class="hc-project-icon-box">
- <HcIcon name="stack" />
- </div>
- <div class="project-name-box ml-2">
- <div class="project-alias">{{ projectInfo.projectName }}</div>
- </div>
- </div>
- <div class="hc-tree-box">
- <div class="hc-search-tree-val">
- <el-input v-model="searchTreeVal" clearable block placeholder="请输入名称关键词检索" @keyup="searchTreeKeyUp">
- <template #suffix>
- <HcIcon name="search-2" ui="text-xl iscusor" @click="searchTreeClick" />
- </template>
- </el-input>
- </div>
- <div v-if="isShowLeft" id="hc-tree-scrollbar" v-loading="treeLoading" class="hc-tree-scrollbar" element-loading-text="获取数据中...">
- <el-scrollbar v-show="isSearchTree" class="scroll-bar-right-16">
- <HcDataTree
- :datas="searchTreeData"
- is-counts
- is-type
- :auto-expand-keys="treeAutoExpandKeys"
- default-expand-all
- @node-tap="wbsElTreeClick"
- />
- </el-scrollbar>
- <el-scrollbar v-show="!isSearchTree" class="scroll-bar-right-16">
- <HcLazyTree
- ref="wbstree"
- :auto-expand-keys="treeAutoExpandKeys"
- is-counts
- is-type
- @load="treeLoadNode"
- @node-tap="wbsElTreeClick"
- />
- </el-scrollbar>
- </div>
- </div>
- <div class="hc-tree-foot-tip-box">
- <div class="dot-view green">已审批</div>
- <div class="dot-view black">未填报</div>
- <div class="dot-view orange">已填报-待审批</div>
- <div class="dot-view blue">已填报-未上报</div>
- <div class="dot-view red">已隐藏</div>
- </div>
- <!-- 左右拖动 -->
- <div class="horizontal-drag-line" @mousedown="onmousedown" />
- </div>
- <div class="hc-layout-content-box">
- <hc-body padding="0px">
- <!---展开收缩树 -->
- <div class="hc-expansion-contraction-tree" @click="setWbsTreeShow">
- <HcIcon v-show="isWbsTreeShow" name="arrow-left-s" />
- <HcIcon v-show="!isWbsTreeShow" name="arrow-right-s" />
- </div>
- <HcNewCard padding>
- <template #header>
- <HcTooltip keys="query_report">
- <el-button :disabled="tableCheckedKeys.length <= 0" :loading="reportLoading" hc-btn color="#FF976A" style="color: white;" @click="reportModalClick">
- <HcIcon name="send-plane-2" />
- <span>上报</span>
- </el-button>
- </HcTooltip>
- <HcTooltip keys="query_download">
- <el-button
- :disabled="tableCheckedKeys.length <= 0" :loading="downloadLoading" hc-btn
- color="#A16222" @click="batchDownload"
- >
- <HcIcon name="download" />
- <span>下载</span>
- </el-button>
- </HcTooltip>
- <HcTooltip keys="query_print">
- <el-button
- :disabled="tableCheckedKeys.length <= 0" :loading="printLoading" hc-btn
- color="#A16222" @click="batchPrint"
- >
- <HcIcon name="printer" />
- <span>打印</span>
- </el-button>
- </HcTooltip>
- <HcTooltip keys="query_abolish">
- <el-button :disabled="tableCheckedKeys.length <= 0" hc-btn color="#567722" @click="batchAbolishClick">
- <HcIcon name="delete-bin-3" />
- <span>废除</span>
- </el-button>
- </HcTooltip>
- <HcTooltip keys="query_local_attestation">
- <el-button
- :disabled="tableCheckedKeys.length <= 0" :loading="localLoading" hc-btn
- color="#e03997" @click="batchLocal"
- >
- <HcIcon name="folder-download" />
- <span>本地验签</span>
- </el-button>
- </HcTooltip>
- <HcTooltip keys="query_online_attestation">
- <el-button
- :disabled="tableCheckedKeys.length <= 0" :loading="onlineLoading" hc-btn
- color="#e03997" @click="batchOnline"
- >
- <HcIcon name="cloud" />
- <span>在线验签</span>
- </el-button>
- </HcTooltip>
- <el-button :disabled="tableCheckedKeys.length <= 0" :loading="signLoading" hc-btn type="primary" @click="resignClick">re-sign</el-button>
- </template>
- <template #search>
- <div class="flex items-center">
- <div class="w-40">
- <el-select v-model="searchForm.taskStatus" clearable placeholder="流程状态">
- <el-option
- v-for="item in processStatusData" :key="item.value"
- :label="item.dictValue" :value="item.dictKey"
- />
- </el-select>
- </div>
- <div class="ml-2 w-40">
- <el-select v-model="searchForm.fileUserIdAndName" clearable placeholder="填报人">
- <el-option
- v-for="item in reportingPersonData" :key="item.value" :label="item.label"
- :value="item.value"
- />
- </el-select>
- </div>
- <div class="ml-2 w-40">
- <el-select v-model="searchForm.sourceType" clearable placeholder="文件类型">
- <el-option
- v-for="item in fileTypeData" :key="item.value" :label="item.dictValue"
- :value="item.dictKey"
- />
- </el-select>
- </div>
- <div class="ml-2 w-32">
- <el-select v-model="searchForm.reportNumber" clearable placeholder="上报批次">
- <el-option v-for="item in reportBatchData" :key="item" :label="item" :value="item" />
- </el-select>
- </div>
- <div class="ml-2 w-64">
- <HcDatePicker :dates="betweenTime" clearable @change="betweenTimeUpdate" />
- </div>
- <div class="ml-2 w-60">
- <el-input
- v-model="searchForm.queryValue" clearable placeholder="请输入名称关键词检索"
- @keyup="keyUpEvent"
- />
- </div>
- <div class="ml-2">
- <el-button type="primary" @click="searchClick">
- <HcIcon name="search-2" />
- <span>搜索</span>
- </el-button>
- </div>
- </div>
- </template>
- <template #extra>
- <template v-if="contractInfo?.contractType === 2 || contractInfo?.contractType === 3">
- <HcNewSwitch :datas="contractTypeTab" :keys="contractTypeTabKey" size="default" @change="contractTypeTabChange" />
- </template>
- </template>
- <HcTable
- ref="tableListRef" :column="tableListColumn" :datas="tableListData" :loading="tableLoading"
- is-new :index-style="{ width: 60 }" is-check :check-style="{ width: 29 }"
- @selection-change="tableSelectionChange"
- >
- <template #name="{ row }">
- <span v-loading="bussPreviewLoading" class="text-link" @click="tableRowName(row)">{{ row?.name }}</span>
- </template>
- <template #waitingUserList="{ row }">
- <template v-for="item in row.waitingUserList">
- <el-tag
- v-if="item.waitingUserName"
- :type="`${item.status === 2 ? 'success' : item.status === 3 ? 'warning' : item.status === 999 ? 'danger' : 'info'}`"
- class="mx-1" effect="dark"
- >
- {{ item.waitingUserName }}
- </el-tag>
- </template>
- </template>
- </HcTable>
- <template #action>
- <div class="lr-dialog-footer">
- <div class="left">
- <span class="text-success">任务人员中:</span>
- <el-tag class="mx-1" effect="dark" type="info">未签字</el-tag>
- <el-tag class="mx-1" effect="dark" type="success">已签字</el-tag>
- <el-tag class="mx-1" effect="dark" type="warning">已废除</el-tag>
- <el-tag class="mx-1" effect="dark" type="danger">签字异常</el-tag>
- </div>
- <div class="right">
- <HcPages :pages="searchForm" @change="pageChange" />
- </div>
- </div>
- </template>
- </HcNewCard>
- </hc-body>
- </div>
- <!-- 批量上报审批 -->
- <HcReportModal
- :ids="reportIds"
- :node-id="primaryKeyId"
- :table-owner="contractTypeTabKey"
- :classify-type="classType"
- :contract-id="contractId"
- :datas="reportDatas"
- :project-id="projectId"
- :show="showReportModal"
- :task-name="reportTaskName"
- :type-data="reportTypeData"
- :report-arr="reportArr"
- type="query"
- is-datas
- title="批量上报审批"
- url="informationWriteQuery/batchTask"
- @finish="showReportFinish"
- @hide="showReportModal = false"
- @tag-close="reportTaskTagClose"
- />
- <!-- 在线验签 -->
- <hc-new-drawer v-model="isOnlineVerifyDrawer" modal-class="hc-online-verify-drawer" to-id="app" @close="onlineVerifyDrawerClose">
- <hc-new-card>
- <template #header>
- <div class="online-verify-title">这是标题名称</div>
- </template>
- <template #extra>
- <div class="online-verify-icon" @click="onlineVerifyDrawerClose">
- <HcIcon name="close-circle" />
- <span class="ml-1">关闭</span>
- </div>
- </template>
- <hc-body split padding="0px" :options="onlineVerifyOptions">
- <template #left>
- <hc-new-card>
- <HcPdf :src="onlineVerifyData.pdfUrl" />
- </hc-new-card>
- </template>
- <hc-new-card>
- <HcTable :column="cscTableColumn" :datas="cscTableData" is-new :index-style="{ width: 60 }" />
- </hc-new-card>
- </hc-body>
- </hc-new-card>
- </hc-new-drawer>
- <!-- 一键重签弹窗 -->
- <hc-new-dialog v-model="resignModal" title="一键重签" widths="38rem" :loading="signLoading" @close="cancelresign" @save="signClick">
- <div>
- 是否重新生成pdf:
- <el-radio-group v-model="resignModalRadio">
- <el-radio :value="0">否</el-radio>
- <el-radio :value="1">是</el-radio>
- </el-radio-group>
- </div>
- </hc-new-dialog>
- </div>
- </template>
- <script setup>
- import { onMounted, ref, watch } from 'vue'
- import { useAppStore } from '~src/store'
- import { getStoreValue, setStoreValue } from '~src/utils/storage'
- import { arrToId, arrToKey, downloadBlob, getArrValue, getObjValue, isString } from 'js-fast-way'
- import queryApi from '~api/data-fill/query'
- import { eVisaTaskCheckApi } from '~api/other'
- import { toPdfPage } from '~uti/btn-auth'
- import wbsApi from '~api/data-fill/wbs'
- //变量
- const useAppState = useAppStore()
- const projectId = ref(useAppState.getProjectId)
- const contractId = ref(useAppState.getContractId)
- const projectInfo = ref(useAppState.getProjectInfo)
- const contractInfo = ref(useAppState.getContractInfo)
- const isCollapse = ref(useAppState.getCollapse)
- const isLayout = ref(useAppState.isLayout)
- //变量
- const wbstree = ref(null)
- const wbstreeKey = ref(Math.random())
- //树搜索
- const isSearchTree = ref(false)
- const searchTreeHeight = ref()
- const searchTreeVal = ref('')
- //监听
- watch(() => [useAppState.getCollapse, searchTreeVal.value, useAppState.isLayout], ([Collapse, search, isLay]) => {
- isCollapse.value = Collapse
- isLayout.value = isLay || ''
- if (search.length == 0) {
- isSearchTree.value = false
- }
- })
- //自动展开缓存
- const treeAutoExpandKeys = ref(getStoreValue('wbsTreeExpandKeys') || [])
- //渲染完成
- onMounted(() => {
- getFileUser()
- getReportNumber()
- getFirstTaskStatus()
- getDictBizClassify()
- })
- const searchTreeData = ref([])
- //回车
- const treeLoading = ref(true)
- const getSearchTreeData = async () => {
- treeLoading.value = true
- const { error, code, data } = await queryApi.getTreeNodeByQueryValueAndContractId({
- contractId: contractId.value,
- queryValue: searchTreeVal.value,
- tableOwner:contractTypeTabKey.value,
- })
- //判断状态
- if (!error && code === 200) {
- let treedata = getArrValue(data)
- searchTreeData.value = treedata
- treeLoading.value = false
- } else {
- treeLoading.value = false
- searchTreeData.value = []
- }
- }
- //回车
- const searchTreeKeyUp = (e) => {
- if (e.key === 'Enter') {
- searchTreeClick()
- }
- }
- const searchTreeClick = async () => {
- if (searchTreeVal.value) {
- searchTreeHeight.value = document.getElementById('hc-tree-scrollbar').offsetHeight
- isSearchTree.value = true
- //treeLoading.value = true
- getSearchTreeData().then()
- } else {
- isSearchTree.value = false
- }
- }
- //树相关的变量
- const primaryKeyId = ref('')
- const nodeItemInfo = ref({})
- const nodeDataInfo = ref({})
- //懒加载的数据
- const treeLoadNode = async ({ node, item, level }, resolve) => {
- let contractIdRelation = '', parentId = '', primaryKeyId = ''
- if (level !== 0) {
- const nodeData = getObjValue(item)
- contractIdRelation = nodeData?.contractIdRelation || ''
- parentId = contractIdRelation ? nodeData?.primaryKeyId : nodeData?.id
- primaryKeyId = nodeData?.id || ''
- }
- //获取数据
- const { data } = await queryApi.queryWbsTreeData({
- contractId: contractId.value || '',
- contractIdRelation,
- primaryKeyId,
- parentId,
- // classifyType: contractTypeTabKey.value,
- classifyType: classType.value,
- tableOwner:contractTypeTabKey.value,
- })
- resolve(getArrValue(data))
- treeLoading.value = false
- }
- //树被点击
- const wbsElTreeClick = ({ node, data, keys }) => {
- nodeItemInfo.value = node
- nodeDataInfo.value = data
- primaryKeyId.value = data['primaryKeyId'] || ''
- //缓存自动展开
- treeAutoExpandKeys.value = keys
- setStoreValue('wbsTreeExpandKeys', keys)
- //改变搜索表单数据
- searchForm.value.wbsId = data['primaryKeyId']
- //只有监理、指挥合同段才传contractIdRelation
- if (contractInfo.value?.contractType == 2 || contractInfo.value?.contractType == 3) {
- searchForm.value.contractIdRelation = data['contractIdRelation']
- } else {
- searchForm.value.contractIdRelation = ''
- }
- searchForm.value.current = 1
- getTableData()
- }
- //搜索条件
- const processStatusData = ref([]) //流程状态
- const reportingPersonData = ref([]) //填报人
- const fileTypeData = ref([]) //文件类型
- const reportBatchData = ref([]) //上报批次
- //获取所有填报人
- const getFileUser = async () => {
- const { error, code, data } = await queryApi.getFileUser({
- contractId: contractId.value,
- })
- //判断状态
- if (!error && code === 200) {
- let res = getArrValue(data), userArr = []
- res.forEach(item => {
- userArr.push({ label: item['userName'], value: `${item['userId']}-${item['userName']}` })
- })
- reportingPersonData.value = userArr
- } else {
- reportingPersonData.value = []
- }
- }
- //获取上报批次
- const getReportNumber = async () => {
- const { error, code, data } = await queryApi.getReportNumber({
- contractId: contractId.value,
- projectId: projectId.value,
- })
- //判断状态
- if (!error && code === 200) {
- reportBatchData.value = getArrValue(data)
- } else {
- reportBatchData.value = []
- }
- }
- //获取流程状态
- const getFirstTaskStatus = async () => {
- const { error, code, data } = await queryApi.getFirstTaskStatus()
- //判断状态
- if (!error && code === 200) {
- processStatusData.value = getArrValue(data)
- } else {
- processStatusData.value = []
- }
- }
- //获取流程状态分类和文件类型分类
- const getDictBizClassify = async () => {
- const { error, code, data } = await queryApi.getDictBizClassify({
- contractId: contractId.value,
- code: 'fileType',
- })
- //判断状态
- if (!error && code === 200) {
- fileTypeData.value = getArrValue(data)
- } else {
- fileTypeData.value = []
- }
- }
- //搜索表单
- const searchForm = ref({
- taskStatus: null, fileUserIdAndName: null, sourceType: null, reportNumber: null, betweenTime: null,
- queryValue: null, contractIdRelation: null, wbsId: null, current: 1, size: 20, total: 0,
- })
- //结构类型tab数据和相关处理
- // const contractTypeTabKey = ref('1')
- const { contractType } = contractInfo.value
- const contractTypeTabKey = ref(contractType === 2 ? '2' : '1')
- //加载树需要的classType由合同段获取
- const classType = ref(contractType === 2 ? '2' : '1')
- const contractTypeTab = ref([
- { key: '1', name: '施工数据' },
- { key: '2', name: '监理数据' },
- ])
- //是否显示左边树
- const isShowLeft = ref(true)
- const contractTypeTabChange = (item) => {
- contractTypeTabKey.value = item?.key
- //重新加载左边树
- isShowLeft.value = false
- setTimeout(()=>{
- isShowLeft.value = true
- }, 500)
- searchClick()
- }
- //获取合同段类型
- // const getContractTypeKey = () => {
- // const { contractType } = contractInfo.value;
- // if (contractType === 2 || contractType === 3) {
- // return contractTypeTabKey.value ?? '1'
- // } else {
- // return null
- // }
- // }
- //日期时间被选择
- const betweenTime = ref(null)
- const betweenTimeUpdate = ({ arr, query }) => {
- betweenTime.value = arr
- searchForm.value.betweenTime = query
- }
- //回车搜索
- const keyUpEvent = (e) => {
- if (e.key === 'Enter') {
- searchForm.value.current = 1
- if (searchForm.value?.queryValue) {
- searchForm.value.queryValue = searchForm.value.queryValue.trim()
- }
- getTableData()
- }
- }
- //搜索
- const searchClick = () => {
- searchForm.value.current = 1
- if (searchForm.value?.queryValue) {
- searchForm.value.queryValue = searchForm.value.queryValue.trim()
- }
- wbstreeKey.value = Math.random()
- getTableData()
- // wbstree.value.resetNode().then((red)=>{
- // if(red){
- // getTableData()
- // }
- // })
- }
- //分页被点击
- const pageChange = ({ current, size }) => {
- searchForm.value.current = current
- searchForm.value.size = size
- getTableData()
- }
- //获取数据
- const tableListRef = ref(null)
- const tableLoading = ref(false)
- const tableListColumn = ref([
- { key: 'name', name: '文件名称' },
- // { key: 'startTime', name: '开始时间', width: 140, align: 'center' },
- { key: 'taskStatusStr', name: '流程状态', width: 100, align: 'center' },
- { key: 'reportNumber', name: '上报批次', width: 80, align: 'center' },
- { key: 'fileUserIdAndName', name: '填报人', width: 190, align: 'center' },
- { key: 'waitingUserList', name: '任务人', width: 100, align: 'center' },
- //{ key: 'evisaFailedInfo', name: '电签失败原因' },
- ])
- const tableListData = ref([])
- const getTableData = async () => {
- if (searchForm.value.wbsId) {
- tableListRef.value?.clearSelection()
- tableCheckedKeys.value = []
- tableLoading.value = true
- // const classifyType = getContractTypeKey();
- const { error, code, data, msg } = await queryApi.getPageData({
- projectId: projectId.value,
- contractId: contractId.value,
- ...searchForm.value,
- classifyType: contractTypeTabKey.value,
- })
- //处理数据
- tableLoading.value = false
- if (!error && code === 200) {
- tableListData.value = getArrValue(data['records'])
- searchForm.value.total = data.total || 0
- } else {
- window.$message?.error(msg)
- tableListData.value = []
- searchForm.value.total = 0
- }
- } else {
- window?.$message?.warning('请先选择一个树节点')
- }
- }
- //多选
- const tableCheckedKeys = ref([])
- const tableSelectionChange = (rows) => {
- tableCheckedKeys.value = rows.filter((item) => {
- return (item ?? '') !== ''
- })
- }
- //名称被点击
- const tableRowName = (row) => {
- //如果 evisaPdfUrl 不为空,使用evisaPdfUrl,反之使用pdfUrl
- // if (row['evisaPdfUrl']) {
- // toPdfPage(row['evisaPdfUrl'])
- // //window.open(row['evisaPdfUrl'], '_blank')
- // } else if (row['pdfUrl']) {
- // toPdfPage(row['pdfUrl'])
- // //window.open(row['pdfUrl'], '_blank')
- // } else {
- // window.$message?.warning('文件不存在')
- // }
- bussPreview(row)
- }
- //多表预览
- const bussPreviewLoading = ref(false)
- const bussPreview = async (row) => {
- const info = nodeDataInfo.value
- bussPreviewLoading.value = true
- const { error, code, data } = await wbsApi.getBussPdfs({
- nodeId: row?.wbsId || '',
- classify: contractTypeTabKey.value,
- projectId: projectId.value,
- // contractId: contractId.value
- contractId: contractInfo.value?.contractType == 2 ? info?.contractIdRelation : contractId.value,
- })
- bussPreviewLoading.value = false
- if (!error && code === 200) {
- toPdfPage(data)
- //window.open(data, '_blank')
- } else {
- window.$message?.warning('获取PDF失败')
- }
- }
- //上报
- const reportIds = ref('')
- const reportTaskName = ref('')
- const reportDatas = ref([])
- const reportTypeData = ref([])
- const showReportModal = ref(false)
- const reportLoading = ref(false)
- const reportArr = ref([])
- const reportModalClick = async () => {
- const rows = tableCheckedKeys.value
- //判断是否满足条件
- const result = rows.every(({ status }) => {
- return status === 0 || status === 3
- })
- //处理数据
- let newArr = []
- for (let i = 0; i < rows.length; i++) {
- newArr.push(rows[i]['wbsId'])
- }
- reportTypeData.value = newArr
- let newArr1 = []
- for (let i = 0; i < rows.length; i++) {
- newArr1.push(rows[i]['id'])
- }
- reportArr.value = newArr1
- //判断状态
- if (result) {
- reportLoading.value = true
- const taskCheck = await eVisaTaskCheckApi({
- projectId: projectId.value,
- contractId: contractId.value,
- })
- if (taskCheck) {
- //初始ID
- const row = getObjValue(rows[0])
- reportIds.value = arrToId(rows)
- //设置任务数据
- let reportDataArr = []
- rows.forEach(item => {
- reportDataArr.push({
- id: item?.id,
- name: item?.name,
- })
- })
- reportDatas.value = reportDataArr
- //设置任务名称
- reportTaskName.value = rows.length > 1 ? `${row.name}等${rows.length}个文件` : row.name
- reportLoading.value = false
- showReportModal.value = true
- } else {
- reportLoading.value = false
- }
- } else {
- window.$message?.warning('已上报的文件不能进行再次上报,若要重新上报,要先撤回之前的上报,再重新上报')
- }
- }
- //上报的审批内容移除
- const reportTaskTagClose = (index) => {
- const row = tableCheckedKeys.value[index]
- tableListRef.value?.toggleRowSelection(row, false)
- }
- //上报完成
- const showReportFinish = () => {
- showReportModal.value = false
- getTableData()
- }
- //下载
- const downloadLoading = ref(false)
- const batchDownload = async () => {
- const rows = tableCheckedKeys.value
- const ids = arrToId(rows)
- //批量下载
- downloadLoading.value = true
- const { error, disposition, res } = await queryApi.batchDownloadFileToZip({ ids: ids })
- //处理数据
- downloadLoading.value = false
- if (!error) {
- if (disposition) {
- downloadBlob(res, disposition)
- } else {
- window.$message?.error('数据异常')
- }
- }
- }
- //打印
- const printLoading = ref(false)
- const batchPrint = async () => {
- const rows = tableCheckedKeys.value
- const ids = arrToId(rows)
- //批量下载
- printLoading.value = true
- const { error, code, data } = await queryApi.batchPrint({ ids: ids })
- //处理数据
- printLoading.value = false
- const res = isString(data) ? data ?? '' : ''
- if (!error && code === 200 && res) {
- toPdfPage(res)
- //window.open(res, '_blank')
- }
- }
- //废除
- const batchAbolishClick = () => {
- const rows = tableCheckedKeys.value
- //判断是否满足条件
- const result = rows.every(({ status }) => {
- return status !== 0 && status !== 3
- })
- //判断状态
- if (result) {
- //拼接ID
- const ids = arrToId(rows)
- window?.$messageBox?.alert('是否废除勾选的已上报文件?', '废除文件', {
- showCancelButton: true,
- confirmButtonText: '确定废除',
- cancelButtonText: '取消',
- callback: (action) => {
- if (action === 'confirm') {
- batchAbolishSave(ids)
- }
- },
- })
- } else {
- window.$message?.warning('未上报的文件不能废除')
- }
- }
- //废除勾选的已上报文件
- const batchAbolishSave = async (ids) => {
- const { error, code } = await queryApi.batchAbolish({ ids: ids, projectId:projectId.value, contractId:contractId.value })
- //处理数据
- if (!error && code === 200) {
- window.$message?.success('批量废除成功')
- tableCheckedKeys.value = []
- getTableData()
- }
- }
- //本地验签
- const localLoading = ref(false)
- const batchLocal = async () => {
- const rows = tableCheckedKeys.value
- //判断是否满足条件
- const result = rows.every(({ status }) => {
- return status === 2
- })
- //判断状态
- if (result) {
- const ids = arrToId(rows)
- //请求数据
- localLoading.value = true
- const { error, code, data } = await queryApi.localVerify({
- ids: ids,
- })
- //处理数据
- localLoading.value = false
- if (!error && code === 200) {
- console.log(data)
- }
- } else {
- window.$message?.warning('存在未审批或未上报数据')
- }
- }
- //在线验签
- const onlineLoading = ref(false)
- const onlineVerifyData = ref({})
- const isOnlineVerifyDrawer = ref(false)
- const onlineVerifyOptions = {
- sizes: [50, 50],
- snapOffset: 0,
- minSize: ['10%', '80%'],
- }
- const batchOnline = async () => {
- const rows = tableCheckedKeys.value
- if (rows.length > 1) {
- window.$message?.warning('在线验签只能勾选一条数据进行验签')
- return
- }
- //判断是否满足条件
- const result = rows.every(({ status }) => {
- return status === 2
- })
- //判断状态
- if (!result) {
- window.$message?.warning('存在未审批或未上报数据')
- return
- }
- //发起请求
- const ids = arrToId(rows)
- onlineLoading.value = true
- const { error, code, msg, data } = await queryApi.onlineVerify({
- ids: ids,
- })
- //处理数据
- onlineLoading.value = false
- if (!error && code === 200) {
- onlineVerifyData.value = getObjValue(data)
- //cscTableData.value = getArrValue(data['certBeanVOList'])
- isOnlineVerifyDrawer.value = true
- } else {
- onlineVerifyData.value = {}
- window.$message?.error(msg ?? '操作失败')
- }
- }
- //签名信息
- const cscTableColumn = [
- { key:'user', name: '签名者', width: 300 },
- { key:'time', name: '签名时间', width: 200 },
- { key:'val', name: '摘要' },
- ]
- const cscTableData = ref([])
- //在线验签抽屉被关闭
- const onlineVerifyDrawerClose = () => {
- isOnlineVerifyDrawer.value = false
- onlineLoading.value = false
- }
- //树展开和收起
- const isWbsTreeShow = ref(true)
- const setWbsTreeShow = () => {
- isWbsTreeShow.value = !isWbsTreeShow.value
- }
- //左右拖动,改变树形结构宽度
- const leftWidth = ref(300)
- const onmousedown = () => {
- let leftNum = 0
- if (isLayout.value === 'no') {
- leftNum = 300
- } else {
- leftNum = isCollapse.value ? 142 : 272
- }
- document.onmousemove = (ve) => {
- let diffVal = ve.clientX - leftNum
- console.log(diffVal, 'diffVal')
- if (diffVal >= 310 && diffVal <= 900) {
- leftWidth.value = diffVal
- }
- }
- document.onmouseup = () => {
- document.onmousemove = null
- document.onmouseup = null
- }
- }
- const allElementsNotEmpty = (str)=> {
- // 使用split将字符串分割成字符数组
- // 使用every方法判断每个元素是否不为空字符串
- return str.split('').every(char => char !== '')
- }
- //一键重签
- const signLoading = ref(false)
- const resignModal = ref(false)
- const resignModalRadio = ref(0)
- const resignClick = async ()=>{
- const rows = tableCheckedKeys.value
- if (rows.length <= 0) {
- window.$message?.warning('请先勾选已审批的数据')
- return
- }
- //判断是否满足条件
- const result = rows.every(({ status }) => {
- return status === 2
- })
- //判断状态
- if (!result) {
- window.$message?.warning('只能勾选已审批的数据')
- return
- }
- resignModal.value = true
- }
- const signClick = async () => {
- const rows = tableCheckedKeys.value
- // if (rows.length <= 0) {
- // window.$message?.warning('请先勾选已审批的数据')
- // return
- // }
- // //判断是否满足条件
- // const result = rows.every(({ status }) => {
- // return status === 2
- // })
- // //判断状态
- // if (!result) {
- // window.$message?.warning('只能勾选已审批的数据')
- // return
- // }
- //获取任务id
- const taskIds = arrToKey(rows, 'taskId')
- const idsArr = taskIds.split(',')
- let isCan = idsArr.some(ele=>ele === '' || ele == -1)
- console.log(isCan, 'isCan')
- if (isCan) {
- window.$message?.warning('参数异常,暂不支持该操作')
- return
- }
- //发起请求
- signLoading.value = true
- const { error, code, msg } = await queryApi.reSigningEVisa({
- contractId: contractId.value,
- projectId: projectId.value,
- taskIds: taskIds,
- classifyType: contractTypeTabKey.value,
- type:resignModalRadio.value,
- })
- //处理数据
- signLoading.value = false
- if (!error && code === 200) {
- window.$message?.success(msg ?? '提交成功,请请耐心等待重签,可继续操作其它的功能。')
- getTableData().then()
- } else {
- window.$message?.error(msg ?? '操作失败')
- }
- resignModal.value = false
- }
- const cancelresign = ()=>{
- resignModalRadio.value = 0
- resignModal.value = false
- }
- </script>
- <style lang="scss" scoped>
- @import "../../styles/data-fill/query.scss";
- .iscusor {
- cursor: pointer;
- }
- </style>
- <style lang="scss">
- .hc-online-verify-drawer .el-card.hc-new-card-box {
- .hc-card-header-box {
- .online-verify-title {
- font-size: 20px;
- }
- .online-verify-icon {
- display: flex;
- align-items: center;
- cursor: pointer;
- color: #5a5959;
- i {
- font-size: 18px;
- }
- &:hover {
- color: var(--el-color-primary);
- }
- }
- }
- }
- </style>
|