|
@@ -231,7 +231,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template v-slot:imgUrl="{ row }">
|
|
<template v-slot:imgUrl="{ row }">
|
|
|
- <fileUpload
|
|
|
|
|
|
|
+ <fileMain
|
|
|
v-model="row.imgUrl"
|
|
v-model="row.imgUrl"
|
|
|
module="main"
|
|
module="main"
|
|
|
:showLib="false"
|
|
:showLib="false"
|
|
@@ -241,7 +241,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template v-slot:files="{ row }">
|
|
<template v-slot:files="{ row }">
|
|
|
- <fileUpload
|
|
|
|
|
|
|
+ <fileMain
|
|
|
v-model="row.files"
|
|
v-model="row.files"
|
|
|
module="main"
|
|
module="main"
|
|
|
:showLib="false"
|
|
:showLib="false"
|
|
@@ -304,7 +304,7 @@
|
|
|
getById
|
|
getById
|
|
|
} from '@/api/materialPlan/index';
|
|
} from '@/api/materialPlan/index';
|
|
|
import ProductionVersion from '@/components/CreatePlan/ProductionVersion2.vue';
|
|
import ProductionVersion from '@/components/CreatePlan/ProductionVersion2.vue';
|
|
|
- import fileUpload from '@/components/addDoc/index.vue';
|
|
|
|
|
|
|
+ // import fileUpload from '@/components/addDoc/index.vue';
|
|
|
import timeDialog from './timeDialog';
|
|
import timeDialog from './timeDialog';
|
|
|
import dictMixins from '@/mixins/dictMixins';
|
|
import dictMixins from '@/mixins/dictMixins';
|
|
|
export default {
|
|
export default {
|
|
@@ -312,7 +312,7 @@
|
|
|
produceOrder,
|
|
produceOrder,
|
|
|
ProductModal,
|
|
ProductModal,
|
|
|
ProductionVersion,
|
|
ProductionVersion,
|
|
|
- fileUpload,
|
|
|
|
|
|
|
+ // fileUpload,
|
|
|
timeDialog
|
|
timeDialog
|
|
|
},
|
|
},
|
|
|
mixins: [dictMixins],
|
|
mixins: [dictMixins],
|