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

@@ -313,30 +313,28 @@
</template>
<script setup>
import { getCurrentInstance, ref, computed } from 'vue';
import {computed, getCurrentInstance, ref} from 'vue';
import {
getList,
getDisposalList,
execute,
cancel,
execute,
getDisposalList,
getEnPrescriptionInfo,
getList,
getPerformRecord,
listWesternmedicine,
printBloodCode,
} from './components/api';
import PerformRecordDialog from './components/performRecordDialog';
import PrescriptionInfo from '../../doctorstation/components/prescription/prescriptionInfo.vue';
import templateJson from './components/template.json';
import prescriptionTemplate from './components/prescriptionTemplate.json';
import bloodTemplate from './components/bloodTemplate.json';
import disposalTemplate from './components/disposalTemplate.json';
import { advicePrint, getAdjustPriceSwitchState, lotNumberMatch } from '@/api/public';
import { formatDateStr } from '@/utils';
import { hiprint } from 'vue-plugin-hiprint';
import {advicePrint, getAdjustPriceSwitchState, lotNumberMatch} from '@/api/public';
import {formatDateStr} from '@/utils';
import {hiprint} from 'vue-plugin-hiprint';
import useUserStore from '@/store/modules/user';
import { getGroupMarkers } from '@/utils/his';
import {getGroupMarkers} from '@/utils/his';
import { simplePrint, PRINT_TEMPLATE } from '@/utils/printUtils.js';
import {PRINT_TEMPLATE, simplePrint} from '@/utils/printUtils.js';
// 患者搜索
const queryParams = ref({
pageNo: 1,