|
|
@@ -88,12 +88,12 @@
|
|
|
</el-col> -->
|
|
|
<el-col :span="8" v-if="isUpload">
|
|
|
<el-form-item prop="qualityFile" label="回执附件">
|
|
|
- <fileUpload v-model="qualityFile" />
|
|
|
+ <fileMain v-model="qualityFile" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col v-else :span="8">
|
|
|
<el-form-item label="附件:">
|
|
|
- <fileUpload v-model="infoData.qualityFile" type="view" />
|
|
|
+ <fileMain v-model="infoData.qualityFile" type="view" />
|
|
|
<!-- <el-link
|
|
|
type="primary"
|
|
|
v-for="item in infoData.qualityFile"
|
|
|
@@ -338,7 +338,7 @@
|
|
|
|
|
|
<script>
|
|
|
import elTableInfiniteScroll from 'el-table-infinite-scroll';
|
|
|
-import fileUpload from '@/BIZComponents/addDoc/index.vue';
|
|
|
+// import fileUpload from '@/BIZComponents/addDoc/index.vue';
|
|
|
import { getFile } from '@/api/system/file/index.js';
|
|
|
import storageApi from '@/api/warehouseManagement';
|
|
|
import { allCategoryLevel } from '@/api/classifyManage';
|
|
|
@@ -353,7 +353,7 @@ export default {
|
|
|
directives: {
|
|
|
'el-table-infinite-scroll': elTableInfiniteScroll
|
|
|
},
|
|
|
- components: { fileUpload },
|
|
|
+ // components: { fileUpload },
|
|
|
props: {
|
|
|
bizType: {
|
|
|
type: String,
|