Browse Source

现存量-无关引用删除

jingbb 4 months ago
parent
commit
3ce7ff7a7d
1 changed files with 2 additions and 5 deletions
  1. 2 5
      src/views/inventiry/existingQuantity/existingQuantityList.vue

+ 2 - 5
src/views/inventiry/existingQuantity/existingQuantityList.vue

@@ -91,8 +91,6 @@
         <template v-slot:bodyCell="{ column, record, index, text }">
         </template>
       </BasicTable>
-      <!-- 表单区域 -->
-      <purInAbnormalFormModal @register="registerModal" @success="handleSuccess"></purInAbnormalFormModal>
     </div>
   </template>
   
@@ -101,9 +99,8 @@
     import {BasicTable, useTable, TableAction} from '/@/components/Table';
     import { useListPage } from '/@/hooks/system/useListPage'
     import {useModal} from '/@/components/Modal';
-    import purInAbnormalFormModal from './components/purInAbnormalFormModal.vue'
     import {columns} from './existingQuantityForm.data';
-    import {list,getExportUrl,ProcessedList} from './existingQuantityForm.api';
+    import {list,getExportUrl} from './existingQuantityForm.api';
     import { cloneDeep } from "lodash-es";
     import { defHttp } from '/@/utils/http/axios';
     import { JDictSelectTag} from '/@/components/Form';
@@ -130,7 +127,7 @@
             //      fixed:'right'
             //  },
              scroll:{
-              x:'2500px'
+              x:'3500px'
              },
              beforeFetch: async (params) => {
                let rangerQuery = await setRangeQuery();