|
@ -157,6 +157,7 @@ import * as ConfigApi from '@/api/infra/config' |
|
|
import { usePageLoading } from '@/hooks/web/usePageLoading' |
|
|
import { usePageLoading } from '@/hooks/web/usePageLoading' |
|
|
const { loadStart, loadDone } = usePageLoading() |
|
|
const { loadStart, loadDone } = usePageLoading() |
|
|
// 装配收货申请 |
|
|
// 装配收货申请 |
|
|
|
|
|
// 号口品收货申请 |
|
|
defineOptions({ name: 'ProductreceiptRequestMainA' }) |
|
|
defineOptions({ name: 'ProductreceiptRequestMainA' }) |
|
|
|
|
|
|
|
|
const message = useMessage() // 消息弹窗 |
|
|
const message = useMessage() // 消息弹窗 |
|
|