yusheng 11 месяцев назад
Родитель
Сommit
b2d6b7f08f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/BIZComponents/inventoryTable.vue

+ 2 - 2
src/BIZComponents/inventoryTable.vue

@@ -715,7 +715,7 @@
   import headList from '@/BIZComponents/user-select/user-select.vue';
   import ProductionVersion from '@/components/ProductionVersion2/index.vue';
   import { getInventoryTotalAPI } from '@/api/wms';
-  import fileMain from '@/components/addDoc/index.vue';
+  // import fileMain from '@/components/addDoc/index.vue';
   import { pricingWayList, lbjtList } from '@/enum/dict.js';
   import { changeCount } from '@/BIZComponents/setProduct.js';
   import { contactQueryByCategoryIdsAPI } from '@/api/saleManage/contact';
@@ -732,7 +732,7 @@
   export default {
     mixins: [dictMixins, tabMixins],
     components: {
-      fileMain,
+      // fileMain,
       productList,
       fileUpload,
       headList,