Quellcode durchsuchen

Merge branch 'master' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-wt into test

yusheng vor 1 Jahr
Ursprung
Commit
280a81305d

+ 6 - 6
src/views/bpm/handleTask/components/purchaseOrder/detailDialog.vue

@@ -533,12 +533,12 @@
                 : '';
             }
           },
-          {
-            width: 120,
-            prop: 'deliveryDays',
-            label: '交期(天)',
-            slot: 'deliveryDays'
-          },
+          // {
+          //   width: 120,
+          //   prop: 'deliveryDays',
+          //   label: '交期(天)',
+          //   slot: 'deliveryDays'
+          // },
           {
             width: 160,
             prop: 'deliveryDeadline',

+ 2 - 0
src/views/bpm/handleTask/components/purchaseOrder/outSourceSend/detailDialog.vue

@@ -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: ''