|
@@ -531,12 +531,57 @@
|
|
|
|
|
|
|
|
<!-- 现场照片 -->
|
|
<!-- 现场照片 -->
|
|
|
<el-dialog :close-on-click-modal="false" v-dialogDrag :title="doc.title" :visible.sync="doc.open" width="800px" append-to-body >
|
|
<el-dialog :close-on-click-modal="false" v-dialogDrag :title="doc.title" :visible.sync="doc.open" width="800px" append-to-body >
|
|
|
- <el-tabs tab-position="left">
|
|
|
|
|
- <el-tab-pane label="PASS1">
|
|
|
|
|
|
|
+ <el-tabs tab-position="top">
|
|
|
|
|
+ <el-tab-pane label="PASS1左">
|
|
|
|
|
+ <el-upload ref="doc"
|
|
|
|
|
+ :limit="1"
|
|
|
|
|
+ :headers="doc.headers"
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass1A&pId=' + doc.pId"
|
|
|
|
|
+ :disabled="doc.isUploading"
|
|
|
|
|
+ :on-progress="handleFileDocProgress"
|
|
|
|
|
+ :on-success="handleFileDocSuccess"
|
|
|
|
|
+ :auto-upload="true"
|
|
|
|
|
+ drag
|
|
|
|
|
+ >
|
|
|
|
|
+ <i class="el-icon-upload"></i>
|
|
|
|
|
+ <div class="el-upload__text">
|
|
|
|
|
+ {{ $t('将文件拖到此处,或') }}
|
|
|
|
|
+ <em>{{ $t('点击上传') }}</em>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </el-upload>
|
|
|
|
|
+ <el-table :data="doc.commonfileList1A" border>
|
|
|
|
|
+ <el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <a class="link-type" @click="handleDownload(scope.row)">
|
|
|
|
|
+ <span>{{ scope.row.fileName }}</span>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ <el-table-column :label="$t('大小(Kb)')" align="center" prop="fileSize" :show-overflow-tooltip="true" width="80" />
|
|
|
|
|
+ <el-table-column :label="$t('上传人')" align="center" prop="creator" :show-overflow-tooltip="true" width="120"/>
|
|
|
|
|
+ <el-table-column :label="$t('操作')" align="center" width="220" class-name="small-padding fixed-width">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-download"
|
|
|
|
|
+ @click="handleDownload(scope.row)"
|
|
|
|
|
+ >{{ $t('下载') }}</el-button>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-delete"
|
|
|
|
|
+ @click="handleDeleteDoc(scope.row)"
|
|
|
|
|
+ >{{ $t('删除') }}</el-button>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ </el-table>
|
|
|
|
|
+ </el-tab-pane>
|
|
|
|
|
+ <el-tab-pane label="PASS1右">
|
|
|
<el-upload ref="doc"
|
|
<el-upload ref="doc"
|
|
|
:limit="1"
|
|
:limit="1"
|
|
|
:headers="doc.headers"
|
|
:headers="doc.headers"
|
|
|
- :action="doc.url + '?pType=furnancePressurePass1&pId=' + doc.pId"
|
|
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass1B&pId=' + doc.pId"
|
|
|
:disabled="doc.isUploading"
|
|
:disabled="doc.isUploading"
|
|
|
:on-progress="handleFileDocProgress"
|
|
:on-progress="handleFileDocProgress"
|
|
|
:on-success="handleFileDocSuccess"
|
|
:on-success="handleFileDocSuccess"
|
|
@@ -549,7 +594,7 @@
|
|
|
<em>{{ $t('点击上传') }}</em>
|
|
<em>{{ $t('点击上传') }}</em>
|
|
|
</div>
|
|
</div>
|
|
|
</el-upload>
|
|
</el-upload>
|
|
|
- <el-table :data="doc.commonfileList1" border>
|
|
|
|
|
|
|
+ <el-table :data="doc.commonfileList1B" border>
|
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
@@ -577,11 +622,11 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="PASS2">
|
|
|
|
|
|
|
+ <el-tab-pane label="PASS2左">
|
|
|
<el-upload ref="doc"
|
|
<el-upload ref="doc"
|
|
|
:limit="1"
|
|
:limit="1"
|
|
|
:headers="doc.headers"
|
|
:headers="doc.headers"
|
|
|
- :action="doc.url + '?pType=furnancePressurePass2&pId=' + doc.pId"
|
|
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass2A&pId=' + doc.pId"
|
|
|
:disabled="doc.isUploading"
|
|
:disabled="doc.isUploading"
|
|
|
:on-progress="handleFileDocProgress"
|
|
:on-progress="handleFileDocProgress"
|
|
|
:on-success="handleFileDocSuccess"
|
|
:on-success="handleFileDocSuccess"
|
|
@@ -594,7 +639,7 @@
|
|
|
<em>{{ $t('点击上传') }}</em>
|
|
<em>{{ $t('点击上传') }}</em>
|
|
|
</div>
|
|
</div>
|
|
|
</el-upload>
|
|
</el-upload>
|
|
|
- <el-table :data="doc.commonfileList2" border>
|
|
|
|
|
|
|
+ <el-table :data="doc.commonfileList2A" border>
|
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
@@ -622,11 +667,11 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="PASS3">
|
|
|
|
|
|
|
+ <el-tab-pane label="PASS2右">
|
|
|
<el-upload ref="doc"
|
|
<el-upload ref="doc"
|
|
|
:limit="1"
|
|
:limit="1"
|
|
|
:headers="doc.headers"
|
|
:headers="doc.headers"
|
|
|
- :action="doc.url + '?pType=furnancePressurePass3&pId=' + doc.pId"
|
|
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass2B&pId=' + doc.pId"
|
|
|
:disabled="doc.isUploading"
|
|
:disabled="doc.isUploading"
|
|
|
:on-progress="handleFileDocProgress"
|
|
:on-progress="handleFileDocProgress"
|
|
|
:on-success="handleFileDocSuccess"
|
|
:on-success="handleFileDocSuccess"
|
|
@@ -639,7 +684,7 @@
|
|
|
<em>{{ $t('点击上传') }}</em>
|
|
<em>{{ $t('点击上传') }}</em>
|
|
|
</div>
|
|
</div>
|
|
|
</el-upload>
|
|
</el-upload>
|
|
|
- <el-table :data="doc.commonfileList3" border>
|
|
|
|
|
|
|
+ <el-table :data="doc.commonfileList2B" border>
|
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
@@ -667,11 +712,11 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="PASS4">
|
|
|
|
|
|
|
+ <el-tab-pane label="PASS3左">
|
|
|
<el-upload ref="doc"
|
|
<el-upload ref="doc"
|
|
|
:limit="1"
|
|
:limit="1"
|
|
|
:headers="doc.headers"
|
|
:headers="doc.headers"
|
|
|
- :action="doc.url + '?pType=furnancePressurePass4&pId=' + doc.pId"
|
|
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass3A&pId=' + doc.pId"
|
|
|
:disabled="doc.isUploading"
|
|
:disabled="doc.isUploading"
|
|
|
:on-progress="handleFileDocProgress"
|
|
:on-progress="handleFileDocProgress"
|
|
|
:on-success="handleFileDocSuccess"
|
|
:on-success="handleFileDocSuccess"
|
|
@@ -684,7 +729,7 @@
|
|
|
<em>{{ $t('点击上传') }}</em>
|
|
<em>{{ $t('点击上传') }}</em>
|
|
|
</div>
|
|
</div>
|
|
|
</el-upload>
|
|
</el-upload>
|
|
|
- <el-table :data="doc.commonfileList4" border>
|
|
|
|
|
|
|
+ <el-table :data="doc.commonfileList3A" border>
|
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
@@ -712,11 +757,11 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="PASS5">
|
|
|
|
|
|
|
+ <el-tab-pane label="PASS3右">
|
|
|
<el-upload ref="doc"
|
|
<el-upload ref="doc"
|
|
|
:limit="1"
|
|
:limit="1"
|
|
|
:headers="doc.headers"
|
|
:headers="doc.headers"
|
|
|
- :action="doc.url + '?pType=furnancePressurePass5&pId=' + doc.pId"
|
|
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass3B&pId=' + doc.pId"
|
|
|
:disabled="doc.isUploading"
|
|
:disabled="doc.isUploading"
|
|
|
:on-progress="handleFileDocProgress"
|
|
:on-progress="handleFileDocProgress"
|
|
|
:on-success="handleFileDocSuccess"
|
|
:on-success="handleFileDocSuccess"
|
|
@@ -729,7 +774,7 @@
|
|
|
<em>{{ $t('点击上传') }}</em>
|
|
<em>{{ $t('点击上传') }}</em>
|
|
|
</div>
|
|
</div>
|
|
|
</el-upload>
|
|
</el-upload>
|
|
|
- <el-table :data="doc.commonfileList5" border>
|
|
|
|
|
|
|
+ <el-table :data="doc.commonfileList3B" border>
|
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
@@ -757,11 +802,11 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="PASS6">
|
|
|
|
|
|
|
+ <el-tab-pane label="PASS4左">
|
|
|
<el-upload ref="doc"
|
|
<el-upload ref="doc"
|
|
|
:limit="1"
|
|
:limit="1"
|
|
|
:headers="doc.headers"
|
|
:headers="doc.headers"
|
|
|
- :action="doc.url + '?pType=furnancePressurePass6&pId=' + doc.pId"
|
|
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass4A&pId=' + doc.pId"
|
|
|
:disabled="doc.isUploading"
|
|
:disabled="doc.isUploading"
|
|
|
:on-progress="handleFileDocProgress"
|
|
:on-progress="handleFileDocProgress"
|
|
|
:on-success="handleFileDocSuccess"
|
|
:on-success="handleFileDocSuccess"
|
|
@@ -774,7 +819,7 @@
|
|
|
<em>{{ $t('点击上传') }}</em>
|
|
<em>{{ $t('点击上传') }}</em>
|
|
|
</div>
|
|
</div>
|
|
|
</el-upload>
|
|
</el-upload>
|
|
|
- <el-table :data="doc.commonfileList6" border>
|
|
|
|
|
|
|
+ <el-table :data="doc.commonfileList4A" border>
|
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
@@ -802,11 +847,11 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="PASS7">
|
|
|
|
|
|
|
+ <el-tab-pane label="PASS4右">
|
|
|
<el-upload ref="doc"
|
|
<el-upload ref="doc"
|
|
|
:limit="1"
|
|
:limit="1"
|
|
|
:headers="doc.headers"
|
|
:headers="doc.headers"
|
|
|
- :action="doc.url + '?pType=furnancePressurePass7&pId=' + doc.pId"
|
|
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass4B&pId=' + doc.pId"
|
|
|
:disabled="doc.isUploading"
|
|
:disabled="doc.isUploading"
|
|
|
:on-progress="handleFileDocProgress"
|
|
:on-progress="handleFileDocProgress"
|
|
|
:on-success="handleFileDocSuccess"
|
|
:on-success="handleFileDocSuccess"
|
|
@@ -819,7 +864,7 @@
|
|
|
<em>{{ $t('点击上传') }}</em>
|
|
<em>{{ $t('点击上传') }}</em>
|
|
|
</div>
|
|
</div>
|
|
|
</el-upload>
|
|
</el-upload>
|
|
|
- <el-table :data="doc.commonfileList7" border>
|
|
|
|
|
|
|
+ <el-table :data="doc.commonfileList4B" border>
|
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
@@ -847,11 +892,11 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="PASS8">
|
|
|
|
|
|
|
+ <el-tab-pane label="PASS5左">
|
|
|
<el-upload ref="doc"
|
|
<el-upload ref="doc"
|
|
|
:limit="1"
|
|
:limit="1"
|
|
|
:headers="doc.headers"
|
|
:headers="doc.headers"
|
|
|
- :action="doc.url + '?pType=furnancePressurePass8&pId=' + doc.pId"
|
|
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass5A&pId=' + doc.pId"
|
|
|
:disabled="doc.isUploading"
|
|
:disabled="doc.isUploading"
|
|
|
:on-progress="handleFileDocProgress"
|
|
:on-progress="handleFileDocProgress"
|
|
|
:on-success="handleFileDocSuccess"
|
|
:on-success="handleFileDocSuccess"
|
|
@@ -864,7 +909,322 @@
|
|
|
<em>{{ $t('点击上传') }}</em>
|
|
<em>{{ $t('点击上传') }}</em>
|
|
|
</div>
|
|
</div>
|
|
|
</el-upload>
|
|
</el-upload>
|
|
|
- <el-table :data="doc.commonfileList8" border>
|
|
|
|
|
|
|
+ <el-table :data="doc.commonfileList5A" border>
|
|
|
|
|
+ <el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <a class="link-type" @click="handleDownload(scope.row)">
|
|
|
|
|
+ <span>{{ scope.row.fileName }}</span>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ <el-table-column :label="$t('大小(Kb)')" align="center" prop="fileSize" :show-overflow-tooltip="true" width="80" />
|
|
|
|
|
+ <el-table-column :label="$t('上传人')" align="center" prop="creator" :show-overflow-tooltip="true" width="120"/>
|
|
|
|
|
+ <el-table-column :label="$t('操作')" align="center" width="220" class-name="small-padding fixed-width">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-download"
|
|
|
|
|
+ @click="handleDownload(scope.row)"
|
|
|
|
|
+ >{{ $t('下载') }}</el-button>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-delete"
|
|
|
|
|
+ @click="handleDeleteDoc(scope.row)"
|
|
|
|
|
+ >{{ $t('删除') }}</el-button>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ </el-table>
|
|
|
|
|
+ </el-tab-pane>
|
|
|
|
|
+ <el-tab-pane label="PASS5右">
|
|
|
|
|
+ <el-upload ref="doc"
|
|
|
|
|
+ :limit="1"
|
|
|
|
|
+ :headers="doc.headers"
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass5B&pId=' + doc.pId"
|
|
|
|
|
+ :disabled="doc.isUploading"
|
|
|
|
|
+ :on-progress="handleFileDocProgress"
|
|
|
|
|
+ :on-success="handleFileDocSuccess"
|
|
|
|
|
+ :auto-upload="true"
|
|
|
|
|
+ drag
|
|
|
|
|
+ >
|
|
|
|
|
+ <i class="el-icon-upload"></i>
|
|
|
|
|
+ <div class="el-upload__text">
|
|
|
|
|
+ {{ $t('将文件拖到此处,或') }}
|
|
|
|
|
+ <em>{{ $t('点击上传') }}</em>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </el-upload>
|
|
|
|
|
+ <el-table :data="doc.commonfileList5B" border>
|
|
|
|
|
+ <el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <a class="link-type" @click="handleDownload(scope.row)">
|
|
|
|
|
+ <span>{{ scope.row.fileName }}</span>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ <el-table-column :label="$t('大小(Kb)')" align="center" prop="fileSize" :show-overflow-tooltip="true" width="80" />
|
|
|
|
|
+ <el-table-column :label="$t('上传人')" align="center" prop="creator" :show-overflow-tooltip="true" width="120"/>
|
|
|
|
|
+ <el-table-column :label="$t('操作')" align="center" width="220" class-name="small-padding fixed-width">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-download"
|
|
|
|
|
+ @click="handleDownload(scope.row)"
|
|
|
|
|
+ >{{ $t('下载') }}</el-button>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-delete"
|
|
|
|
|
+ @click="handleDeleteDoc(scope.row)"
|
|
|
|
|
+ >{{ $t('删除') }}</el-button>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ </el-table>
|
|
|
|
|
+ </el-tab-pane>
|
|
|
|
|
+ <el-tab-pane label="PASS6左">
|
|
|
|
|
+ <el-upload ref="doc"
|
|
|
|
|
+ :limit="1"
|
|
|
|
|
+ :headers="doc.headers"
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass6A&pId=' + doc.pId"
|
|
|
|
|
+ :disabled="doc.isUploading"
|
|
|
|
|
+ :on-progress="handleFileDocProgress"
|
|
|
|
|
+ :on-success="handleFileDocSuccess"
|
|
|
|
|
+ :auto-upload="true"
|
|
|
|
|
+ drag
|
|
|
|
|
+ >
|
|
|
|
|
+ <i class="el-icon-upload"></i>
|
|
|
|
|
+ <div class="el-upload__text">
|
|
|
|
|
+ {{ $t('将文件拖到此处,或') }}
|
|
|
|
|
+ <em>{{ $t('点击上传') }}</em>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </el-upload>
|
|
|
|
|
+ <el-table :data="doc.commonfileList6A" border>
|
|
|
|
|
+ <el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <a class="link-type" @click="handleDownload(scope.row)">
|
|
|
|
|
+ <span>{{ scope.row.fileName }}</span>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ <el-table-column :label="$t('大小(Kb)')" align="center" prop="fileSize" :show-overflow-tooltip="true" width="80" />
|
|
|
|
|
+ <el-table-column :label="$t('上传人')" align="center" prop="creator" :show-overflow-tooltip="true" width="120"/>
|
|
|
|
|
+ <el-table-column :label="$t('操作')" align="center" width="220" class-name="small-padding fixed-width">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-download"
|
|
|
|
|
+ @click="handleDownload(scope.row)"
|
|
|
|
|
+ >{{ $t('下载') }}</el-button>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-delete"
|
|
|
|
|
+ @click="handleDeleteDoc(scope.row)"
|
|
|
|
|
+ >{{ $t('删除') }}</el-button>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ </el-table>
|
|
|
|
|
+ </el-tab-pane>
|
|
|
|
|
+ <el-tab-pane label="PASS6右">
|
|
|
|
|
+ <el-upload ref="doc"
|
|
|
|
|
+ :limit="1"
|
|
|
|
|
+ :headers="doc.headers"
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass6B&pId=' + doc.pId"
|
|
|
|
|
+ :disabled="doc.isUploading"
|
|
|
|
|
+ :on-progress="handleFileDocProgress"
|
|
|
|
|
+ :on-success="handleFileDocSuccess"
|
|
|
|
|
+ :auto-upload="true"
|
|
|
|
|
+ drag
|
|
|
|
|
+ >
|
|
|
|
|
+ <i class="el-icon-upload"></i>
|
|
|
|
|
+ <div class="el-upload__text">
|
|
|
|
|
+ {{ $t('将文件拖到此处,或') }}
|
|
|
|
|
+ <em>{{ $t('点击上传') }}</em>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </el-upload>
|
|
|
|
|
+ <el-table :data="doc.commonfileList6B" border>
|
|
|
|
|
+ <el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <a class="link-type" @click="handleDownload(scope.row)">
|
|
|
|
|
+ <span>{{ scope.row.fileName }}</span>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ <el-table-column :label="$t('大小(Kb)')" align="center" prop="fileSize" :show-overflow-tooltip="true" width="80" />
|
|
|
|
|
+ <el-table-column :label="$t('上传人')" align="center" prop="creator" :show-overflow-tooltip="true" width="120"/>
|
|
|
|
|
+ <el-table-column :label="$t('操作')" align="center" width="220" class-name="small-padding fixed-width">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-download"
|
|
|
|
|
+ @click="handleDownload(scope.row)"
|
|
|
|
|
+ >{{ $t('下载') }}</el-button>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-delete"
|
|
|
|
|
+ @click="handleDeleteDoc(scope.row)"
|
|
|
|
|
+ >{{ $t('删除') }}</el-button>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ </el-table>
|
|
|
|
|
+ </el-tab-pane>
|
|
|
|
|
+ <el-tab-pane label="PASS7左">
|
|
|
|
|
+ <el-upload ref="doc"
|
|
|
|
|
+ :limit="1"
|
|
|
|
|
+ :headers="doc.headers"
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass7A&pId=' + doc.pId"
|
|
|
|
|
+ :disabled="doc.isUploading"
|
|
|
|
|
+ :on-progress="handleFileDocProgress"
|
|
|
|
|
+ :on-success="handleFileDocSuccess"
|
|
|
|
|
+ :auto-upload="true"
|
|
|
|
|
+ drag
|
|
|
|
|
+ >
|
|
|
|
|
+ <i class="el-icon-upload"></i>
|
|
|
|
|
+ <div class="el-upload__text">
|
|
|
|
|
+ {{ $t('将文件拖到此处,或') }}
|
|
|
|
|
+ <em>{{ $t('点击上传') }}</em>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </el-upload>
|
|
|
|
|
+ <el-table :data="doc.commonfileList7A" border>
|
|
|
|
|
+ <el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <a class="link-type" @click="handleDownload(scope.row)">
|
|
|
|
|
+ <span>{{ scope.row.fileName }}</span>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ <el-table-column :label="$t('大小(Kb)')" align="center" prop="fileSize" :show-overflow-tooltip="true" width="80" />
|
|
|
|
|
+ <el-table-column :label="$t('上传人')" align="center" prop="creator" :show-overflow-tooltip="true" width="120"/>
|
|
|
|
|
+ <el-table-column :label="$t('操作')" align="center" width="220" class-name="small-padding fixed-width">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-download"
|
|
|
|
|
+ @click="handleDownload(scope.row)"
|
|
|
|
|
+ >{{ $t('下载') }}</el-button>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-delete"
|
|
|
|
|
+ @click="handleDeleteDoc(scope.row)"
|
|
|
|
|
+ >{{ $t('删除') }}</el-button>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ </el-table>
|
|
|
|
|
+ </el-tab-pane>
|
|
|
|
|
+ <el-tab-pane label="PASS7右">
|
|
|
|
|
+ <el-upload ref="doc"
|
|
|
|
|
+ :limit="1"
|
|
|
|
|
+ :headers="doc.headers"
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass7B&pId=' + doc.pId"
|
|
|
|
|
+ :disabled="doc.isUploading"
|
|
|
|
|
+ :on-progress="handleFileDocProgress"
|
|
|
|
|
+ :on-success="handleFileDocSuccess"
|
|
|
|
|
+ :auto-upload="true"
|
|
|
|
|
+ drag
|
|
|
|
|
+ >
|
|
|
|
|
+ <i class="el-icon-upload"></i>
|
|
|
|
|
+ <div class="el-upload__text">
|
|
|
|
|
+ {{ $t('将文件拖到此处,或') }}
|
|
|
|
|
+ <em>{{ $t('点击上传') }}</em>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </el-upload>
|
|
|
|
|
+ <el-table :data="doc.commonfileList7B" border>
|
|
|
|
|
+ <el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <a class="link-type" @click="handleDownload(scope.row)">
|
|
|
|
|
+ <span>{{ scope.row.fileName }}</span>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ <el-table-column :label="$t('大小(Kb)')" align="center" prop="fileSize" :show-overflow-tooltip="true" width="80" />
|
|
|
|
|
+ <el-table-column :label="$t('上传人')" align="center" prop="creator" :show-overflow-tooltip="true" width="120"/>
|
|
|
|
|
+ <el-table-column :label="$t('操作')" align="center" width="220" class-name="small-padding fixed-width">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-download"
|
|
|
|
|
+ @click="handleDownload(scope.row)"
|
|
|
|
|
+ >{{ $t('下载') }}</el-button>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-delete"
|
|
|
|
|
+ @click="handleDeleteDoc(scope.row)"
|
|
|
|
|
+ >{{ $t('删除') }}</el-button>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ </el-table>
|
|
|
|
|
+ </el-tab-pane>
|
|
|
|
|
+ <el-tab-pane label="PASS8左">
|
|
|
|
|
+ <el-upload ref="doc"
|
|
|
|
|
+ :limit="1"
|
|
|
|
|
+ :headers="doc.headers"
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass8A&pId=' + doc.pId"
|
|
|
|
|
+ :disabled="doc.isUploading"
|
|
|
|
|
+ :on-progress="handleFileDocProgress"
|
|
|
|
|
+ :on-success="handleFileDocSuccess"
|
|
|
|
|
+ :auto-upload="true"
|
|
|
|
|
+ drag
|
|
|
|
|
+ >
|
|
|
|
|
+ <i class="el-icon-upload"></i>
|
|
|
|
|
+ <div class="el-upload__text">
|
|
|
|
|
+ {{ $t('将文件拖到此处,或') }}
|
|
|
|
|
+ <em>{{ $t('点击上传') }}</em>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </el-upload>
|
|
|
|
|
+ <el-table :data="doc.commonfileList8A" border>
|
|
|
|
|
+ <el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <a class="link-type" @click="handleDownload(scope.row)">
|
|
|
|
|
+ <span>{{ scope.row.fileName }}</span>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ <el-table-column :label="$t('大小(Kb)')" align="center" prop="fileSize" :show-overflow-tooltip="true" width="80" />
|
|
|
|
|
+ <el-table-column :label="$t('上传人')" align="center" prop="creator" :show-overflow-tooltip="true" width="120"/>
|
|
|
|
|
+ <el-table-column :label="$t('操作')" align="center" width="220" class-name="small-padding fixed-width">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-download"
|
|
|
|
|
+ @click="handleDownload(scope.row)"
|
|
|
|
|
+ >{{ $t('下载') }}</el-button>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ icon="el-icon-delete"
|
|
|
|
|
+ @click="handleDeleteDoc(scope.row)"
|
|
|
|
|
+ >{{ $t('删除') }}</el-button>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ </el-table>
|
|
|
|
|
+ </el-tab-pane>
|
|
|
|
|
+ <el-tab-pane label="PASS8右">
|
|
|
|
|
+ <el-upload ref="doc"
|
|
|
|
|
+ :limit="1"
|
|
|
|
|
+ :headers="doc.headers"
|
|
|
|
|
+ :action="doc.url + '?pType=furnancePressurePass8B&pId=' + doc.pId"
|
|
|
|
|
+ :disabled="doc.isUploading"
|
|
|
|
|
+ :on-progress="handleFileDocProgress"
|
|
|
|
|
+ :on-success="handleFileDocSuccess"
|
|
|
|
|
+ :auto-upload="true"
|
|
|
|
|
+ drag
|
|
|
|
|
+ >
|
|
|
|
|
+ <i class="el-icon-upload"></i>
|
|
|
|
|
+ <div class="el-upload__text">
|
|
|
|
|
+ {{ $t('将文件拖到此处,或') }}
|
|
|
|
|
+ <em>{{ $t('点击上传') }}</em>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </el-upload>
|
|
|
|
|
+ <el-table :data="doc.commonfileList8B" border>
|
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
<el-table-column :label="$t('文件名')" align="center" prop="fileName" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
<a class="link-type" @click="handleDownload(scope.row)">
|
|
@@ -1023,14 +1383,22 @@
|
|
|
headers: { Authorization: "Bearer " + getToken() },
|
|
headers: { Authorization: "Bearer " + getToken() },
|
|
|
// 上传的地址
|
|
// 上传的地址
|
|
|
url: process.env.VUE_APP_BASE_API + "/common/commonfile/uploadFile",
|
|
url: process.env.VUE_APP_BASE_API + "/common/commonfile/uploadFile",
|
|
|
- commonfileList1: null,
|
|
|
|
|
- commonfileList2: null,
|
|
|
|
|
- commonfileList3: null,
|
|
|
|
|
- commonfileList4: null,
|
|
|
|
|
- commonfileList5: null,
|
|
|
|
|
- commonfileList6: null,
|
|
|
|
|
- commonfileList7: null,
|
|
|
|
|
- commonfileList8: null,
|
|
|
|
|
|
|
+ commonfileList1A: null,
|
|
|
|
|
+ commonfileList2A: null,
|
|
|
|
|
+ commonfileList3A: null,
|
|
|
|
|
+ commonfileList4A: null,
|
|
|
|
|
+ commonfileList5A: null,
|
|
|
|
|
+ commonfileList6A: null,
|
|
|
|
|
+ commonfileList7A: null,
|
|
|
|
|
+ commonfileList8A: null,
|
|
|
|
|
+ commonfileList1B: null,
|
|
|
|
|
+ commonfileList2B: null,
|
|
|
|
|
+ commonfileList3B: null,
|
|
|
|
|
+ commonfileList4B: null,
|
|
|
|
|
+ commonfileList5B: null,
|
|
|
|
|
+ commonfileList6B: null,
|
|
|
|
|
+ commonfileList7B: null,
|
|
|
|
|
+ commonfileList8B: null,
|
|
|
queryParams: {
|
|
queryParams: {
|
|
|
pId: null
|
|
pId: null
|
|
|
},
|
|
},
|
|
@@ -1077,85 +1445,165 @@
|
|
|
this.doc.open = true;
|
|
this.doc.open = true;
|
|
|
this.doc.queryParams.pId = row.id
|
|
this.doc.queryParams.pId = row.id
|
|
|
this.doc.pId = row.id
|
|
this.doc.pId = row.id
|
|
|
- this.doc.commonfileList1 = null;
|
|
|
|
|
- this.doc.commonfileList2 = null;
|
|
|
|
|
- this.doc.commonfileList3 = null;
|
|
|
|
|
- this.doc.commonfileList4 = null;
|
|
|
|
|
- this.doc.commonfileList5 = null;
|
|
|
|
|
- this.doc.commonfileList6 = null;
|
|
|
|
|
- this.doc.commonfileList7 = null;
|
|
|
|
|
- this.doc.commonfileList8 = null;
|
|
|
|
|
- this.getFileList1();
|
|
|
|
|
- this.getFileList2();
|
|
|
|
|
- this.getFileList3();
|
|
|
|
|
- this.getFileList4();
|
|
|
|
|
- this.getFileList5();
|
|
|
|
|
- this.getFileList6();
|
|
|
|
|
- this.getFileList7();
|
|
|
|
|
- this.getFileList8();
|
|
|
|
|
|
|
+ this.doc.commonfileList1A = null;
|
|
|
|
|
+ this.doc.commonfileList2A = null;
|
|
|
|
|
+ this.doc.commonfileList3A = null;
|
|
|
|
|
+ this.doc.commonfileList4A = null;
|
|
|
|
|
+ this.doc.commonfileList5A = null;
|
|
|
|
|
+ this.doc.commonfileList6A = null;
|
|
|
|
|
+ this.doc.commonfileList7A = null;
|
|
|
|
|
+ this.doc.commonfileList8A = null;
|
|
|
|
|
+ this.doc.commonfileList1B = null;
|
|
|
|
|
+ this.doc.commonfileList2B = null;
|
|
|
|
|
+ this.doc.commonfileList3B = null;
|
|
|
|
|
+ this.doc.commonfileList4B = null;
|
|
|
|
|
+ this.doc.commonfileList5B = null;
|
|
|
|
|
+ this.doc.commonfileList6B = null;
|
|
|
|
|
+ this.doc.commonfileList7B = null;
|
|
|
|
|
+ this.doc.commonfileList8B = null;
|
|
|
|
|
+ this.getFileList1A();
|
|
|
|
|
+ this.getFileList2A();
|
|
|
|
|
+ this.getFileList3A();
|
|
|
|
|
+ this.getFileList4A();
|
|
|
|
|
+ this.getFileList5A();
|
|
|
|
|
+ this.getFileList6A();
|
|
|
|
|
+ this.getFileList7A();
|
|
|
|
|
+ this.getFileList8A();
|
|
|
|
|
+ this.getFileList1B();
|
|
|
|
|
+ this.getFileList2B();
|
|
|
|
|
+ this.getFileList3B();
|
|
|
|
|
+ this.getFileList4B();
|
|
|
|
|
+ this.getFileList5B();
|
|
|
|
|
+ this.getFileList6B();
|
|
|
|
|
+ this.getFileList7B();
|
|
|
|
|
+ this.getFileList8B();
|
|
|
|
|
+ },
|
|
|
|
|
+ getFileList1A() {
|
|
|
|
|
+ allFileList({
|
|
|
|
|
+ "pId": this.doc.queryParams.pId,
|
|
|
|
|
+ "pType": "furnancePressurePass1A"
|
|
|
|
|
+ }).then(response => {
|
|
|
|
|
+ this.doc.commonfileList1A = response;
|
|
|
|
|
+ });
|
|
|
|
|
+ },
|
|
|
|
|
+ getFileList2A() {
|
|
|
|
|
+ allFileList({
|
|
|
|
|
+ "pId": this.doc.queryParams.pId,
|
|
|
|
|
+ "pType": "furnancePressurePass2A"
|
|
|
|
|
+ }).then(response => {
|
|
|
|
|
+ this.doc.commonfileList2A = response;
|
|
|
|
|
+ });
|
|
|
|
|
+ },
|
|
|
|
|
+ getFileList3A() {
|
|
|
|
|
+ allFileList({
|
|
|
|
|
+ "pId": this.doc.queryParams.pId,
|
|
|
|
|
+ "pType": "furnancePressurePass3A"
|
|
|
|
|
+ }).then(response => {
|
|
|
|
|
+ this.doc.commonfileList3A = response;
|
|
|
|
|
+ });
|
|
|
|
|
+ },
|
|
|
|
|
+ getFileList4A() {
|
|
|
|
|
+ allFileList({
|
|
|
|
|
+ "pId": this.doc.queryParams.pId,
|
|
|
|
|
+ "pType": "furnancePressurePass4A"
|
|
|
|
|
+ }).then(response => {
|
|
|
|
|
+ this.doc.commonfileList4A = response;
|
|
|
|
|
+ });
|
|
|
|
|
+ },
|
|
|
|
|
+ getFileList5A() {
|
|
|
|
|
+ allFileList({
|
|
|
|
|
+ "pId": this.doc.queryParams.pId,
|
|
|
|
|
+ "pType": "furnancePressurePass5A"
|
|
|
|
|
+ }).then(response => {
|
|
|
|
|
+ this.doc.commonfileList5A = response;
|
|
|
|
|
+ });
|
|
|
|
|
+ },
|
|
|
|
|
+ getFileList6A() {
|
|
|
|
|
+ allFileList({
|
|
|
|
|
+ "pId": this.doc.queryParams.pId,
|
|
|
|
|
+ "pType": "furnancePressurePass6A"
|
|
|
|
|
+ }).then(response => {
|
|
|
|
|
+ this.doc.commonfileList6A = response;
|
|
|
|
|
+ });
|
|
|
|
|
+ },
|
|
|
|
|
+ getFileList7A() {
|
|
|
|
|
+ allFileList({
|
|
|
|
|
+ "pId": this.doc.queryParams.pId,
|
|
|
|
|
+ "pType": "furnancePressurePass7A"
|
|
|
|
|
+ }).then(response => {
|
|
|
|
|
+ this.doc.commonfileList7A = response;
|
|
|
|
|
+ });
|
|
|
|
|
+ },
|
|
|
|
|
+ getFileList8A() {
|
|
|
|
|
+ allFileList({
|
|
|
|
|
+ "pId": this.doc.queryParams.pId,
|
|
|
|
|
+ "pType": "furnancePressurePass8A"
|
|
|
|
|
+ }).then(response => {
|
|
|
|
|
+ this.doc.commonfileList8A = response;
|
|
|
|
|
+ });
|
|
|
},
|
|
},
|
|
|
- getFileList1() {
|
|
|
|
|
|
|
+ getFileList1B() {
|
|
|
allFileList({
|
|
allFileList({
|
|
|
"pId": this.doc.queryParams.pId,
|
|
"pId": this.doc.queryParams.pId,
|
|
|
- "pType": "furnancePressurePass1"
|
|
|
|
|
|
|
+ "pType": "furnancePressurePass1B"
|
|
|
}).then(response => {
|
|
}).then(response => {
|
|
|
- this.doc.commonfileList1 = response;
|
|
|
|
|
|
|
+ this.doc.commonfileList1B = response;
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
- getFileList2() {
|
|
|
|
|
|
|
+ getFileList2B() {
|
|
|
allFileList({
|
|
allFileList({
|
|
|
"pId": this.doc.queryParams.pId,
|
|
"pId": this.doc.queryParams.pId,
|
|
|
- "pType": "furnancePressurePass2"
|
|
|
|
|
|
|
+ "pType": "furnancePressurePass2B"
|
|
|
}).then(response => {
|
|
}).then(response => {
|
|
|
- this.doc.commonfileList2 = response;
|
|
|
|
|
|
|
+ this.doc.commonfileList2B = response;
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
- getFileList3() {
|
|
|
|
|
|
|
+ getFileList3B() {
|
|
|
allFileList({
|
|
allFileList({
|
|
|
"pId": this.doc.queryParams.pId,
|
|
"pId": this.doc.queryParams.pId,
|
|
|
- "pType": "furnancePressurePass3"
|
|
|
|
|
|
|
+ "pType": "furnancePressurePass3B"
|
|
|
}).then(response => {
|
|
}).then(response => {
|
|
|
- this.doc.commonfileList3 = response;
|
|
|
|
|
|
|
+ this.doc.commonfileList3B = response;
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
- getFileList4() {
|
|
|
|
|
|
|
+ getFileList4B() {
|
|
|
allFileList({
|
|
allFileList({
|
|
|
"pId": this.doc.queryParams.pId,
|
|
"pId": this.doc.queryParams.pId,
|
|
|
- "pType": "furnancePressurePass4"
|
|
|
|
|
|
|
+ "pType": "furnancePressurePass4B"
|
|
|
}).then(response => {
|
|
}).then(response => {
|
|
|
- this.doc.commonfileList4 = response;
|
|
|
|
|
|
|
+ this.doc.commonfileList4B = response;
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
- getFileList5() {
|
|
|
|
|
|
|
+ getFileList5B() {
|
|
|
allFileList({
|
|
allFileList({
|
|
|
"pId": this.doc.queryParams.pId,
|
|
"pId": this.doc.queryParams.pId,
|
|
|
- "pType": "furnancePressurePass5"
|
|
|
|
|
|
|
+ "pType": "furnancePressurePass5B"
|
|
|
}).then(response => {
|
|
}).then(response => {
|
|
|
- this.doc.commonfileList5 = response;
|
|
|
|
|
|
|
+ this.doc.commonfileList5B = response;
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
- getFileList6() {
|
|
|
|
|
|
|
+ getFileList6B() {
|
|
|
allFileList({
|
|
allFileList({
|
|
|
"pId": this.doc.queryParams.pId,
|
|
"pId": this.doc.queryParams.pId,
|
|
|
- "pType": "furnancePressurePass6"
|
|
|
|
|
|
|
+ "pType": "furnancePressurePass6B"
|
|
|
}).then(response => {
|
|
}).then(response => {
|
|
|
- this.doc.commonfileList6 = response;
|
|
|
|
|
|
|
+ this.doc.commonfileList6B = response;
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
- getFileList7() {
|
|
|
|
|
|
|
+ getFileList7B() {
|
|
|
allFileList({
|
|
allFileList({
|
|
|
"pId": this.doc.queryParams.pId,
|
|
"pId": this.doc.queryParams.pId,
|
|
|
- "pType": "furnancePressurePass7"
|
|
|
|
|
|
|
+ "pType": "furnancePressurePass7B"
|
|
|
}).then(response => {
|
|
}).then(response => {
|
|
|
- this.doc.commonfileList7 = response;
|
|
|
|
|
|
|
+ this.doc.commonfileList7B = response;
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
- getFileList8() {
|
|
|
|
|
|
|
+ getFileList8B() {
|
|
|
allFileList({
|
|
allFileList({
|
|
|
"pId": this.doc.queryParams.pId,
|
|
"pId": this.doc.queryParams.pId,
|
|
|
- "pType": "furnancePressurePass8"
|
|
|
|
|
|
|
+ "pType": "furnancePressurePass8B"
|
|
|
}).then(response => {
|
|
}).then(response => {
|
|
|
- this.doc.commonfileList8 = response;
|
|
|
|
|
|
|
+ this.doc.commonfileList8B = response;
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
//附件上传中处理
|
|
//附件上传中处理
|
|
@@ -1167,14 +1615,22 @@
|
|
|
handleFileDocSuccess(response, file, fileList) {
|
|
handleFileDocSuccess(response, file, fileList) {
|
|
|
this.doc.isUploading = false;
|
|
this.doc.isUploading = false;
|
|
|
this.$alert(response.msg, this.$t('导入结果'), {dangerouslyUseHTMLString: true});
|
|
this.$alert(response.msg, this.$t('导入结果'), {dangerouslyUseHTMLString: true});
|
|
|
- this.getFileList1()
|
|
|
|
|
- this.getFileList2()
|
|
|
|
|
- this.getFileList3()
|
|
|
|
|
- this.getFileList4()
|
|
|
|
|
- this.getFileList5()
|
|
|
|
|
- this.getFileList6()
|
|
|
|
|
- this.getFileList7()
|
|
|
|
|
- this.getFileList8()
|
|
|
|
|
|
|
+ this.getFileList1A()
|
|
|
|
|
+ this.getFileList2A()
|
|
|
|
|
+ this.getFileList3A()
|
|
|
|
|
+ this.getFileList4A()
|
|
|
|
|
+ this.getFileList5A()
|
|
|
|
|
+ this.getFileList6A()
|
|
|
|
|
+ this.getFileList7A()
|
|
|
|
|
+ this.getFileList8A()
|
|
|
|
|
+ this.getFileList1B()
|
|
|
|
|
+ this.getFileList2B()
|
|
|
|
|
+ this.getFileList3B()
|
|
|
|
|
+ this.getFileList4B()
|
|
|
|
|
+ this.getFileList5B()
|
|
|
|
|
+ this.getFileList6B()
|
|
|
|
|
+ this.getFileList7B()
|
|
|
|
|
+ this.getFileList8B()
|
|
|
},
|
|
},
|
|
|
// 文件下载处理
|
|
// 文件下载处理
|
|
|
handleDownload(row) {
|
|
handleDownload(row) {
|
|
@@ -1197,14 +1653,22 @@
|
|
|
}).then(function () {
|
|
}).then(function () {
|
|
|
return delCommonfile(ids);
|
|
return delCommonfile(ids);
|
|
|
}).then(() => {
|
|
}).then(() => {
|
|
|
- this.getFileList1();
|
|
|
|
|
- this.getFileList2();
|
|
|
|
|
- this.getFileList3();
|
|
|
|
|
- this.getFileList4();
|
|
|
|
|
- this.getFileList5();
|
|
|
|
|
- this.getFileList6();
|
|
|
|
|
- this.getFileList7();
|
|
|
|
|
- this.getFileList8();
|
|
|
|
|
|
|
+ this.getFileList1A();
|
|
|
|
|
+ this.getFileList2A();
|
|
|
|
|
+ this.getFileList3A();
|
|
|
|
|
+ this.getFileList4A();
|
|
|
|
|
+ this.getFileList5A();
|
|
|
|
|
+ this.getFileList6A();
|
|
|
|
|
+ this.getFileList7A();
|
|
|
|
|
+ this.getFileList8A();
|
|
|
|
|
+ this.getFileList1B();
|
|
|
|
|
+ this.getFileList2B();
|
|
|
|
|
+ this.getFileList3B();
|
|
|
|
|
+ this.getFileList4B();
|
|
|
|
|
+ this.getFileList5B();
|
|
|
|
|
+ this.getFileList6B();
|
|
|
|
|
+ this.getFileList7B();
|
|
|
|
|
+ this.getFileList8B();
|
|
|
this.msgSuccess(this.$t('删除成功'));
|
|
this.msgSuccess(this.$t('删除成功'));
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|