@@ -533,12 +533,12 @@
: '';
}
},
- {
- width: 120,
- prop: 'deliveryDays',
- label: '交期(天)',
- slot: 'deliveryDays'
- },
+ // {
+ // width: 120,
+ // prop: 'deliveryDays',
+ // label: '交期(天)',
+ // slot: 'deliveryDays'
+ // },
{
width: 160,
prop: 'deliveryDeadline',
@@ -136,9 +136,11 @@
import { getPurchaseOutSourceSendDetailAPI } from '@/api/bpm/components/purchasingManage/outSourceSend';
import fileMain from '@/components/addDoc/index.vue';
import { mapActions } from 'vuex';
+ import dictMixins from '@/mixins/dictMixins';
export default {
components: { fileMain },
+ mixins: [dictMixins],
props: {
businessId: {
default: ''