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
Plain Diff
Browse Files
Authored by
马力
2017-01-19 17:06:36 +0800
Commit
abfc6b76e31bdfdf770ef4512938c5efdb08a13b
2 parents
e0481290
4c977569
Merge branch 'dev_商品话题' into grey
Hide 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 @
abfc6b7
...
...
@@ -60,7 +60,7 @@ function batchExport(el, type) {
common
.
util
.
__tip
(
'处理失败!具体报错见页面下方!'
,
'warning'
);
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'
warning
'
);
common
.
util
.
__tip
(
response
.
message
,
'
success
'
);
}
}
}
...
...
code/static/js.jquery/module/goods/basegoods/brandClassic.js
View file @
abfc6b7
...
...
@@ -33,7 +33,7 @@ function batchExport(el, type) {
$
(
"#message"
).
html
(
response
.
data
.
failFileReason
.
join
(
'<br/>'
));
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'
warning
'
);
common
.
util
.
__tip
(
response
.
message
,
'
success
'
);
}
}
}
...
...
code/static/js.jquery/module/goods/basegoods/brandSaleTime.js
View file @
abfc6b7
...
...
@@ -33,7 +33,7 @@ function batchExport(el, type) {
$
(
"#message"
).
html
(
response
.
data
.
failFileReason
.
join
(
'<br/>'
));
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'
warning
'
);
common
.
util
.
__tip
(
response
.
message
,
'
success
'
);
}
}
}
...
...
code/static/js.jquery/module/goods/productTag/Index.js
View file @
abfc6b7
...
...
@@ -247,7 +247,7 @@ common.edit.ajaxfileupload("#productTagModify", {
$
(
"#message"
).
html
(
response
.
data
.
failFileReason
.
join
(
'<br/>'
));
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'
warning
'
);
common
.
util
.
__tip
(
response
.
message
,
'
success
'
);
}
});
...
...
Please
register
or
login
to post a comment