|
@ -100,8 +100,7 @@ import * as AreabasicApi from '@/api/wms/areabasic' |
|
|
import { formatDate } from '@/utils/formatTime' |
|
|
import { formatDate } from '@/utils/formatTime' |
|
|
import { usePageLoading } from '@/hooks/web/usePageLoading' |
|
|
import { usePageLoading } from '@/hooks/web/usePageLoading' |
|
|
const { loadStart, loadDone } = usePageLoading() |
|
|
const { loadStart, loadDone } = usePageLoading() |
|
|
// 发货计划 |
|
|
// 销售开票记录 |
|
|
// 自制备件发货计划 |
|
|
|
|
|
defineOptions({ name: 'customerSaleInvoiceMain' }) |
|
|
defineOptions({ name: 'customerSaleInvoiceMain' }) |
|
|
|
|
|
|
|
|
const message = useMessage() // 消息弹窗 |
|
|
const message = useMessage() // 消息弹窗 |
|
|