yusheng 11 달 전
부모
커밋
ef2bb2826a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/BIZComponents/inventoryTable.vue

+ 2 - 2
src/BIZComponents/inventoryTable.vue

@@ -556,7 +556,7 @@
   import headList from '@/BIZComponents/user-select/user-select.vue';
   import ProductionVersion from '@/components/ProductionVersion2/index.vue';
   import { getByCode } from '@/api/system/dictionary-data';
-  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 { getInventoryTotalAPI } from '@/api/bpm/components/wms/index.js';
@@ -567,7 +567,7 @@
   export default {
     mixins: [dictMixins],
     components: {
-      fileMain,
+      // fileMain,
       productList,
       fileUpload,
       headList,