|
@@ -205,14 +205,13 @@
|
|
|
|
|
|
<script lang="ts" setup>
|
|
|
import { ref, reactive, onMounted, inject } from "vue";
|
|
|
-import type { ElTable, FormInstance, FormRules, UploadRequestOptions } from 'element-plus'
|
|
|
-import { useRouter, useRoute } from "vue-router";
|
|
|
-import { GETSYSFILED, MOD, GETPERSONNEL, GETGENERATEFOEM, GETBUSINESSLIST, UPDATEINSET, BUSINESSDETELE, BATCHTRANSFER, MODURL, tableColumn, BUSIESS_GETSATE, URL_IMPOERBUSINESS, BUSIESS_INFO, URL_EXPORTBUSINESS, TABLE_VIEW, KANBAN_VIEW } from './api'
|
|
|
+import type { ElTable, UploadRequestOptions } from 'element-plus'
|
|
|
+import { useRouter } from "vue-router";
|
|
|
+import { MOD, GETPERSONNEL, GETGENERATEFOEM, GETBUSINESSLIST, UPDATEINSET, BUSINESSDETELE, BATCHTRANSFER, MODURL, tableColumn, BUSIESS_GETSATE, URL_IMPOERBUSINESS, BUSIESS_INFO, URL_EXPORTBUSINESS, TABLE_VIEW, KANBAN_VIEW } from './api'
|
|
|
import { GETTABLELIST } from '@/pages/product/api'
|
|
|
import { post, get, uploadFile } from "@/utils/request";
|
|
|
-import { getAllListByCode, getFromValue, resetFromValue, getFirstDayOfMonth, createTaskFromType, formatDate, confirmAction, downloadTemplate, downloadFile, judgmentaAmounteEqual } from '@/utils/tools'
|
|
|
+import { getFromValue, resetFromValue, getFirstDayOfMonth, createTaskFromType, formatDate, confirmAction, downloadTemplate, downloadFile, judgmentaAmounteEqual } from '@/utils/tools'
|
|
|
import { createTask } from '@/components/TaskModal/taskFunction'
|
|
|
-import { formatDateTime } from '@/utils/times'
|
|
|
import { GenerateForm } from '@zmjs/form-design';
|
|
|
import { tableShowOverflowTooltip } from '@/utils/globalVariables'
|
|
|
import RelatedProducts from '@/components/relatedProducts/relatedProducts.vue'
|
|
@@ -223,7 +222,6 @@ import { GETTABLELISTPRODUCT } from "../order/api";
|
|
|
import personnelSearch from '@/components/translationComponent/personnelSearch/personnelSearch.vue';
|
|
|
import kanbanView from "./component/kanbanView.vue";
|
|
|
|
|
|
-const route = useRoute()
|
|
|
const router = useRouter()
|
|
|
const globalPopup = inject<GlobalPopup>('globalPopup')
|
|
|
const businessTableRef = ref<InstanceType<typeof ElTable>>() // 商机table dom
|