style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -156,23 +156,21 @@
|
||||
|
||||
<script setup name="Billapproval">
|
||||
import {
|
||||
getpurchaseInventoryDetail,
|
||||
getReceiptList,
|
||||
init,
|
||||
lossReportApproved,
|
||||
productStocktakingApproved,
|
||||
productTransferApproved,
|
||||
purchaseInventoryApproved,
|
||||
requisitionIssueApproved,
|
||||
returnIssueApproved,
|
||||
productTransferApproved,
|
||||
productStocktakingApproved,
|
||||
lossReportApproved,
|
||||
reject,
|
||||
init,
|
||||
getpurchaseInventoryDetail,
|
||||
getpurchaseInventoryDetailReturn,
|
||||
} from './components/api';
|
||||
import { useStore } from '@/store/store';
|
||||
import { formatDate } from '@/utils/index';
|
||||
import {useStore} from '@/store/store';
|
||||
import {formatDate} from '@/utils/index';
|
||||
import ChkstockDetailsDialog from '@/views/medicationmanagement/chkstock/components/chkstockDetailsDialog.vue';
|
||||
import TransferDetailsDialog from '@/views/medicationmanagement/transferManagent/components/transferDetailsDialog.vue';
|
||||
import useTagsViewStore from '@/store/modules/tagsView';
|
||||
|
||||
const router = useRouter();
|
||||
const route = useRoute();
|
||||
const store = useStore();
|
||||
|
||||
Reference in New Issue
Block a user