|
@@ -136,9 +136,11 @@
|
|
|
import { getPurchaseOutSourceSendDetailAPI } from '@/api/bpm/components/purchasingManage/outSourceSend';
|
|
import { getPurchaseOutSourceSendDetailAPI } from '@/api/bpm/components/purchasingManage/outSourceSend';
|
|
|
import fileMain from '@/components/addDoc/index.vue';
|
|
import fileMain from '@/components/addDoc/index.vue';
|
|
|
import { mapActions } from 'vuex';
|
|
import { mapActions } from 'vuex';
|
|
|
|
|
+ import dictMixins from '@/mixins/dictMixins';
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
components: { fileMain },
|
|
components: { fileMain },
|
|
|
|
|
+ mixins: [dictMixins],
|
|
|
props: {
|
|
props: {
|
|
|
businessId: {
|
|
businessId: {
|
|
|
default: ''
|
|
default: ''
|