Browse Source

销售出库-删除无关方法

jingbb 2 months ago
parent
commit
2cc29bc210
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/views/inventiry/salesOutbound/salesOutboundList.vue

+ 0 - 7
src/views/inventiry/salesOutbound/salesOutboundList.vue

@@ -175,7 +175,6 @@
     getExportUrl,
     batchSubmit,
     cancelBatchSubmit,
-    editSignSing,
     applyInvoice,
     ProjectOption,
     CustomerOption,
@@ -184,12 +183,6 @@
   import { cloneDeep } from 'lodash-es';
   import { JDictSelectTag, ApiSelect, JInput,JSelect } from '/@/components/Form';
   import { message } from 'ant-design-vue';
-  import { useGlobSetting } from '/@/hooks/setting';
-  import { getHeaders } from '/@/utils/common/compUtils';
-  const globSetting = useGlobSetting();
-  const baseUploadUrl = globSetting.uploadUrl;
-  const uploadUrl = `${baseUploadUrl}/sys/common/upload`;
-  const headers = getHeaders();
   var ViewFileListModalRef =ref<any>()
   var showField = ref('currency+name');
   const formRef = ref();