Commit 0fd5f886 by qinjianhui

fix: 问题修改

parent d3cf6971
...@@ -516,6 +516,8 @@ const userStore = useUserStore() ...@@ -516,6 +516,8 @@ const userStore = useUserStore()
const getPackingData = async (code: string) => { const getPackingData = async (code: string) => {
const loading = ElLoading.service({ const loading = ElLoading.service({
fullscreen: true, fullscreen: true,
text: '加载中...',
background: 'rgba(0, 0, 0, 0.3)',
}) })
currentCode = code currentCode = code
try { try {
...@@ -592,6 +594,8 @@ const initOrderDetailBox = async () => { ...@@ -592,6 +594,8 @@ const initOrderDetailBox = async () => {
} }
const loading = ElLoading.service({ const loading = ElLoading.service({
fullscreen: true, fullscreen: true,
text: '加载中...',
background: 'rgba(0, 0, 0, 0.3)',
}) })
try { try {
const res = await getPodBoxListApi(factoryNo, warehouseId.value) const res = await getPodBoxListApi(factoryNo, warehouseId.value)
......
...@@ -1696,6 +1696,7 @@ const getOrderByIdApi = async (type: string) => { ...@@ -1696,6 +1696,7 @@ const getOrderByIdApi = async (type: string) => {
const loading = ElLoading.service({ const loading = ElLoading.service({
fullscreen: true, fullscreen: true,
text: '操作中...', text: '操作中...',
background: 'rgba(0, 0, 0, 0.3)',
}) })
const res = await Fn(ids) const res = await Fn(ids)
console.log(res) console.log(res)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment