Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
45a6858f
authored
May 30, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
0953b476
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
2 deletions
pages/picking/record.vue
pages/stockRecheck/record.vue
pages/stockRecheck/sort.vue
pages/tallyReceive/index.vue
pages/tallyReceive/operate.vue
pages/tallyReceive/record.vue
pages/picking/record.vue
View file @
45a6858f
...
@@ -386,7 +386,9 @@
...
@@ -386,7 +386,9 @@
let
pic_ids
=
pickImgList
.
flatMap
(
item
=>
item
.
pic_id
).
join
(
','
);
let
pic_ids
=
pickImgList
.
flatMap
(
item
=>
item
.
pic_id
).
join
(
','
);
//拣货图片更新
//拣货图片更新
this
.
updatePickPics
(
this
.
list
[
index
].
id
,
pic_ids
)
this
.
updatePickPics
(
this
.
list
[
index
].
id
,
pic_ids
);
this
.
noexebshowFalg
=
true
;
}
else
{
}
else
{
uni
.
showToast
({
uni
.
showToast
({
...
...
pages/stockRecheck/record.vue
View file @
45a6858f
...
@@ -394,7 +394,9 @@
...
@@ -394,7 +394,9 @@
let
pic_ids
=
pickImgList
.
flatMap
(
item
=>
item
.
pic_id
).
join
(
','
);
let
pic_ids
=
pickImgList
.
flatMap
(
item
=>
item
.
pic_id
).
join
(
','
);
//拣货图片更新
//拣货图片更新
this
.
updateCheckedPics
(
this
.
list
[
index
].
recheck_item_id
,
pic_ids
)
this
.
updateCheckedPics
(
this
.
list
[
index
].
recheck_item_id
,
pic_ids
);
this
.
noexebshowFalg
=
true
;
}
else
{
}
else
{
uni
.
showToast
({
uni
.
showToast
({
...
...
pages/stockRecheck/sort.vue
View file @
45a6858f
...
@@ -968,6 +968,7 @@
...
@@ -968,6 +968,7 @@
small_image_url
:
data
.
data
.
small_image_url
,
small_image_url
:
data
.
data
.
small_image_url
,
big_image_url
:
data
.
data
.
big_image_url
big_image_url
:
data
.
data
.
big_image_url
});
});
this
.
noexebshowFalg
=
true
;
}
else
{
}
else
{
uni
.
showToast
({
uni
.
showToast
({
title
:
data
.
msg
,
title
:
data
.
msg
,
...
...
pages/tallyReceive/index.vue
View file @
45a6858f
...
@@ -874,6 +874,7 @@
...
@@ -874,6 +874,7 @@
let
data
=
JSON
.
parse
(
uploadFileRes
.
data
);
let
data
=
JSON
.
parse
(
uploadFileRes
.
data
);
if
(
data
.
code
===
0
)
{
if
(
data
.
code
===
0
)
{
this
.
image_list
.
push
(
data
.
data
.
oss_image_url
);
this
.
image_list
.
push
(
data
.
data
.
oss_image_url
);
this
.
noexebshowFalg
=
true
;
}
else
{
}
else
{
uni
.
showToast
({
uni
.
showToast
({
title
:
data
.
msg
,
title
:
data
.
msg
,
...
...
pages/tallyReceive/operate.vue
View file @
45a6858f
...
@@ -798,6 +798,7 @@
...
@@ -798,6 +798,7 @@
let
data
=
JSON
.
parse
(
uploadFileRes
.
data
);
let
data
=
JSON
.
parse
(
uploadFileRes
.
data
);
if
(
data
.
code
===
0
)
{
if
(
data
.
code
===
0
)
{
this
.
image_list
.
push
(
data
.
data
.
oss_image_url
);
this
.
image_list
.
push
(
data
.
data
.
oss_image_url
);
this
.
noexebshowFalg
=
true
;
}
else
{
}
else
{
uni
.
showToast
({
uni
.
showToast
({
title
:
data
.
msg
,
title
:
data
.
msg
,
...
...
pages/tallyReceive/record.vue
View file @
45a6858f
...
@@ -935,6 +935,7 @@
...
@@ -935,6 +935,7 @@
let
data
=
JSON
.
parse
(
uploadFileRes
.
data
);
let
data
=
JSON
.
parse
(
uploadFileRes
.
data
);
if
(
data
.
code
===
0
)
{
if
(
data
.
code
===
0
)
{
this
.
image_list
.
push
(
data
.
data
.
oss_image_url
);
this
.
image_list
.
push
(
data
.
data
.
oss_image_url
);
this
.
noexebshowFalg
=
true
;
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
changeStockTallyImages
();
//同步修改理货照片
this
.
changeStockTallyImages
();
//同步修改理货照片
},
10
)
},
10
)
...
...
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