style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -272,30 +272,28 @@
|
||||
</template>
|
||||
|
||||
<script setup name="westernmedicine">
|
||||
import { ref, computed, onMounted, onBeforeMount, nextTick } from 'vue';
|
||||
import { ElMessage } from 'element-plus';
|
||||
import {onMounted, ref} from 'vue';
|
||||
import {ElMessage} from 'element-plus';
|
||||
import {
|
||||
listWesternmedicine,
|
||||
listPatient,
|
||||
updateMedicion,
|
||||
listInit,
|
||||
backMedicion,
|
||||
prepareMedicion,
|
||||
itemTraceNo,
|
||||
getReportRegisterInit,
|
||||
deviceDispense,
|
||||
deviceInvalid,
|
||||
devicePatientList,
|
||||
medicineMatch,
|
||||
getReportRegisterInit,
|
||||
itemTraceNo,
|
||||
listInit,
|
||||
listPatient,
|
||||
listWesternmedicine,
|
||||
prepareMedicion,
|
||||
updateMedicion,
|
||||
} from './api';
|
||||
import { advicePrint, getAdjustPriceSwitchState, lotNumberMatch } from '@/api/public';
|
||||
import { formatDate, formatDateStr } from '@/utils/index';
|
||||
import { debounce } from 'lodash-es';
|
||||
import {advicePrint, getAdjustPriceSwitchState, lotNumberMatch} from '@/api/public';
|
||||
import {debounce} from 'lodash-es';
|
||||
import TraceNoDialog from '@/components/OpenHis/TraceNoDialog/index.vue';
|
||||
import { hiprint } from 'vue-plugin-hiprint';
|
||||
import {hiprint} from 'vue-plugin-hiprint';
|
||||
// import templateJson from './components/templateJson.json';
|
||||
// import disposalTemplate from './components/disposalTemplate.json';
|
||||
import { formatInventory } from '@/utils/his.js';
|
||||
import {formatInventory} from '@/utils/his.js';
|
||||
|
||||
const { proxy } = getCurrentInstance();
|
||||
const showSearch = ref(true);
|
||||
|
||||
Reference in New Issue
Block a user