Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
b27ce66a
Commit
b27ce66a
authored
Jun 25, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改创建物流订单物流loading问题
parent
4bd2f6ee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
12 deletions
+24
-12
src/views/order/podUs/index.vue
+24
-12
No files found.
src/views/order/podUs/index.vue
View file @
b27ce66a
...
@@ -679,7 +679,8 @@
...
@@ -679,7 +679,8 @@
status
===
'PICKING'
||
status
===
'PICKING'
||
status
===
'TO_BE_CONFIRMED'
||
status
===
'TO_BE_CONFIRMED'
||
status
===
'STOCK_OUT'
||
status
===
'STOCK_OUT'
||
status
===
'CREATE_LOGISTICS'
?
'数量:'
status
===
'CREATE_LOGISTICS'
?
'数量:'
:
'已生产数量:'
:
'已生产数量:'
}}
</span>
}}
</span>
<span
class=
"goods-item-info-item-value"
>
<span
class=
"goods-item-info-item-value"
>
...
@@ -1196,13 +1197,16 @@
...
@@ -1196,13 +1197,16 @@
<
div
class
=
"total"
>
<
div
class
=
"total"
>
<
span
<
span
>
已选择
>
已选择
<
span
style
=
"color: red"
>
{{
selection
.
length
||
cardSelection
.
length
}}
<
/span> 条数据</
span
<
span
style
=
"color: red"
>
{{
selection
.
length
||
cardSelection
.
length
}}
<
/span
>
条数据
<
/spa
n
>
>
<
/div
>
<
/div
>
<
ElPagination
<
ElPagination
v
-
model
:
current
-
page
=
"currentPage"
v
-
model
:
current
-
page
=
"currentPage"
v
-
model
:
page
-
size
=
"pageSize"
v
-
model
:
page
-
size
=
"pageSize"
:
page
-
sizes
=
"[50,100, 200, 300, 400, 500]"
:
page
-
sizes
=
"[50,
100, 200, 300, 400, 500]"
background
background
layout
=
"total, sizes, prev, pager, next, jumper"
layout
=
"total, sizes, prev, pager, next, jumper"
:
total
=
"total"
:
total
=
"total"
...
@@ -1213,15 +1217,19 @@
...
@@ -1213,15 +1217,19 @@
<
div
class
=
"pageSize"
>
<
div
class
=
"pageSize"
>
<
span
<
span
>
自定义条数
>
自定义条数
<
span
><
el
-
input
<
span
><
el
-
input
v
-
model
=
"pageSize"
v
-
model
=
"pageSize"
type
=
"number"
type
=
"number"
style
=
"width: 100px;"
clearable
style
=
"width: 100px"
@
blur
=
"inputBlur"
><
/el-input></
span
>
条
/
页
<
/spa
n
clearable
@
blur
=
"inputBlur"
><
/el-inpu
t
><
/span
>
条
/
页
<
/spa
n
>
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
RightClickMenu
<
RightClickMenu
...
@@ -1656,7 +1664,7 @@ import platformJson from '../../../json/platform.json'
...
@@ -1656,7 +1664,7 @@ import platformJson from '../../../json/platform.json'
declare
global
{
declare
global
{
interface
Window
{
interface
Window
{
ActiveXObject
:
{
ActiveXObject
:
{
new
(
type
:
string
):
XMLHttpRequest
new
(
type
:
string
):
XMLHttpRequest
}
}
VBS_BinaryToArray
:
{
VBS_BinaryToArray
:
{
(
data
:
unknown
):
{
toArray
():
number
[]
}
(
data
:
unknown
):
{
toArray
():
number
[]
}
...
@@ -2219,7 +2227,10 @@ const downloadTif = async (type: string) => {
...
@@ -2219,7 +2227,10 @@ const downloadTif = async (type: string) => {
cardSelection
.
value
.
map
((
el
)
=>
el
.
id
),
cardSelection
.
value
.
map
((
el
)
=>
el
.
id
),
type
,
type
,
)
)
const
url
=
type
===
'tiff'
?
`https://ps.jomalls.com/tiff/`
+
res
.
message
:
filePath
+
res
.
message
const
url
=
type
===
'tiff'
?
`https://ps.jomalls.com/tiff/`
+
res
.
message
:
filePath
+
res
.
message
window
.
open
(
url
,
'_blank'
)
window
.
open
(
url
,
'_blank'
)
if
(
type
===
'tiff'
)
{
if
(
type
===
'tiff'
)
{
tifDownloadLoading
.
value
=
false
tifDownloadLoading
.
value
=
false
...
@@ -2745,7 +2756,7 @@ const getOrderByIdApi = async (type: string) => {
...
@@ -2745,7 +2756,7 @@ const getOrderByIdApi = async (type: string) => {
return
return
}
}
let
loading
const
operation
=
operationMap
[
type
]
const
operation
=
operationMap
[
type
]
if
(
operation
)
{
if
(
operation
)
{
try
{
try
{
...
@@ -2757,7 +2768,7 @@ const getOrderByIdApi = async (type: string) => {
...
@@ -2757,7 +2768,7 @@ const getOrderByIdApi = async (type: string) => {
const
ids
=
selection
.
value
.
map
((
el
)
=>
el
.
id
)
const
ids
=
selection
.
value
.
map
((
el
)
=>
el
.
id
)
const
loading
=
ElLoading
.
service
({
loading
=
ElLoading
.
service
({
fullscreen
:
true
,
fullscreen
:
true
,
text
:
'操作中...'
,
text
:
'操作中...'
,
background
:
'rgba(0, 0, 0, 0.3)'
,
background
:
'rgba(0, 0, 0, 0.3)'
,
...
@@ -2781,10 +2792,11 @@ const getOrderByIdApi = async (type: string) => {
...
@@ -2781,10 +2792,11 @@ const getOrderByIdApi = async (type: string) => {
}
else
{
}
else
{
ElMessage
.
error
(
res
.
message
)
ElMessage
.
error
(
res
.
message
)
}
}
loading
.
close
()
}
catch
(
e
)
{
}
catch
(
e
)
{
resultInfo
.
value
=
[]
resultInfo
.
value
=
[]
console
.
error
(
e
)
console
.
error
(
e
)
}
finally
{
loading
&&
loading
.
close
()
}
}
}
else
{
}
else
{
ElMessage
.
warning
(
'未知操作类型'
)
ElMessage
.
warning
(
'未知操作类型'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment