fix: code format
This commit is contained in:
@@ -1,17 +1,21 @@
|
||||
<script lang="ts" setup>
|
||||
import type {ErpPurchaseOrderApi} from '#/api/erp/purchase/order';
|
||||
import type {ErpPurchaseReturnApi} from '#/api/erp/purchase/return';
|
||||
import {createPurchaseReturn, getPurchaseReturn, updatePurchaseReturn} from '#/api/erp/purchase/return';
|
||||
import type { ErpPurchaseOrderApi } from '#/api/erp/purchase/order';
|
||||
import type { ErpPurchaseReturnApi } from '#/api/erp/purchase/return';
|
||||
|
||||
import {computed, nextTick, ref, watch} from 'vue';
|
||||
import { computed, nextTick, ref, watch } from 'vue';
|
||||
|
||||
import {useVbenModal} from '@vben/common-ui';
|
||||
import { useVbenModal } from '@vben/common-ui';
|
||||
|
||||
import {message} from 'ant-design-vue';
|
||||
import { message } from 'ant-design-vue';
|
||||
|
||||
import {useVbenForm} from '#/adapter/form';
|
||||
import { useVbenForm } from '#/adapter/form';
|
||||
import {
|
||||
createPurchaseReturn,
|
||||
getPurchaseReturn,
|
||||
updatePurchaseReturn,
|
||||
} from '#/api/erp/purchase/return';
|
||||
|
||||
import {useFormSchema} from '../data';
|
||||
import { useFormSchema } from '../data';
|
||||
import PurchaseReturnItemForm from './purchase-return-item-form.vue';
|
||||
import SelectPurchaseOrderForm from './select-purchase-order-form.vue';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user