123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955 |
- <template>
- <div class="hc-page-layout-box">
- <div :style="`width:${leftWidth}px;`" class="hc-layout-left-box">
- <div class="hc-project-box">
- <div class="hc-project-icon-box">
- <HcIcon name="stack" />
- </div>
- <div class="ml-2 project-name-box">
- <span class="text-xl text-cut project-alias">{{ projectInfo.projectAlias }}</span>
- <div class="text-xs text-cut project-name">
- {{ projectInfo.name }}
- </div>
- </div>
- </div>
- <div class="hc-tree-box">
- <el-scrollbar>
- <TestTree
- :auto-expand-keys="treeAutoExpandKeys"
- :project-id="projectId"
- :tenant-id="userInfo?.tenant_id"
- :wbs-temp-id="projectInfo?.referenceWbsTemplateIdTrial"
- :wbs-type="2"
- @nodeTap="wbsElTreeClick"
- />
- <!-- <HcLazyTree
- :isType="false"
- :autoExpandKeys="treeAutoExpandKeys"
- @load="treeLoadNode"
- @nodeTap="wbsElTreeClick"
- /> -->
- </el-scrollbar>
- </div>
- <!-- 左右拖动 -->
- <div class="horizontal-drag-line" @mousedown="onmousedown" />
- </div>
- <div class="hc-page-content-box">
- <HcCard :scrollbar="false" action-size="lg">
- <template #header>
- <HcTooltip keys="tentative_detect_test_add">
- <el-button :disabled="!primaryKeyId" hc-btn type="primary" @click="addFormModalClick">
- <HcIcon name="add-circle" />
- <span>新增</span>
- </el-button>
- </HcTooltip>
- <HcTooltip keys="tentative_detect_test_copy">
- <el-button
- :disabled="tableCheckedKeys.length <= 0" :loading="copyLoading" hc-btn
- @click="copyDataClick"
- >
- <HcIcon name="file-copy-2" />
- <span>复制</span>
- </el-button>
- </HcTooltip>
- <HcTooltip keys="tentative_detect_test_del">
- <el-button
- :disabled="tableCheckedKeys.length <= 0" :loading="removeLoading" hc-btn
- @click="delModalClick"
- >
- <HcIcon name="delete-bin-2" />
- <span>删除</span>
- </el-button>
- </HcTooltip>
- <HcTooltip keys="tentative_detect_test_print">
- <el-button
- :disabled="tableCheckedKeys.length <= 0" :loading="printPdfLoading" hc-btn
- @click="printPdfClick"
- >
- <HcIcon name="printer" />
- <span>批量打印</span>
- </el-button>
- </HcTooltip>
- <HcTooltip keys="tentative_detect_test_report">
- <el-button
- :disabled="tableCheckedKeys.length <= 0" :loading="reportPdfLoading" hc-btn
- @click="reportPdfClick"
- >
- <HcIcon name="send-plane-2" />
- <span>批量上报</span>
- </el-button>
- </HcTooltip>
- <HcTooltip keys="tentative_detect_test_quit">
- <el-button
- :disabled="tableCheckedKeys.length <= 0" :loading="quitPdfLoading" hc-btn
- @click="quitPdfClick"
- >
- <HcIcon name="delete-bin-3" />
- <span>批量废除</span>
- </el-button>
- </HcTooltip>
- <HcTooltip keys="tentative_detect_test_null">
- <el-button
- :disabled="tableCheckedKeys.length <= 0" :loading="printNullPdfLoading" hc-btn
- @click="printNullPdfClick"
- >
- <HcIcon name="printer" />
- <span>打印空表</span>
- </el-button>
- </HcTooltip>
- </template>
- <template #extra>
- <el-button :type="authBtnTabKey === '1' ? 'primary' : ''" hc-btn @click="authBtnTabClick('1')">
- <HcIcon name="folder-user" />
- <span>施工自检</span>
- </el-button>
- <el-button :type="authBtnTabKey === '2' ? 'primary' : ''" hc-btn @click="authBtnTabClick('2')">
- <HcIcon name="folder-shield" />
- <span>监理质检</span>
- </el-button>
- </template>
- <template #search>
- <div class="w-40">
- <el-input
- v-model="searchForm.trialUserName" clearable placeholder="请输入试验人员"
- @keyup="keyUpEvent"
- />
- </div>
- <div class="w-40 ml-2">
- <el-select v-model="searchForm.queryStatus" clearable placeholder="请选择是否合格">
- <el-option
- v-for="item in qualifiedData" :key="item.value" :label="item.label"
- :value="item.value"
- />
- </el-select>
- </div>
- <div class="w-64 ml-2">
- <HcDatePicker :dates="betweenTime" clearable @change="betweenTimeUpdate" />
- </div>
- <div class="w-72 ml-2">
- <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>
- </template>
- <HcTable
- ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading" is-check
- @selection-change="tableSelection"
- >
- <template #recordNo="{ row }">
- <span class="text-link" @click="tableRowEdit(row, '1')">{{ row?.recordNo }}</span>
- </template>
- <template #reportNo="{ row }">
- <span class="text-link" @click="tableRowEdit(row, '2')">{{ row?.reportNo }}</span>
- </template>
- <template #trialProjectName="{ row }">
- <span class="text-link font-bold" @click="tableRowPdf(row)">{{ row?.trialProjectName }}</span>
- </template>
- <template #taskStatus="{ row }">
- <!-- <el-tag :type="`${row.status === 2 ? 'success' : row.status === 0 ? 'warning' : row.status === 1 ? 'danger' : 'info'}`" -->
- <el-tag
- v-if="row.taskStatus"
- :type="`${row.taskStatus === '已审批' ? 'success' : row.taskStatus === '待审批' ? 'warning' : row.taskStatus === '已废除' ? 'danger' : 'info'}`"
- class="mx-1" effect="dark"
- >
- {{ row.taskStatus }}
- </el-tag>
- </template>
- <template #detectionCategory="{ row }">
- <!-- <span>{{arrKeyValue(categoryData, 'dictKey', 'dictValue', row.detectionCategory)}}</span> -->
- <span>{{ row.detectionCategoryName }}</span>
- </template>
- <template #isUploadCertificate="{ row }">
- <!-- <span>{{row.isUploadCertificate == 0 ? '是':row.isUploadCertificate == -1?'' : '否'}}</span> -->
- <span>{{ row.isUploadCertificateName }}</span>
- </template>
- <template #contractId="{ row }">
- <span>{{ contractInfo?.name }}</span>
- </template>
- <template #detectionResult="{ row }">
- <span>{{ row?.reportNo && row?.reportNo.length > 0 ? row.detectionResultName : '' }}</span>
- </template>
- <template #action="{ row }">
- <HcTooltip keys="tentative_detect_test_annex">
- <el-button plain size="small" type="primary" @click="viewAttachmentModalClick(row)">
- 附件
- </el-button>
- </HcTooltip>
- <HcTooltip keys="tentative_detect_test_info">
- <el-button plain size="small" type="primary" @click="samplingRecordModalClick(row)">
- 样品信息
- </el-button>
- </HcTooltip>
- </template>
- </HcTable>
- <template #action>
- <HcPages :pages="searchForm" @change="pageChange" />
- </template>
- </HcCard>
- </div>
- <!-- 查看附件 -->
- <HcDialog
- :footer="false" :show="viewAttachmentModal" is-table title="查看附件" widths="70rem"
- @close="viewAttachmentModalClose"
- >
- <template #extra>
- <HcNewSwitch :datas="tabTypeTab" :keys="tabTypeKey" @change="tabTypeChange" />
- </template>
- <div v-loading="viewAttachmentLoading" class="hc-switch-tab-content">
- <div class="h-full w-full flex">
- <div v-if="viewAttachmentData.length > 0" class="pdf-file-list-box">
- <template v-for="item in viewAttachmentData">
- <div :class="[item.isCheck ? 'cur' : '']" class="file-item" @click="viewCurFile(item)">
- {{ item.fileName || '' }}
- </div>
- </template>
- </div>
- <div v-else class="pdf-file-list-box">
- <HcNoData />
- </div>
- <iframe v-if="attachmentPdfUrl" :src="attachmentPdfUrl" frameborder="1" height="100%" width="80%" />
- <div class="hc-no-table-form">
- <div class="table-form-no">
- <HcDragUpload
- :datas="uploadData" :file-list="fileListData" @delFile="delFileData"
- @finished="uploadFinished" @progress="uploadprogress"
- />
- </div>
- </div>
- </div>
- </div>
- </HcDialog>
- <!-- 查看样品信息 -->
- <HcDialog
- :footer="false" :show="samplingRecordModal" is-table title="查看样品信息" widths="60%"
- @close="samplingRecordModalClose"
- >
- <HcTable
- :column="samplingTableColumn" :datas="samplingTableData" :is-index="false"
- :loading="samplingTableLoading"
- />
- </HcDialog>
- <!-- 批量上报审批 -->
- <HcReportModal
- :addition="reportAddition" :contract-id="contractId" :ids="reportIds"
- :project-id="projectId" :show="showReportModal" :task-name="reportTaskName"
- :trial-self-inspection-record-id="1"
- :type-data="reportTypeData" title="批量上报审批" type="wbs"
- url="informationWriteQuery/batchTask" @finish="showReportFinish"
- @hide="showReportModal = false"
- />
- </div>
- </template>
- <script setup>
- import { onActivated, onMounted, ref, watch } from 'vue'
- import { useRouter } from 'vue-router'
- import { useAppStore } from '~src/store'
- import TestTree from '../material/components/TestTree.vue'
- import { delStoreValue, getStoreValue, setStoreValue } from '~src/utils/storage'
- import HcDragUpload from './components/HcDragUpload.vue'
- import dataApi from '~api/tentative/detect/test'
- import { getDictionary } from '~api/other'
- import { eVisaTaskCheckApi } from '~api/other'
- import wbsApi from '~api/data-fill/wbs'
- import samplingApi from '~api/tentative/material/sampling'
- import { arrKeyValue, arrToId, getArrValue, getObjValue, isString } from 'js-fast-way'
- import { Loading } from 'element-plus/es/components/loading/src/service'
- import notableform from '~src/assets/view/notableform.svg'
- import { delMessage } from '~uti/tools'
- //变量
- const router = useRouter()
- const useAppState = useAppStore()
- const userInfo = ref(useAppState.getUserInfo)
- 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 isBubble = ref(useAppState.getBubble)
- //监听
- watch(() => [
- useAppState.getCollapse,
- useAppState.getBubble,
- ], ([Collapse, bubble]) => {
- isCollapse.value = Collapse
- isBubble.value = bubble
- })
- //获取气泡数据
- const getButtonsVal = (value) => {
- return useAppState.getButtonsVal(value)
- }
- //自动展开缓存
- const treeAutoExpandKeys = ref(getStoreValue('testTreeExpandKeys') || [])
- const btn_edit = ref(false)
- //渲染完成
- onMounted(() => {
- btn_edit.value = getButtonsVal('tentative_detect_test_edit')
- setContractType(contractInfo.value?.contractType)
- getCategoryData()
- })
- //缓存被激活时,重新获取表格数据
- onActivated(() => {
- // setMountOnEventKey()
- getTableData()
- })
- const qualifiedData = ref([
- { label: '不合格', value: '0' },
- { label: '合格', value: '1' },
- ])
- //加载树形结构数据
- const treeLoadNode = async ({ node, item, level }, resolve) => {
- let contractIdRelation = '', parentId = '0', primaryKeyId = ''
- if (level !== 0) {
- const nodeData = getObjValue(item)
- contractIdRelation = nodeData?.contractIdRelation || ''
- parentId = nodeData?.id
- primaryKeyId = nodeData?.id || ''
- }
- //获取数据
- const { data } = await samplingApi.queryLazyTree({
- wbsId: projectInfo.value?.referenceWbsTemplateIdTrial,
- tenantId: userInfo.value?.tenant_id,
- projectId: projectId.value,
- parentId,
- wbsType: 2,
- })
- resolve(getArrValue(data))
- }
- //获取检测类别类型
- const categoryData = ref([])
- const getCategoryData = async () => {
- const { data } = await getDictionary({
- code: 'trial_detection_category',
- })
- const arrData = getArrValue(data)
- arrData.forEach(item => {
- item.dictKey = Number(item.dictKey)
- })
- categoryData.value = arrData
- }
- //搜索表单
- const searchForm = ref({
- trialUserName: null, queryStatus: null, queryValue: null, type: '1',
- current: 1, size: 20, total: 0,
- })
- //树相关的变量
- const primaryKeyId = ref('')
- const nodeDataInfo = ref({})
- //树被点击
- const wbsElTreeClick = ({ data, keys }) => {
- nodeDataInfo.value = data
- primaryKeyId.value = data['primaryKeyId'] || ''
- setStoreValue('testTreeItem', data)
- //缓存自动展开
- treeAutoExpandKeys.value = keys
- setStoreValue('testTreeExpandKeys', keys)
- //改变搜索表单数据
- searchForm.value.nodeId = data['primaryKeyId']
- searchForm.value.current = 1
- getTableData()
- }
- //身份按钮切换数据
- const authBtnTabKey = ref('1')
- const authBtnTabClick = (val) => {
- if (val !== authBtnTabKey.value) {
- authBtnTabKey.value = val
- searchForm.value.type = val
- searchForm.value.current = 1
- getTableData()
- }
- }
- //contractType, 1施工,2监理
- const setContractType = (contractType) => {
- let typeValue = '1'
- if (contractType > 0) {
- typeValue = contractType + ''
- }
- authBtnTabKey.value = typeValue
- searchForm.value.type = typeValue
- searchForm.value.current = 1
- }
- //日期时间被选择
- const betweenTime = ref(null)
- const betweenTimeUpdate = ({ arr }) => {
- betweenTime.value = arr
- if (arr.length > 0) {
- searchForm.value.startTime = arr[0]
- searchForm.value.endTime = arr[1]
- } else {
- searchForm.value.startTime = ''
- searchForm.value.endTime = ''
- }
- }
- //回车搜索
- const keyUpEvent = (e) => {
- if (e.key === 'Enter') {
- searchForm.value.current = 1
- getTableData()
- }
- }
- //搜索
- const searchClick = () => {
- searchForm.value.current = 1
- getTableData()
- }
- //分页被点击
- const pageChange = ({ current, size }) => {
- searchForm.value.current = current
- searchForm.value.size = size
- getTableData()
- }
- //表格数据
- const tableRef = ref(null)
- const tableColumn = ref([
- { key: 'recordNo', name: '记录编号', width: 220 },
- { key: 'reportNo', name: '报告编号', width: 220 },
- { key: 'samplingLocation', name: '取样地点', width: 220 },
- { key: 'trialProjectName', name: '试验项目名称', width: 220 },
- { key: 'detectionResult', name: '检测结果', width: 160 },
- { key: 'taskStatus', name: '任务状态', width: 140 },
- { key: 'detectionCategory', name: '检测类别', width: 120 },
- { key: 'isUploadCertificate', name: '是否上传合格证', width: 130 },
- { key: 'contractId', name: '合同段', width: 220 },
- { key: 'company', name: '单位', width: 160 },
- { key: 'specificationNumber', name: '样品编号', width: 220 },
- { key: 'specificationModel', name: '规格类型', width: 200 },
- //{key:'projectPosition', name: '工程部位及用途', width: 160},
- { key: 'projectPositionName', name: '工程部位及用途', width: 160 },
- { key: 'reportDate', name: '报告日期', width: 170 },
- { key: 'trialUserName', name: '试验人员', width: 170 },
- { key: 'action', name: '操作', width: 150, fixed: 'right', align: 'center' },
- ])
- const tableData = ref([])
- //获取数据
- const tableLoading = ref(false)
- const getTableData = async () => {
- tableLoading.value = true
- const { error, code, data } = await dataApi.queryPage({
- ...searchForm.value,
- projectId: projectId.value,
- contractId: contractId.value,
- })
- //处理数据
- tableLoading.value = false
- if (!error && code === 200) {
- tableData.value = getArrValue(data?.records)
- searchForm.value.total = data?.total || 0
- } else {
- tableData.value = []
- searchForm.value.total = 0
- }
- }
- //多选
- const tableCheckedKeys = ref([])
- const tableSelection = (rows) => {
- tableCheckedKeys.value = rows
- }
- //新增
- const addFormModalClick = () => {
- delStoreValue('test-form')
- router.push({
- path: '/tentative/detect/test-form',
- query: {
- nodeId: primaryKeyId.value,
- dataType: authBtnTabKey.value,
- isaddType: true,
- },
- })
- }
- //编辑
- const tableRowEdit = (row, tabTypeKey) => {
- setStoreValue('test-form', row)
- setStoreValue('prenodeDataInfo', nodeDataInfo.value)
- console.log(JSON.stringify(nodeDataInfo.value), 'JSON.stringify(nodeDataInfo.value)')
- router.push({
- path: '/tentative/detect/test-form',
- query: {
- id: row.id,
- nodeId: row.nodeId,
- dataType: row.type,
- tabTypeKey: tabTypeKey,
- // prenodeDataInfo:JSON.stringify(nodeDataInfo.value)
- },
- })
- }
- //预览PDF
- const tableRowPdf = ({ pdfUrl }) => {
- if (pdfUrl) {
- window.open(pdfUrl, '_blank')
- } else {
- window.$message?.warning('该数据暂无PDF')
- }
- }
- //复制
- const copyDataClick = () => {
- const rows = tableCheckedKeys.value
- if (rows.length > 0) {
- const ids = arrToId(rows)
- copyDataApi(ids)
- } else {
- window.$message?.warning('请先勾选需要复制的记录')
- }
- }
- //请求复制
- const copyLoading = ref(false)
- const copyDataApi = async (ids) => {
- //请求数据
- copyLoading.value = true
- const { error, code, msg } = await dataApi.copyData({
- ids: ids,
- }, false)
- //处理数据
- copyLoading.value = false
- if (!error && code === 200) {
- window.$message?.success('复制成功')
- searchClick()
- } else {
- window.$message?.error(msg)
- }
- }
- //删除
- const delModalClick = () => {
- const rows = tableCheckedKeys.value
- if (rows.length > 0) {
- delMessage(() => {
- const ids = arrToId(rows)
- removeDataApi(ids)
- })
- } else {
- window.$message?.warning('请先勾选需要删除的记录')
- }
- }
- //请求删除
- const removeLoading = ref(false)
- const removeDataApi = async (ids) => {
- //请求数据
- removeLoading.value = true
- const { error, code, msg } = await dataApi.removeData({
- ids: ids,
- }, false)
- //处理数据
- removeLoading.value = false
- if (!error && code === 200) {
- window.$message?.success('删除成功')
- searchClick()
- } else {
- window.$message?.error(msg)
- }
- }
- //批量打印
- const printPdfLoading = ref(false)
- const printPdfClick = async () => {
- const rows = tableCheckedKeys.value
- if (rows.length > 0) {
- const ids = arrToId(rows)
- //请求数据
- printPdfLoading.value = true
- const { error, code, msg, data } = await dataApi.printPdf({
- ids: ids,
- }, false)
- //处理数据
- const pdfUrl = isString(data) ? data || '' : ''
- printPdfLoading.value = false
- if (!error && code === 200 && pdfUrl) {
- window.open(pdfUrl, '_blank')
- } else {
- window.$message?.error(msg || '文件异常')
- }
- } else {
- window.$message?.warning('请先勾选需要批量打印的记录')
- }
- }
- //批量废除
- const quitPdfLoading = ref(false)
- const quitPdfClick = async () => {
- const rows = tableCheckedKeys.value
- if (rows.length > 0) {
- const ids = arrToId(rows)
- const res1 = rows.some(item => item.taskStatus === '未上报')
- const res2 = rows.some(item => item.taskStatus === '已废除')
- if (res1) {
- window.$message?.warning('未上报的文件不能废除')
- } else if (res2) {
- window.$message?.warning('已废除的文件不能再次废除')
- } else {
- //请求数据
- quitPdfLoading.value = true
- const { error, code, msg, data } = await dataApi.batchAbolish({
- ids: ids,
- }, false)
- //处理数据
- if (!error && code === 200) {
- window.$message?.success('废除成功')
- quitPdfLoading.value = false
- searchClick()
- } else {
- quitPdfLoading.value = false
- window.$message?.error(msg)
- }
- }
- } else {
- window.$message?.warning('请先勾选需要批量打印的记录')
- }
- }
- //批量上报
- const reportPdfLoading = ref(false)
- //批量上报
- const reportIds = ref('')
- const reportTaskName = ref('')
- const reportAddition = ref({})
- const showReportModal = ref(false)
- const reportLoading = ref(false)
- const reportTypeData = ref([])
- const reportPdfClick = async () => {
- const rows = tableCheckedKeys.value
- if (rows.length > 0) {
- const info = getStoreValue('prenodeDataInfo') || {}
- const res1 = rows.some(item => item.pdfUrl.length < 1)
- const res2 = rows.some(item => item.taskStatus === '待审批' || item.taskStatus === '已审批')
- if (res1) {
- window.$message?.warning('当前数据暂无pdf无法上报')
- } else if (res2) {
- window.$message?.warning('已上报的数据无法再次上报')
- } else {
- reportLoading.value = true
- const ids = arrToId(rows)
- reportIds.value = ids
- const taskCheck = await eVisaTaskCheckApi({
- projectId: projectId.value,
- contractId: contractId.value,
- })
- //处理数据
- let newArr = []
- for (let i = 0; i < rows.length; i++) {
- newArr.push(rows[i]['tableIds'])
- }
- reportTypeData.value = [...newArr]
- console.log(reportTypeData.value, ' reportTypeData.value')
- reportLoading.value = false
- if (taskCheck) {
- //初始弹出弹窗,防呆
- reportAddition.value = {
- classify: authBtnTabKey.value,
- contractIdRelation: info['contractIdRelation'],
- }
- showReportModal.value = true
- //请求文件题名
- const { data } = await wbsApi.queryDocumentTitle({
- // primaryKeyId: info['primaryKeyId'],
- primaryKeyId: rows[0].id,
- classify: authBtnTabKey.value,
- })
- reportTaskName.value = isString(data) ? data : ''
- } else {
- window.$message?.warning('暂无相关数据')
- }
- }
- } else {
- window.$message?.warning('请先勾选需要批量上报的记录')
- }
- }
- //上报完成
- const showReportFinish = () => {
- showReportModal.value = false
- getTableData()
- }
- //打印空表
- const printNullPdfLoading = ref(false)
- const printNullPdfClick = async () => {
- const rows = tableCheckedKeys.value
- if (rows.length > 0) {
- const ids = arrToId(rows)
- //请求数据
- printNullPdfLoading.value = true
- const { error, code, msg, data } = await dataApi.printNullPdf({
- ids: ids,
- }, false)
- //处理数据
- const pdfUrl = isString(data) ? data || '' : ''
- printNullPdfLoading.value = false
- if (!error && code === 200 && pdfUrl) {
- window.open(pdfUrl, '_blank')
- } else {
- window.$message?.error(msg || '文件异常')
- }
- } else {
- window.$message?.warning('请先勾选需要打印空表的记录')
- }
- }
- //查看附件
- const viewAttachmentModal = ref(false)
- const viewAttachmentLoading = ref(false)
- const viewAttachmentId = ref('')
- const viewAttachmentData = ref([])
- const viewAttachmentModalClick = async ({ id }) => {
- viewAttachmentId.value = id
- viewAttachmentModal.value = true
- getAttachmentModalClick(viewAttachmentId.value, '1')
- }
- const getCaption = (obj) => {
- const index = obj.lastIndexOf('pdf')
- return index
- }
- //获取附件
- const getAttachmentModalClick = async (id, type) => {
- viewAttachmentLoading.value = true
- const { error, code, data } = await dataApi.ancillaryDocumentsList({ id: id, type: type })
- console.log(data, 'data')
- viewAttachmentLoading.value = false
- if (!error && code === 200) {
- viewAttachmentData.value = getArrValue(data)
- curFileData.value = viewAttachmentData.value[0]
- viewCurFile(curFileData.value)
- } else {
- viewAttachmentData.value = []
- }
- }
- const refeshAttachmentModalClick = async (id, type) => {
- const { error, code, data } = await dataApi.ancillaryDocumentsList({ id: id, type: type })
- //处理数据
- viewAttachmentLoading.value = false
- if (!error && code === 200) {
- viewAttachmentData.value = getArrValue(data)
- if (viewAttachmentData.value.length < 1) {
- // window.$message?.warning('该条记录不存在附件')
- } else {
- viewCurFile(viewAttachmentData.value[0])
- }
- } else {
- viewAttachmentData.value = []
- }
- }
- const attachmentPdfUrl = ref('')
- const curFileData = ref({})
- //类型tab数据和相关处理
- const tabTypeKey = ref('1')
- const tabTypeTab = ref([
- { key: '1', name: '生产合格证' },
- { key: '2', name: '厂家质检报告' },
- { key: '3', name: '其他文件' },
- ])
- const tabTypeChange = (item) => {
- console.log(1111111111)
- tabTypeKey.value = item?.key
- getAttachmentModalClick(viewAttachmentId.value, item?.key)
- fileListData.value = []
- refeshAttachmentModalClick(viewAttachmentId.value, tabTypeKey.value)
- }
- //关闭查看附件
- const viewAttachmentModalClose = () => {
- viewAttachmentModal.value = false
- curFileData.value = ''
- attachmentPdfUrl.value = ''
- }
- const uploadData = ref({})
- const fileListData = ref([])
- const listuploadref = ref('1')
- //截取文件名称
- const splitFileName = (str) => {
- // if(str.indexOf("https://bladex-test-info.oss-cn-chengdu.aliyuncs.com//upload") != -1){
- if (str.indexOf('https://bladex-chongqing-info.oss-cn-hangzhou.aliyuncs.com//upload') != -1) {
- let a = str.split('//')[2].split('/')[2]
- return a
- } else {
- return str
- }
- }
- //查看当前文件pdf
- const viewCurFile = (item) => {
- console.log(item, 'item')
- if (item) {
- curFileData.value = item
- let arr = []
- arr.push({ name: item.fileName, url: item.url })
- fileListData.value = getArrValue(arr)
- viewAttachmentData.value.forEach((ele) => {
- ele.isCheck = false
- })
- item.isCheck = true
- }
- }
- //上传进度
- const uploadprogress = (res) => {
- console.log('进度')
- }
- //上传完成
- const uploadFinished = async (res) => {
- const { error, code, data } = await dataApi.updateAncillaryDocument(
- {
- selfId: viewAttachmentId.value,
- url: res.link,
- type: tabTypeKey.value,
- })
- console.log(data, 'data')
- if (!error && code === 200) {
- refeshAttachmentModalClick(viewAttachmentId.value, tabTypeKey.value)
- }
- }
- //上传文件delFileData
- const delFileData = async (res) => {
- console.log('删除文件', curFileData.value)
- if (curFileData.value.isDel == 0) {
- window.$message.warning('该文件不可删除')
- } else {
- const { error, code, data } = await dataApi.removedocuments(
- {
- id: curFileData.value.id,
- })
- if (!error && code === 200) {
- window.$message.success('删除成功')
- refeshAttachmentModalClick(viewAttachmentId.value, tabTypeKey.value)
- }
- }
- }
- //样品信息数据
- const samplingTableColumn = ref([
- { key: 'materialName', name: '样品名称' },
- { key: 'samplingDate', name: '取样时间' },
- { key: 'specificationNumber', name: '样品编号' },
- { key: 'specificationModel', name: '规格型号' },
- { key: 'materialCount', name: '试样数量' },
- { key: 'calculationUnit', name: '计算单位' },
- { key: 'proposedPosition', name: '拟用部位' },
- { key: 'representativeCount', name: '代表数量' },
- { key: 'userName', name: '取样人' },
- ])
- const samplingTableData = ref([])
- const samplingTableLoading = ref(false)
- //取样记录
- const samplingRecordModal = ref(false)
- const samplingRecordModalClick = async ({ id }) => {
- samplingRecordModal.value = true
- samplingTableLoading.value = true
- const { error, code, data } = await dataApi.getSampleList({
- id: id,
- })
- //处理数据
- samplingTableLoading.value = false
- if (!error && code === 200) {
- samplingTableData.value = getArrValue(data)
- } else {
- samplingTableData.value = []
- }
- }
- //关闭样品信息
- const samplingRecordModalClose = () => {
- samplingRecordModal.value = false
- samplingTableData.value = []
- }
- //左右拖动,改变树形结构宽度
- const leftWidth = ref(382)
- const onmousedown = () => {
- const leftNum = isCollapse.value ? 142 : 272
- document.onmousemove = (ve) => {
- let diffVal = ve.clientX - leftNum
- if (diffVal >= 310 && diffVal <= 900) {
- leftWidth.value = diffVal
- }
- }
- document.onmouseup = () => {
- document.onmousemove = null
- document.onmouseup = null
- }
- }
- </script>
- <style lang="scss" scoped>
- @import "../../../styles/tentative/detect/test.scss";
- .hc-switch-tab-content {
- .pdf-file-list-box {
- position: relative;
- border-right: 1px solid #e9e9e9;
- padding: 5px 0;
- overflow-y: auto;
- height: 100%;
- flex: 1;
- .file-item {
- position: relative;
- cursor: pointer;
- padding: 6px 10px;
- &:hover {
- color: var(--el-color-primary);
- background-color: var(--el-color-primary-light-8);
- }
- &.cur {
- color: var(--el-color-primary);
- background-color: var(--el-color-primary-light-8);
- }
- }
- }
- .hc-no-table-form {
- flex: 1;
- }
- }
- </style>
|