Преглед изворни кода

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-eom into dev

liujt пре 8 месеци
родитељ
комит
c22f1567fe

+ 0 - 3
src/views/financialManage/invoiceManage/components/detailDialog.vue

@@ -211,8 +211,6 @@
   import { getFile } from '@/api/system/file';
   import dictMixins from '@/mixins/dictMixins';
   import bpmDetail from '@/views/bpm/processInstance/detail.vue';
-  import { getFeeApplyInfoAPI } from '@/api/financialManage/fee-manage/fee-application';
-  import feeRelatedInfoTable from '@/views/financialManage/components/feeRelatedInfoTable.vue';
   import personSelect from '@/components/CommomSelect/person-select.vue';
   import tableInfo from '@/views/financialManage/invoiceManage/components/tableInfo.vue';
   import { invoiceApplyInfoAPI } from '@/api/financialManage/invoiceManage';
@@ -223,7 +221,6 @@
     components: {
       tableInfo,
       personSelect,
-      feeRelatedInfoTable,
       bpmDetail
       // fileMain
     },

+ 1 - 2
src/views/financialManage/payableManage/components/detailDialog.vue

@@ -157,12 +157,11 @@ import {getFinPayableInfoAPI} from "@/api/financialManage/payableManage";
 import {getTreeByPid} from "@/api/classifyManage";
 import infoTable from "@/views/financialManage/payableManage/components/infoTable.vue";
 import bpmDetail from "@/views/bpm/processInstance/detail.vue";
-import tableInfo from "@/views/financialManage/invoiceManage/components/tableInfo.vue";
 
 export default {
   mixins: [dictMixins],
   components: {
-    tableInfo, bpmDetail,
+    bpmDetail,
     infoTable,
     // fileMain
   },

+ 0 - 2
src/views/financialManage/receivableManage/components/detailDialog.vue

@@ -146,12 +146,10 @@
   import { getTreeByPid } from '@/api/classifyManage';
   import infoTable from '@/views/financialManage/receivableManage/components/infoTable.vue';
   import bpmDetail from '@/views/bpm/processInstance/detail.vue';
-  import tableInfo from '@/views/financialManage/invoiceManage/components/tableInfo.vue';
 
   export default {
     mixins: [dictMixins],
     components: {
-      tableInfo,
       bpmDetail,
       infoTable
       // fileMain