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
eb1f8e59
authored
Jul 29, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix(shipOut): 更新图片管理功能,修正签收图片类型的字段及逻辑,确保图片上传与删除功能正常
parent
4de29887
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
pages/stockRecheck/shipOut.vue
pages/stockRecheck/shipOut.vue
View file @
eb1f8e59
...
...
@@ -963,9 +963,6 @@
this
.
noexebshowFalg
=
false
;
// 初始化图片数组,防止报错
if
(
!
this
.
list
[
index
].
sign_pic_ids
)
{
this
.
list
[
index
].
sign_pic_ids
=
[];
}
if
(
pic_type
===
1
&&
!
this
.
list
[
index
].
sign_img_list
)
{
this
.
list
[
index
].
sign_img_list
=
[];
}
...
...
@@ -1042,7 +1039,7 @@
uni
.
hideLoading
();
let
data
=
JSON
.
parse
(
uploadFileRes
.
data
);
if
(
data
.
code
===
0
)
{
// 根据参数index更新
list里的数组sign_pic_ids
// 根据参数index更新
对应的图片列表
let
itemToUpdate
=
this
.
list
[
index
];
// 根据pic_type类型,将图片添加到对应的图片列表中
...
...
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