Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yangchangjiang
2019-11-15 18:08:22 +0800
Commit
044ec05ab7b967c02a6c068245d67cc4ce10fe57
1 parent
fb35a0cc
--task=null --user=杨长江 根据商品编号同步订单商品的图片地址和名称
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/main/webapp/html/product/syncOrderGoodsInfo.html
web/src/main/webapp/html/product/syncOrderGoodsInfo.html
View file @
044ec05
...
...
@@ -58,7 +58,7 @@
title
:
"提示"
,
msg
:
result
.
message
});
$
(
"#productId"
).
val
(
''
);
$
(
"#productId"
).
textbox
(
'setValue'
,
''
);
}
else
{
window
.
self
.
$
.
messager
.
alert
(
"失败"
,
result
.
message
,
"error"
);
}
...
...
Please
register
or
login
to post a comment