Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
马力
2017-01-19 18:23:59 +0800
Commit
83dfb44a8d43ec6cf9f210c6d61087e1dc4dd162
1 parent
1c0f402e
报错样式提示
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
code/static/js.jquery/module/goods/basegoods/Batch.js
code/static/js.jquery/module/goods/basegoods/brandClassic.js
code/static/js.jquery/module/goods/basegoods/brandSaleTime.js
code/static/js.jquery/module/goods/productTag/Index.js
code/static/js.jquery/module/goods/basegoods/Batch.js
View file @
83dfb44
...
...
@@ -60,7 +60,7 @@ function batchExport(el, type) {
common
.
util
.
__tip
(
'处理失败!具体报错见页面下方!'
,
'warning'
);
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'
success
'
);
common
.
util
.
__tip
(
response
.
message
,
'
warning
'
);
}
}
}
...
...
code/static/js.jquery/module/goods/basegoods/brandClassic.js
View file @
83dfb44
...
...
@@ -33,7 +33,7 @@ function batchExport(el, type) {
$
(
"#message"
).
html
(
response
.
data
.
failFileReason
.
join
(
'<br/>'
));
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'
success
'
);
common
.
util
.
__tip
(
response
.
message
,
'
warning
'
);
}
}
}
...
...
code/static/js.jquery/module/goods/basegoods/brandSaleTime.js
View file @
83dfb44
...
...
@@ -33,7 +33,7 @@ function batchExport(el, type) {
$
(
"#message"
).
html
(
response
.
data
.
failFileReason
.
join
(
'<br/>'
));
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'
success
'
);
common
.
util
.
__tip
(
response
.
message
,
'
warning
'
);
}
}
}
...
...
code/static/js.jquery/module/goods/productTag/Index.js
View file @
83dfb44
...
...
@@ -247,7 +247,7 @@ common.edit.ajaxfileupload("#productTagModify", {
$
(
"#message"
).
html
(
response
.
data
.
failFileReason
.
join
(
'<br/>'
));
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'
success
'
);
common
.
util
.
__tip
(
response
.
message
,
'
warning
'
);
}
});
...
...
Please
register
or
login
to post a comment