Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
weiqingting
9 years ago
Commit
76942fc6eacfc4010cf5b0b9ea6e5979961b7d42
1 parent
dd1354c8
bug修改提交
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
client/js/basegoods/batch.js
server/views/pages/basegoods/info.html
client/js/basegoods/batch.js
View file @
76942fc
...
...
@@ -44,6 +44,7 @@ function batchExport(el, type) {
},
onComplete
:
function
(
response
)
{
console
.
log
(
response
);
$
(
"#message"
).
html
(
''
);
if
(
loadModal
)
{
loadModal
.
close
();
}
...
...
@@ -53,11 +54,10 @@ function batchExport(el, type) {
return
;
}
if
(
response
.
data
&&
response
.
data
.
failFileReason
.
length
){
$
(
"#message"
).
html
(
response
.
data
.
failFileReason
.
join
(
'
/n
'
));
$
(
"#message"
).
html
(
response
.
data
.
failFileReason
.
join
(
'
<br/>
'
));
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'warning'
);
}
}
}
...
...
server/views/pages/basegoods/info.html
View file @
76942fc
...
...
@@ -97,6 +97,7 @@
<
button
class
=
"btn btn-primary apply-success"
>
通过
<
/button
>
<
button
class
=
"btn btn-primary apply-back"
>
驳回
<
/button
>
[[
/if]
]
<
button
onclick
=
"history.go(-1);"
type
=
"button"
class
=
"btn btn-primary btn-info"
>
返回
<
/button
>
<
/div
>
<
/form
>
<
/div
>
...
...
@@ -111,7 +112,7 @@
<
thead
>
<
tr
>
<
th
>
SKC
<
/th
>
<
th
>
SK
N
<
/th
>
<
th
>
SK
U
<
/th
>
<
th
>
销售价
<
/th
>
<
th
>
款型编码
<
/th
>
<
th
>
条码
<
/th
>
...
...
@@ -128,7 +129,7 @@
<
span
>
[[
item
.
factoryGoodsName
||
""
]]
<
/span
>
<
/th
>
<
th
>
<
span
>
[[
item
.
productSkn
]]
<
/span
>
<
span
>
[[
_item
.
productSku
]]
<
/span
>
<
span
>
[[
_item
.
sizeName
]]
<
/span
>
<
/th
>
<
th
>
[[
_item
.
salePrice
]]
<
/th
>
...
...
Please
register
or
login
to post a comment