style(flowable): 优化流程相关代码的import顺序和代码结构

This commit is contained in:
2025-12-30 15:11:32 +08:00
parent 54cde91aac
commit d1670b79a0
2528 changed files with 7710 additions and 10794 deletions

View File

@@ -677,33 +677,32 @@
<script setup name="PurchaseDocument">
import {
submitApproval,
addPurchaseinventory,
getInit,
delPurchaseinventory,
getPharmacyList,
getCount,
getDispensaryList,
getDispensaryListAll,
getInit,
getInitBusNo,
getPharmacyList,
getPharmacyListAll,
purchaseInventoryApproved,
reject,
getPharmacyListAll,
getDispensaryListAll,
submitApproval,
} from "./components/api";
const route = useRoute();
import PopoverList from "@/components/OpenHis/popoverList/index.vue";
import MedicineList from "./components/medicineList.vue";
import TraceNoDialog from "@/components/OpenHis/TraceNoDialog/index.vue";
import { formatDate, formatDateymd } from "@/utils/index";
import { useStore } from "@/store/store";
import {formatDate, formatDateymd} from "@/utils/index";
import {useStore} from "@/store/store";
import useUserStore from "@/store/modules/user";
import { ElMessage } from "element-plus";
import { nextTick, ref, watch, onMounted, onUnmounted } from "vue";
import {ElMessage} from "element-plus";
import {nextTick, onMounted, onUnmounted, ref, watch} from "vue";
import useTagsViewStore from "@/store/modules/tagsView";
import _, { isEqual } from "lodash";
import { debounce } from "lodash-es";
import {isEqual} from "lodash";
import templateJson from "./components/templateJson.json";
import { hiprint } from "vue-plugin-hiprint";
import {hiprint} from "vue-plugin-hiprint";
const route = useRoute();
const router = useRouter();
const tagsViewStore = useTagsViewStore();